Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Eventmodule show all events not only 5 like selected in module

11 years 11 months ago
Licenses:
JomSocial Active

This issue is since update to 3.2.0.6

11 years 11 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

Hi Rolf,

This is valig bug, and I already added to our bugs list.

thank you

11 years 11 months ago
Licenses:

Hi, Rolf.

You probably know that thread: www.jomsocial.com/forum/events/17912-eve...ersion-3-2-0-6#91312 it contains a quick fix.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
11 years 11 months ago
Licenses:
JomSocial Active

I know this thread, but please can you explain more detailed for dummies like me what i have to do? i would appologize that ;-)

regards

Rolf

11 years 11 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

Hi Rolf,

This is juts temp fix, open this file modules/mod_community_events/tmpl/defaut.php and add this code :

<?php $i++;
			if($i==5) break; ?>

before this code :
<?php } ?>

11 years 11 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

Hi Rolf,

This is the proper fix for this.. open this file modules/mod_community_events/mod_community_events.php, find this code :

$result = $model->getEvents($categoryIds, null, $sorted, null, true, false, null, array('parent' => $eventparent), $handler->getContentTypes(), $default);

replace to :
$result = $model->getEvents($categoryIds, null, $sorted, null, true, false, null, array('parent' => $eventparent), $handler->getContentTypes(), 0 ,$default);

thank you

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW