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.

Some Bugs

7 years 9 months ago
  • Thomy's Avatar
    Topic Author
  • Thomy
  • Offline
  • Fresh Boarder
  • Posts: 99
  • Thank you received: 6
Licenses:
JomSocial Active

-Please use language variables JYES and JNO for make tranlation aviable of strings yes and no in backend

-Please load //cdn.embedly.com/widgets/platform.js only when it's required (Only when switched on emedly service in backend) file libraries\assets.php line 100

-In mod_community_members you changed the maximum number of members shown from setable to fixed number of 5000 (from $limit to fixed 5000) so module loads very very slow!

Regards Thomy

7 years 9 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi Thomy,

# I dont understand this, can you explain more please? maybe you can provide me the screenshoot, please?

#2 I also dont understand it please explain more with screenshoot

#3 did you change it to 5000? of course it will make your site slow, your database server can't handle to fetch the huge data like that. Because on that module we dont use limitation for pagging

thank you

7 years 9 months ago
  • Thomy's Avatar
    Topic Author
  • Thomy
  • Offline
  • Fresh Boarder
  • Posts: 99
  • Thank you received: 6
Licenses:
JomSocial Active

Hi Dimas,

#1 in backend there many configuration with Yes or No, I think tihs is hardcoded you can use joomla language string JYES and JNO instead so it would be transable

#2 In file libraries\assets.php line 100 you load //cdn.embedly.com/widgets/platform.js, you should only load it when needed (only when we enable emedly service in backend)

#3 you change this from variable $limit to fixed 5000 I switched to old version to solved the error (from 4.2.1)

7 years 9 months ago
  • Thomy's Avatar
    Topic Author
  • Thomy
  • Offline
  • Fresh Boarder
  • Posts: 99
  • Thank you received: 6
Licenses:
JomSocial Active

Example screen

Attachments:
7 years 9 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi Thomy,,

#1 I see, I am sorry this is not possible, we have own design for it :)
#2 Thank you for the pointer, I will report this
#3 so you wanna show the 5000 users at once on the module? its very huge..

7 years 9 months ago
  • Thomy's Avatar
    Topic Author
  • Thomy
  • Offline
  • Fresh Boarder
  • Posts: 99
  • Thank you received: 6
Licenses:
JomSocial Active

#1 ok I notice it
#2 ok thank you
#3 no I don't want show 5000 users, it mess up my site. I set it up to show 20 users but the newest version of your module ignore this settings and show 5000 users (the old one from jomsocial 4.2.1 is ok)

7 years 9 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi Thomy,

Have you tried enable cache plugin? it will make your site faster.

thank you

7 years 9 months ago
  • Thomy's Avatar
    Topic Author
  • Thomy
  • Offline
  • Fresh Boarder
  • Posts: 99
  • Thank you received: 6
Licenses:
JomSocial Active

Hi Dimas,

sorry but you don't understand:
The newest verion of the module have a bug it shows every time 5000 users and ignore the settings to show 20 users or 10 or whatever.

7 years 9 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

I am sorry Thomy, would you mind provide me the video screencast please? to avoid the misunderstanding :)

7 years 9 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

to fix embedly issue open this file components/com_community/libraries/assets.php, find this code :

$document->addScript('//cdn.embedly.com/widgets/platform.js');
replace to :
if(CFactory::getConfig()->get('enable_embedly')){
$document->addScript('//cdn.embedly.com/widgets/platform.js');
}

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