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.

Top Members Module

9 years 1 month ago
  • Todd's Avatar
    Topic Author
  • Todd
  • Offline
  • Fresh Boarder
  • Posts: 28
  • Thank you received: 0
Licenses:
JomSocial Expired

ISSUE SUMMARY:

I know that several people have reported the Top Members Module problem (MOD_LATESTDISC_STATISTICS) which I am having also.

www.signature-tunes.com/

Just notice an upgrade to JomSocial (Version 4.0.2) yet this fix was not included surprisingly.

Any idea at all when a fix might be made available?


STEPS TO REPLICATE:
1
2
3
4
5
RESULT
EXPECTED RESULT
BROWSER

9 years 1 month ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi Todd,

I already reported this, and will provide the patch once availble.

thank you

9 years 1 month ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

quick fix, open this file modules/mod_topmembers/mod_topmembers.php, find this :

require(JModuleHelper::getLayoutPath('mod_statistics', $params->get('layout', 'default')));

replace to :
require(JModuleHelper::getLayoutPath('mod_topmember', $params->get('layout', 'default')));

9 years 1 month ago
  • Todd's Avatar
    Topic Author
  • Todd
  • Offline
  • Fresh Boarder
  • Posts: 28
  • Thank you received: 0
Licenses:
JomSocial Expired

Hi Dimas,

When I changed this code I get a blank white page with the following error message at the top:

Fatal error: require() [function.require]: Failed opening required '/home/s1ngartf/public_html/modules/mod_topmember/tmpl/default.php' (include_path='/home/s1ngartf/public_html/plugins/system/shlib/shl_packages//ZendFramework-1.11.7-minimal/library:.:/usr/lib/php:/usr/local/lib/php') in /home/s1ngartf/public_html/modules/mod_topmembers/mod_topmembers.php on line 39

When I change it back it i get the page back with the old error message "MOD_LATESTDISC_STATISTICS".

9 years 1 month ago
  • Todd's Avatar
    Topic Author
  • Todd
  • Offline
  • Fresh Boarder
  • Posts: 28
  • Thank you received: 0
Licenses:
JomSocial Expired

Any idea why this is happening and how to fix it?

Thanks.

9 years 1 month ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi Todd,

I will provide the patch once this issue already fixed by our developer.

thank you

9 years 1 month ago
  • Todd's Avatar
    Topic Author
  • Todd
  • Offline
  • Fresh Boarder
  • Posts: 28
  • Thank you received: 0
Licenses:
JomSocial Expired

Hi Mate.

I'm still having a problem with this Top Members Module.

I saw that you had provided a fix for someone else with this problem in this post:
I see error when i added this module (JS Members Latest Members) 1 week 23 hours ago #123718

I tried it on my site and it did work to a fashion however the members are shown in a vertical column instead of a grid. See it here: www.signature-tunes.com/

I check the source code of my site versus your demo site and did notice that there is a div class that is different on both sites:

My site:

<section id="gkBottom4">
<div class="gkCols6 gkPage">
<div class="box cMods cMods-TopMembers bigtitle normal-width gkmod-1"><h3 class="header">Top Members</h3><div class="content">
<div><ul class="clearfix">


Your demo site:

<section id="gkBottom4”>
<div class="gkCols6 gkPage">
<div class="box bigtitle normal-width gkmod-1"><h3 class="header">Top Users</h3><div class="content"><div id="cModule-TopMembers" class="cMods cMods-TopMembers bigtitle normal-width">
<div class="cMod-Row" id="user-935" style="clear:both">

There may be other issues at play here but this was the only thing I was able to find that might part of the problem.

Any help would be greatly appreciated. Thank you.

9 years 1 month ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi Todd,

This issue maybe caused by your template, and actually we design vertically, if you wanna make it better you can add this css code :

.cMods-TopMembers div.content {
  width: 100%;
}
.cMods-TopMembers ul li {
  width: 20%;
  float: left;
}

it will show like this :


Attachments:
9 years 1 month ago
  • Todd's Avatar
    Topic Author
  • Todd
  • Offline
  • Fresh Boarder
  • Posts: 28
  • Thank you received: 0
Licenses:
JomSocial Expired

Thank you very much. You can consider this topic closed!

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