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.

Created group doesn't appear in "all groups" list

10 years 9 months ago
Licenses:

Hi Mathieu,

your issue similar with:
www.jomsocial.com/forum/modules-plugins-...somthing-wrong#78720

I already put that changes for you.

simple say, I replace limitstart with non joomla way. I force it to 0

Regards,
Albert

The following user(s) said Thank You: Mathieu
10 years 9 months ago
  • Mathieu's Avatar
    Topic Author
  • Mathieu
  • Offline
  • Fresh Boarder
  • Posts: 25
  • Thank you received: 1
Licenses:
JomSocial Expired

Hello,

Hip Hip Hip Hourra... for Albert !

The following user(s) said Thank You: Albertus
10 years 5 months ago
  • Mathieu's Avatar
    Topic Author
  • Mathieu
  • Offline
  • Fresh Boarder
  • Posts: 25
  • Thank you received: 1
Licenses:
JomSocial Expired

Hello, i have just applyed the 3,2,1,5 new version.

Because i have a specific problem with limitstart, i have to apply to this files :
/components/com_community/models/apps.php /components/com_community/models/bulletins.php /components/com_community/models/connect.php /components/com_community/models/discussions.php /components/com_community/models/events.php /components/com_community/models/friends.php /components/com_community/models/groups.php /components/com_community/models/inbox.php /components/com_community/models/notification.php /components/com_community/models/photos.php /components/com_community/models/search.php /components/com_community/models/videos.php

this modification :
if(empty($limitstart)) { $limitstart = $jinput->get('start', 0, 'INT'); }
par :
if(empty($limitstart)) { $limitstart = 0; }

But i see that there is no more the line : if(empty($limitstart)) { $limitstart = $jinput->get('start', 0, 'INT'); }

and my problem of display is already there.

Can you tell me what modification i have to apply, and where, to correct my "limitstart" problem ?

Thank you !

10 years 5 months ago
Licenses:

Hi Mathieu,

please have a look at /components/com_community/models/groups.php I made the change for you as "example":
under "Constructor" you can see this code

if(empty($limitstart))
{
	$limitstart = $jinput->get('start', 0, 'INT');
}
changing it to:
if(empty($limitstart))
{
	$limitstart = 0;
}

you can do this for a rest of models.

Regards,
Albert

The following user(s) said Thank You: Mathieu
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