×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Eventlist

Eventlist 15 years 7 months ago #3545

  • Tim
  • Tim's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
I have been pulling my hair out on this one. I cannot get Joomlacomment4.0 to work with eventlist. I have searched the forums and uploaded the updated files (index, josc_com_eventlist and josc_com_eventlist.class) to "administrator/components/com_comment/plugin/com_eventlist" and still no luck. In the Eventlist settings it is not showing that Joomlacomment is being supported.
Am I missing something really simple here.

By the way, GREAT extension!!

Eventlist 15 years 7 months ago #3546

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey there! You nearly made it :)
If you open the josc_com_eventlist.php file you will see this:
/*
 * include the following instructions in com_eventlist/views/details/tmpl/default.php :
 
<!-- START joomlacomment INSERT -->
<div class="details" style="">
<?php
	global $option;
	require_once(JPATH_SITE."/administrator/components/com_comment/plugin/$option/josc_com_eventlist.php");
?>
</div>
<!-- END OF joomlacomment INSERT -->

so you have to include this:
<!-- START joomlacomment INSERT -->
<div class="details" style="">
<?php
	global $option;
	require_once(JPATH_SITE."/administrator/components/com_comment/plugin/$option/josc_com_eventlist.php");
?>
</div>
<!-- END OF joomlacomment INSERT -->
in com_eventlist/views/details/tmpl/default.php and it should work :)

Eventlist 15 years 7 months ago #3547

  • Tim
  • Tim's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
Thanks for the quick reply. I had forgot to include that I made this change as well. And still no luck. I know it's something simple. It works great on the rest of my site just not with Eventlist. Any other suggestions?

Eventlist 15 years 7 months ago #3548

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Did you configure the eventlist plugin under other component plugins?

Eventlist 15 years 7 months ago #3549

  • Tim
  • Tim's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
That was it. You're awesome, Thank you very much.

I'll be donating. This is a great extension!

Eventlist 15 years 7 months ago #3550

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Tim,
I'm happy, that your problem is solved!

Please, don't donate! Subscribe to the future ad network, so we can make money together :)

backedn->joomla comment->advertisment
  • Page:
  • 1
Time to create page: 0.131 seconds