View Full Version : Statistics Modifications - Cyb - Advanced Forum Statistics
dklassen
06-27-2008, 05:46 PM
Any fix for the security token issue yet? I'd like to use the mod.
callumbush
06-27-2008, 10:45 PM
I had to switch this off as it was really hurting my forum - i'd lose connection to the server roughly every 4-5 minutes, for about 30-60 seconds
Does anyone know of this issue and is there a resolution?
Cheers :)
Callum
Philster
06-28-2008, 01:41 AM
Hi folks, I've installed this mod and it works great on 3.7.1. However I am not sure how to show the latest forum news or latest classifieds. Can someone explain how I get these 2 features to work please. Thanks a bunch in advance.
Phil.
TriMe
06-29-2008, 04:31 PM
Instructions on how to enable Top Stats in vBadvanced CMPS.
1. Hack Options
Add 'adv_index' to the 'Stats on custom pages" setting field
2. vBa CMPS > Default Settings
In Portal Output Global Variables setting put cybtopstats (without $), then Save
3. Put $cybtopstats in desired template, where you wish Stats to appear.
For example open template adv_portal and put $cybtopstats (with $) below $navbar.
Would it be possible to add this to a center module in vBa CMPS?
why I receive no support :( I asked the question many time but no answer at least :(
Antonio Pereira
06-30-2008, 09:52 PM
Cyb products dont have support ?
Best Regards
ArnyVee
06-30-2008, 10:56 PM
Upgraded flawlessly. Thanks for the fantastic must-have mod! :D
agent781
07-02-2008, 03:40 AM
why I receive no support :( I asked the question many time but no answer at least :(
I haven't gotten any either. Dissapointed too cause it's a great mod.
madmax1228
07-02-2008, 02:49 PM
Installed. THX!
Michel Fortin
07-02-2008, 05:34 PM
Great mod.
However, I have a fixed width forum, and the stats "push" out the main table. What I would like to do is have the option to show the "latest posts" above or below the stats, not just right or left.
Does anyone know how to do that?
Thanks.
parks
07-02-2008, 08:07 PM
many thanks looks great................
daydie
07-02-2008, 08:31 PM
i turned the box off via forums and cant get it back to show.
vitrag24
07-03-2008, 12:24 AM
instead of latest forum news, if i wanna change latest articles or something then can i do?
========
sorry for silly question but i dont have idea. "Latest Classified Ads" -- wht is this?
yahoooh
07-03-2008, 12:40 AM
is there any new feaqture to support :
vba links : new links or random links
vba dynamics : new entry or random entry
v3arcade ,,,,
others addon also ?
River_rush
07-03-2008, 10:50 AM
After a good looking on the code of the "cyb_topstats_stats" template I have removed some values of the <tr> tags.
Save the code of your template "cyb_topstats_stats" on a text application and change for this:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr valign="top">
<td class="tcat" <if condition="($cybtopstats_t_colspan>'1')">colspan="$cybtopstats_t_colspan"</if>><a name="cyb_stats" style="float:$stylevar[right]" href="#top" onClick="return toggle_collapse('cyb_fh_stats')"><img id="collapseimg_cyb_fh_stats" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_cyb_fh_stats].gif" alt="" border="0" /></a>
<if condition="$bbuserinfo[userid]">
<span id="cybstatsoptions"><phrase 1="$resultsnr">$vbphrase[cyb_top_x_stats]</phrase> <if condition="$cybtopstats_timecut_enabled"><span class="smallfont">(<phrase 1="$vboptions[cybtopstats_timecut]">$vbphrase[cyb_last_x_hours]</phrase>)</span></if><script language="Javascript" type="text/javascript"> vbmenu_register("cybstatsoptions"); </script></span>
<div class="vbmenu_popup" id="cybstatsoptions_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr valign="top">
<td class="thead">$vbphrase[options]</td>
</tr>
<if condition="($canviewmore AND ($_REQUEST['do']!='cybstats'))">
<tr valign="top">
<td class="vbmenu_option" title="<phrase 1="$resultsnr">$vbphrase[cyb_afs_more_stats]</phrase>"><a href="$vboptions[bburl]/misc.php?$session[sessionurl]do=cybstats" rel="nofollow"><phrase 1="$resultsnr">$vbphrase[cyb_afs_more_stats]</phrase></a></td>
</tr>
</if>
<if condition="$cybstats_show">
<tr valign="top">
<td class="vbmenu_option" title="$vbphrase[cyb_afs_turnoff_stats]"><a href="$vboptions[bburl]/misc.php?$session[sessionurl]do=disablestats" rel="nofollow">$vbphrase[cyb_afs_turnoff_stats]</a></td>
</tr>
</if>
</table>
</div>
<else />
<phrase 1="$resultsnr">$vbphrase[cyb_top_x_stats]</phrase>
</if>
</td>
</tr>
</thead>
<tbody id="collapseobj_cyb_fh_stats" style="$vbcollapse[collapseobj_cyb_fh_stats]">
<tr valign="top">
<td class="<if condition="($vboptions[cybtopstats_tablebg]=='1')">alt1<else />alt2</if>" <if condition="($vboptions[cybtopstats_layout]=='2')">rowspan="4"<else />rowspan="2"</if> style="width:1px;height:$cybnpheight;max-height:$cybnpheight;display:none;"></td>
<if condition="($vboptions[cybtopstats_switch_latestposts]=='1')">
<td class="thead" align="$stylevar[left]" nowrap="nowrap">$vbphrase[cyb_latest_posts]</td>
</if>
<if condition="($vboptions[cybtopstats_switch_s1]>'0')">
<td class="thead" align="$stylevar[left]" nowrap="nowrap">$cyb_topstats_s1t</td>
</if>
<if condition="($vboptions[cybtopstats_switch_s3]>'0')">
<td class="thead" align="$stylevar[left]" nowrap="nowrap">$cyb_topstats_s3t</td>
</if>
<if condition="($vboptions[cybtopstats_switch_s5]>'0')">
<td class="thead" align="$stylevar[left]" nowrap="nowrap">$cyb_topstats_s5t</td>
</if>
<if condition="($vboptions[cybtopstats_switch_s7]>'0')">
<td class="thead" align="$stylevar[left]" nowrap="nowrap">$cyb_topstats_s7t</td>
</if>
<if condition="($vboptions[cybtopstats_switch_s9]>'0')">
<td class="thead" align="$stylevar[left]" nowrap="nowrap">$cyb_topstats_s9t</td>
</if>
<if condition="($vboptions[cybtopstats_switch_latestposts]=='2')">
<td class="thead" align="$stylevar[left]" nowrap="nowrap">$vbphrase[cyb_latest_posts]</td>
</if>
</tr>
<tr valign="top">
<if condition="($vboptions[cybtopstats_switch_latestposts]=='1')">
<td class="<if condition="($vboptions[cybtopstats_tablebg]=='1')">alt1<else />alt2</if>" <if condition="($vboptions[cybtopstats_layout]=='2')">rowspan="3"</if> style="height:$cybnpheight;max-height:$cybnpheight;">
<table width="100%" cellpadding="0" cellspacing="0" border="0" style="height:<if condition="(THIS_SCRIPT!='misc')">100%<else />1%</if>" id="cybnp">
<tr valign="top">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont">$vbphrase[thread]</td>
<td> </td>
<if condition="$vboptions[cybtopstats_lastpost_dateline]">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont"> $vbphrase[date], $vbphrase[time]</td>
</if>
<if condition="$vboptions[cybtopstats_lastpost_poster]">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont"> $vbphrase[posted_by]</td>
</if>
<if condition="($vboptions[cybtopstats_lastpost_rvcounts]=='1') OR ($vboptions[cybtopstats_lastpost_rvcounts]=='3')">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont"> $vbphrase[replies]</td>
</if>
<if condition="($vboptions[cybtopstats_lastpost_rvcounts]=='2') OR ($vboptions[cybtopstats_lastpost_rvcounts]=='3')">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont"> $vbphrase[views]</td>
</if>
<if condition="$vboptions[cybtopstats_lastpost_forums]">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont"> $vbphrase[forum]</td>
</if>
</tr>
$cybtopstats_newposts
</table>
</td>
</if>
<if condition="($vboptions[cybtopstats_switch_s1]>'0')">
<td class="<if condition="($vboptions[cybtopstats_tablebg]=='1')">alt1<else />alt2</if>">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<if condition="($vboptions[cybtopstats_layout]=='1')">
<tr valign="top">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont">$cyb_topstats_s1p1</td>
<td align="$stylevar[right]" nowrap="nowrap" class="smallfont">$cyb_topstats_s1p2</td>
</tr>
</if>
$cyb_topstats_s1
</table>
</td>
</if>
<if condition="($vboptions[cybtopstats_switch_s3]>'0')">
<td class="<if condition="($vboptions[cybtopstats_tablebg]=='1')">alt1<else />alt2</if>">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<if condition="($vboptions[cybtopstats_layout]=='1')">
<tr valign="top">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont">$cyb_topstats_s3p1</td>
<td align="$stylevar[right]" nowrap="nowrap" class="smallfont">$cyb_topstats_s3p2</td>
</tr>
</if>
$cyb_topstats_s3
</table>
</td>
</if>
<if condition="($vboptions[cybtopstats_switch_s5]>'0')">
<td class="<if condition="($vboptions[cybtopstats_tablebg]=='1')">alt1<else />alt2</if>">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<if condition="($vboptions[cybtopstats_layout]=='1')">
<tr valign="top">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont">$cyb_topstats_s5p1</td>
<td align="$stylevar[right]" nowrap="nowrap" class="smallfont">$cyb_topstats_s5p2</td>
</tr>
</if>
$cyb_topstats_s5
</table>
</td>
</if>
<if condition="($vboptions[cybtopstats_switch_s7]>'0')">
<td class="<if condition="($vboptions[cybtopstats_tablebg]=='1')">alt1<else />alt2</if>">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<if condition="($vboptions[cybtopstats_layout]=='1')">
<tr valign="top">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont">$cyb_topstats_s7p1</td>
<td align="$stylevar[right]" nowrap="nowrap" class="smallfont">$cyb_topstats_s7p2</td>
</tr>
</if>
$cyb_topstats_s7
</table>
</td>
</if>
<if condition="($vboptions[cybtopstats_switch_s9]>'0')">
<td class="<if condition="($vboptions[cybtopstats_tablebg]=='1')">alt1<else />alt2</if>">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<if condition="($vboptions[cybtopstats_layout]=='1')">
<tr style="">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont">$cyb_topstats_s9p1</td>
<td align="$stylevar[right]" nowrap="nowrap" class="smallfont">$cyb_topstats_s9p2</td>
</tr>
</if>
$cyb_topstats_s9
</table>
</td>
</if>
<if condition="($vboptions[cybtopstats_switch_latestposts]=='2')">
<td class="<if condition="($vboptions[cybtopstats_tablebg]=='1')">alt1<else />alt2</if>" <if condition="($vboptions[cybtopstats_layout]=='2')">rowspan="3"</if> style="height:$cybnpheight;max-height:$cybnpheight;">
<table width="100%" cellpadding="0" cellspacing="0" border="0" style="height:100%" id="cybnp">
<tr valign="top">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont">$vbphrase[thread]</td>
<td> </td>
<if condition="$vboptions[cybtopstats_lastpost_dateline]">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont"> $vbphrase[date], $vbphrase[time]</td>
</if>
<if condition="$vboptions[cybtopstats_lastpost_poster]">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont"> $vbphrase[posted_by]</td>
</if>
<if condition="($vboptions[cybtopstats_lastpost_rvcounts]=='1') OR ($vboptions[cybtopstats_lastpost_rvcounts]=='3')">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont"> $vbphrase[replies]</td>
</if>
<if condition="($vboptions[cybtopstats_lastpost_rvcounts]=='2') OR ($vboptions[cybtopstats_lastpost_rvcounts]=='3')">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont"> $vbphrase[views]</td>
</if>
<if condition="$vboptions[cybtopstats_lastpost_forums]">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont"> $vbphrase[forum]</td>
</if>
</tr>
$cybtopstats_newposts
</table>
</td>
</if>
</tr>
<if condition="($vboptions[cybtopstats_layout]=='2')">
<tr valign="top">
<if condition="($vboptions[cybtopstats_switch_s2]>'0')">
<td class="thead" align="$stylevar[left]" nowrap="nowrap">$cyb_topstats_s2t</td>
</if>
<if condition="($vboptions[cybtopstats_switch_s4]>'0')">
<td class="thead" align="$stylevar[left]" nowrap="nowrap">$cyb_topstats_s4t</td>
</if>
<if condition="($vboptions[cybtopstats_switch_s6]>'0')">
<td class="thead" align="$stylevar[left]" nowrap="nowrap">$cyb_topstats_s6t</td>
</if>
<if condition="($vboptions[cybtopstats_switch_s8]>'0')">
<td class="thead" align="$stylevar[left]" nowrap="nowrap">$cyb_topstats_s8t</td>
</if>
<if condition="($vboptions[cybtopstats_switch_s10]>'0')">
<td class="thead" align="$stylevar[left]" nowrap="nowrap">$cyb_topstats_s10t</td>
</if>
</tr>
<tr valign="top">
<if condition="($vboptions[cybtopstats_switch_s2]>'0')">
<td class="<if condition="($vboptions[cybtopstats_tablebg]=='1')">alt1<else />alt2</if>">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<if condition="($vboptions[cybtopstats_layout]=='1')">
<tr valign="top">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont">$cyb_topstats_s2p1</td>
<td align="$stylevar[right]" nowrap="nowrap" class="smallfont">$cyb_topstats_s2p2</td>
</tr>
</if>
$cyb_topstats_s2
</table>
</td>
</if>
<if condition="($vboptions[cybtopstats_switch_s4]>'0')">
<td class="<if condition="($vboptions[cybtopstats_tablebg]=='1')">alt1<else />alt2</if>">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<if condition="($vboptions[cybtopstats_layout]=='1')">
<tr valign="top">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont">$cyb_topstats_s4p1</td>
<td align="$stylevar[right]" nowrap="nowrap" class="smallfont">$cyb_topstats_s4p2</td>
</tr>
</if>
$cyb_topstats_s4
</table>
</td>
</if>
<if condition="($vboptions[cybtopstats_switch_s6]>'0')">
<td class="<if condition="($vboptions[cybtopstats_tablebg]=='1')">alt1<else />alt2</if>">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<if condition="($vboptions[cybtopstats_layout]=='1')">
<tr valign="top">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont">$cyb_topstats_s6p1</td>
<td align="$stylevar[right]" nowrap="nowrap" class="smallfont">$cyb_topstats_s6p2</td>
</tr>
</if>
$cyb_topstats_s6
</table>
</td>
</if>
<if condition="($vboptions[cybtopstats_switch_s8]>'0')">
<td class="<if condition="($vboptions[cybtopstats_tablebg]=='1')">alt1<else />alt2</if>">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<if condition="($vboptions[cybtopstats_layout]=='1')">
<tr valign="top">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont">$cyb_topstats_s8p1</td>
<td align="$stylevar[right]" nowrap="nowrap" class="smallfont">$cyb_topstats_s8p2</td>
</tr>
</if>
$cyb_topstats_s8
</table>
</td>
</if>
<if condition="($vboptions[cybtopstats_switch_s10]>'0')">
<td class="<if condition="($vboptions[cybtopstats_tablebg]=='1')">alt1<else />alt2</if>">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<if condition="($vboptions[cybtopstats_layout]=='1')">
<tr valign="top">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont">$cyb_topstats_s10p1</td>
<td align="$stylevar[right]" nowrap="nowrap" class="smallfont">$cyb_topstats_s10p2</td>
</tr>
</if>
$cyb_topstats_s10
</table>
</td>
</if>
</tr>
</if>
</tbody>
</table>
<br />
Your a hero thanks, I tried getting an answer to this in the 3.6 version and uninstalled because no answer was forthcoming, fixed now ace!!
jacki
07-03-2008, 09:29 PM
I want to increase the font size of the writings here and change them to bold characters ?
car20
07-06-2008, 04:56 AM
nice mod , thanks
please help me that how do i set for right-to-left direction styles ?
EvilJohn
07-07-2008, 02:34 AM
Thank you. Installed
Shazz
07-07-2008, 05:49 PM
Thanks cyb for your support and contribution to the vbcommunity
Rogier21
07-07-2008, 07:29 PM
I installed it on a fresh install, but I get this:
Kapot topic ▼ d-m, H:i Arjan Welkom op AVP
No time or date...
Sworm
07-07-2008, 09:59 PM
A problem,
i have imported my vb on a new server ( the new provider have imported my vb :D ), i have reinstalled the Cyb - Advanced Forum Statistics 5.8.1 , but when i have imported the product of this hack, this message is showed after the importation:
http://img518.imageshack.us/img518/4393/catturarv1.jpg
But the mod work without problems....
Why this?
car20
07-08-2008, 04:34 AM
my style is right-to-left but this mod is left to right !
how do i can set this mod for right toleft style ?
i find
<table class="tborder"
and replace with
<table dir="rtl" class="tborder"
but not ok:(
FlyTalk
07-09-2008, 07:15 AM
Instructions on how to enable Top Stats in vBadvanced CMPS.
1. Hack Options
Add 'adv_index' to the 'Stats on custom pages" setting field
2. vBa CMPS > Default Settings
In Portal Output Global Variables setting put cybtopstats (without $), then Save
3. Put $cybtopstats in desired template, where you wish Stats to appear.
For example open template adv_portal and put $cybtopstats (with $) below $navbar.
HI Guys
I've followed this closely, I run Badvanced CMPS, i created a custom style namely
adv_portal_advanced_forum_stats
Then that style i placed the code
<tr>
<td class="$bgclass">
$cybtopstats
</td>
</tr>
Then i created a cutom module and included that template. Placed it on my home page where i want it, and it still doesnt show. I am out of ideas here
Hope someone can help here
Cheers
Xenofox
07-09-2008, 07:32 AM
Does this cache at all? Having it installed slows down load times greatly.
SAT2M
07-09-2008, 08:24 AM
Hi
When I want install,Uninstall or change any thing in this mod shown database error but change effect
What is problem?
Hendrizius
07-09-2008, 08:55 PM
Very good addon.
Except that after installing my forum is slow as hell. I followed the instrucsstions to reduce load, but for a community with 500 users online all the time it still seems to produce too much load. Isn't there a way of caching the statistics?
Shazz
07-09-2008, 08:57 PM
Very good addon.
Except that after installing my forum is slow as hell. I followed the instrucsstions to reduce load, but for a community with 500 users online all the time it still seems to produce too much load. Isn't there a way of caching the statistics?
Try reducing the amount of columns you have.
Hendrizius
07-10-2008, 11:34 AM
Hmm. Still the same problem. Using 4 columns now.
Shazz
07-10-2008, 03:40 PM
Hmm. Still the same problem. Using 4 columns now.
Who is your host?
Hendrizius
07-10-2008, 08:34 PM
I am on a root server which I manage myself. It has a 100 mbit / 100 mbit connection. 2* Dual core 2.8 Ghz, 6 Gb ram, 1 Tb HD. Should not be a problem.
Xenofox
07-10-2008, 09:00 PM
^^ Same Issues, we had 3 Stats + recent posts enabled, 10Mb's unmtered connection Our server has 8 Cores, 8gigs of ram etc. We consitantly have about 700 people online total and enabling this slows the site way down.
Shazz
07-10-2008, 09:08 PM
This is the first time I have seen someone complain about the mod slowing there forum down, I guess this does not go quite well on big boards such as 700 users online :eek:
OsideRida06
07-11-2008, 03:23 AM
Thanks again. Now installed on a second forum!
susieblue
07-13-2008, 12:28 PM
hi there
someone on the forum i have this installed on, has disabled the stats box, and i cant figure out how to un-disable it for them, other than re-installing the cyb-stats all over again.
is there a way to reset it for them alone?
thanks for the help
susie
Valter
07-13-2008, 12:34 PM
Option to re-enable Stats is found in Quick Links menu.
susieblue
07-13-2008, 03:21 PM
dang, i missed that completely lol thanks so much!
susie
iamboard
07-14-2008, 05:53 PM
In Latest Posts, is there a way to display the time on a 12 hour clock basis instead of a 24 hour clock basis. In other words instead of 14:02 have it appear at 2:02 pm?
Thanks
Valter
07-14-2008, 07:27 PM
You can change time format in hack options.
iamboard
07-16-2008, 01:25 PM
You can change time format in hack options.
Can you tell me more specifically how to make the changes to a 12 hour clock instead of a 24 hour clock.
Never mind, got it! changed h:i to h:i A
thanks
agent781
07-17-2008, 04:28 AM
I'm still not able to view more than one page of a thread with this mod installed. Does anyone have any ideas, please?
Might it be a setting in my config.php? I'm really trying to find a resolution but I haven't been able to get Cyb to reply :( All of the other Cyb mods work great, I would really appreciate any help.
Valter
07-17-2008, 08:44 AM
I'm not able to reproduce such problem so I really have no idea what causes that.
agent781
07-17-2008, 03:39 PM
Any ideas on what I can try? I'm desperate :confused:
Anything in my config.php I can check for or any other ideas I'm willing to try.
karlm
07-17-2008, 04:37 PM
Trying to get an idea about this hack, which looks impressive... But when I click the "Live Demo" link you have supplied, I'm told:
?ao nam je, va?a IP adresa je banovana. Da kontaktirate administraciju kliknite ovdje (http://www.bihforum.com/sendmessage.php?).
vitrag24
07-17-2008, 10:11 PM
instead of latest forum news, if i wanna change latest articles or something then can i do?
========
sorry for silly question but i dont have idea. "Latest Classified Ads" -- wht is this?
SSJB_7
07-18-2008, 01:27 AM
thx a lot is just what i was looking for....:)
Gosef
07-18-2008, 10:46 AM
thanks a lot
deneme2
07-18-2008, 01:13 PM
thanks
Ekshi
07-19-2008, 02:00 AM
Hi,
When I turn this mod on, I start to get database errors every five minutes. Any ideas about my problem?
soletrader
07-19-2008, 03:23 AM
Hello,
Can you please tell me how I can disable turning off top stats? Thanks
PHILLYFAN
07-19-2008, 02:45 PM
Installed thank you
stable2
07-19-2008, 11:03 PM
This is a great hack. I installed it ages ago, but now have slight problem because I have added 2 new forums that I do not wish to show on stats.
I have changed the permissions to Forums excluded from stats but they are still showing up. How can I cure this.
ironman515151
07-19-2008, 11:11 PM
Where do I go to edit the template!?? I'm trying to make it have round corners like everything else...i tried editing php template but didn't work...any advice!!?? thanks
wcbryant
07-21-2008, 08:06 AM
I've been getting the following error from Firebug after upgrading to vB 3.7.2 and bringing this mod to the current version, but only (it seems) in the AdminCP. Doesn't seem to be breaking anything, but I'm wondering how to fix it.
vB_AJAX_Handler.prototype.fetch_data() is deprecated. Use responseXML.getElementsByTagName("x")[i].firstChild.nodeValue instead.index.php?do=home (line 34)
this.ajax.handler is undefined
check_setting()()vbulleti...lidate.js (line 149)
vB_Setting_Validator("cybtopstats_excl_forums")vbulleti...lidate.js (line 125)
validate_setting(blur )vbulleti...lidate.js (line 115)
getXY()()yahoo-do...-event.js (line 8)
[Break on this error] this.ajax.handler.onreadystatechange = ...e) { handle_validation(ajax_closure); };
yahoooh
07-24-2008, 04:15 PM
bug:
when i exclude forum and this forum has option to be hidden from the forum list
the last thread or reply will be shown
sateurope
07-25-2008, 01:37 PM
I am having problems with latest forum news.
It shows forum start thread date not latest post in forum.
How can i fix that?
stingg43
07-26-2008, 07:37 PM
Hello,
Congratulations for this excellent hack!
I have only a small (!) problem. when i select greek language it shown date & time like :
https://vborg.vbsupport.ru/
In english language is shown correct!
https://vborg.vbsupport.ru/
Can you please, answer me, about this problem?
almansoori
07-26-2008, 08:38 PM
Thanks for update
mrtylmzzz
07-26-2008, 11:34 PM
hi, i take Cyb - advanced forum istatistics and tfseo 2 (https://vborg.vbsupport.ru/showthread.php?t=173738). My replace URL is for example. www.site.com/example/example.htm but, there are in the cyb : www.site.com/showthread.php?t=888 , Can you help me ?
(My English so bad, i am sorry...)
mad@Max
07-27-2008, 07:06 PM
can you add an option to disable this from guest?
Usergroups can't view stats (List IDs, separate with commas) -> 1
How i can enable statistic only administrative groups, on forumhome? For all statistic will shown by php file.
How its make? Just this mod make many queries to db and when forum is big this is real problem.
mad@Max
07-27-2008, 09:48 PM
I am found how it make:)
In 2 plugins (Cyb - Advanced Forum Statistics - MN, Cyb - Advanced Forum Statistics - FH) find into conditions:!is_member_of($vbulletin->userinfo, split(',', $vbulletin->options['...']))After add: OR (THIS_SCRIPT == "stats")Where "stats" name your php file.
So now all how add in Usergroups can't view stats (List IDs, separate with commas) will not see statistics on main forum, but will see on link your php file.
Hope i help somebody how have problem like mine:)
sateurope
07-28-2008, 09:06 AM
Hello,
Congratulations for this excellent hack!
I have only a small (!) problem. when i select greek language it shown date & time like :
http://img77.imageshack.us/img77/4659/cyb01dd2.jpg
In english language is shown correct!
http://img182.imageshack.us/img182/2055/cyb02ck9.jpg
Can you please, answer me, about this problem?
Try this
Date Format
Add "%" before each format parameter if dates are not shown
%d-m,%H:i
Or read the site http://www.php.net/manual-lookup.php?function=date
Good luck
TimberFloorAu
07-28-2008, 09:49 PM
We have installed ABES Groan hack ( with a slight variation, post_groan changed to post_spank )
Can we integrate this hack ( which is virtually same as post_thanks ) with Advanced Forum Stats.
If so could you explain, plz. We would do ourselves, or provide some script for us to use.
Ozzy
furst
07-29-2008, 01:49 AM
Would be awesome if you could add something like this hack into your hack: https://vborg.vbsupport.ru/showthread.php?t=185672
g00gl3r
07-29-2008, 02:05 AM
Installed on a couple of forums.
RobbieZ
07-30-2008, 08:45 PM
Thankyou Installed
in this section - "Permissions
Forums excluded from stats (List IDs, separate with commas)"
What are the id codes ? and where do i find them? .. i need to hide 'Staff Chat' etc from my useres prying eyes.. lol.. thankyou
TimberFloorAu
07-30-2008, 10:22 PM
goto Forums and Moderators.
Each forum has its own ID
TimberFloorAu
07-30-2008, 10:23 PM
We have installed ABES Groan hack ( with a slight variation, post_groan changed to post_spank )
Can we integrate this hack ( which is virtually same as post_thanks ) with Advanced Forum Stats.
If so could you explain, plz. We would do ourselves, or provide some script for us to use.
Ozzy
BUMP
cool_sinchan
08-04-2008, 09:13 AM
thanx for the plugin..
but Can u help me to solve this problem?
Rik Brown
08-08-2008, 03:24 AM
Just want to say thanks for this fantastic mod (I'm kicking myself for not trying it sooner!). Also, a wish list item:
For those of us that have video forums (youtube, etc.), it would be great to have a "Hottest Videos" stats presentation. Since videos are embedded into normal messages, it would just require specifying the forum like one does for Latest Forum News, etc.
Thanks again. -- Rik
ps: Or perhaps user definable forum groups with their own titles would serve the same purpose.
semauae
08-08-2008, 08:21 PM
Hello
I have a problem with this Mod.
one of my users, his name is "κ7éəŁa6 ēĿ3λόǿή "
when he post a new reply or new thread , his nickname in last posts displays as a guest
If u want a screanshot I'll attach
Thanx
Division
08-11-2008, 07:40 PM
Very good addon.
Except that after installing my forum is slow as hell. I followed the instrucsstions to reduce load, but for a community with 500 users online all the time it still seems to produce too much load. Isn't there a way of caching the statistics?
I had the same problem my site only has around 150 users online. Nice hack though.
AzzidReign
08-12-2008, 02:19 AM
Is there any reason why the referrals show up different on the top stats, than they do in the profile?
Se7ensins.com ; view the top referrers and you'll see that their numbers don't match and it's not exact every time either. Some will be 10 more, others will be 4 more, etc. on the top stats than the profile page.
is it possibile to show up the source forum regarding latest news stat?
We got a few number of news sources in our forum...it would be a nice feature for immediately understand the source of the news.
shadowevil
08-12-2008, 02:10 PM
Hi Cybernetec,
You can upgrade to version has support AJAX auto refresh page, can't you?? hope you can do this request, thanks :)
Deadly Assassin
08-13-2008, 06:52 AM
Great hack as always Cyb, top job.
Just one question?
I have tried to add the re-enable hook to my quicklinks dropdown, but it always appears at the top of the menu, i have tried various positions and it always show at the very top.
Can you or someone please show me the place you put yours in so it shows under the misc menu in the dropdown.
Thanks alot.
Mondi
08-15-2008, 08:46 AM
Was looking for something like this for a while now.
In fact - this is even better than what I wanted. Again, outstanding work & contribution from you, cybernetec!
Thanks - and INSTALLED of course....
ExTincTi0N
08-23-2008, 10:13 PM
I am having a problem with this mod. When ever you click on something in the statistics it takes me and my users to a 404 page error any help with this?
LaZyBuM
08-26-2008, 06:36 PM
<u>Hey someone please help me--- HOW TO Movie it from Bottom to TOP ?? I mean below chatbox IN the forum home page??? Please Help me!!
I m using latest vBulletin v3.7.3 ( no template edit was required when i installed this hack)</u>
rapidphim
08-26-2008, 08:36 PM
anyone knows this hack sucks too much queries????
Patiala King
08-27-2008, 12:26 PM
I want to remove the numerical values, how can I do that?
jlew24asu
08-27-2008, 12:57 PM
best hack on this site :up:
GunBound Forum
08-27-2008, 02:09 PM
No Working in VB 3.7.3 :(
jacki
08-28-2008, 07:46 AM
hello,
After mod is activated query number increases too much. As on the picture below, it is between 350 and 500; in addition load becomes 400. How can I solve this problem..
http://img175.imageshack.us/img175/811/loadxf5.jpg
Jason UK
08-28-2008, 02:52 PM
A user has disabled the stats but wants them enabled again. How do they do that? I see nothing in the User CP.
AzzidReign
08-28-2008, 03:39 PM
It's in their quick links drop down.
GaiLoan
08-28-2008, 04:28 PM
No Working in VB 3.7.3 :(
still the same nothing change after upgrade 3.7.3
yamahapaul
08-29-2008, 11:37 AM
I've just installed this and its excellent, thanks!!:up:
qbn720
08-29-2008, 03:30 PM
Nice Add-on, but is there a version which works with TfSEO (https://vborg.vbsupport.ru/showthread.php?t=173738&highlight=tfseo).
skokarl
08-29-2008, 09:13 PM
many thanks .... installed on 3.7
rapidphim
08-30-2008, 03:50 AM
hello,
After mod is activated query number increases too much. As on the picture below, it is between 350 and 500; in addition load becomes 400. How can I solve this problem..
http://img175.imageshack.us/img175/811/loadxf5.jpg
this mod sucked too much queries that caused my forum suspended so many time.... anyone got the same or just me?
nuno_oliveira
09-01-2008, 05:57 PM
hi
I have installed your mod on my forum, it works perfectly on firefox, but on IE seems to have a bug!
Please take a look on the image http://img222.imageshack.us/img222/4233/bugyh7.jpg
How can I fix this?
thanks
dnmtnk
09-02-2008, 08:29 PM
have a bug ...
my forum cybstats
http://forum.ayva.net/misc.php?do=cybstats
heraldic 4294967295
Black_SWORD 4294967295
polatbjk9 4294967295
testerekankan 4294967295
snipermelih 4294967295
hero08 4294967295
mustafa05 4294967295
saem123 4294967295
talha12 4294967295
connect 4294967294
BloodyKiLLer 4294967294
recep1 4294967294
menderes12 4294967293
By_SuSKuN 4294967292
__ineg?ll?__ 4294967292
sametve 4294967292
enes15141514 4294967286
serseribaba 4294967286
retkid123 4294967276
but they have not a message...
skokarl
09-03-2008, 03:29 AM
Hallo, this is a great Hack, thanks.
excuse my bad english, please.
I use this for the top 10 only,....
where can I change the font .... i need a bigger font .... thanks.
jacki
09-04-2008, 08:17 AM
this mod sucked too much queries that caused my forum suspended so many time.... anyone got the same or just me?
I have the same problem
redraider
09-04-2008, 04:11 PM
Cybernatec,
I have been using this hack (a lot of your hacks) for a long time and I love them all. For this one I have a request: please add latest social groups. It would be a great addition for my forums where groups can really add a lot.
Thanks
komirad
09-04-2008, 08:05 PM
The forum name with an "&" is showing up in html code "&"
Brother Malachi
09-05-2008, 07:05 PM
Does anyone know how to fix the stretching problem? On smaller screens the mod stretches the forums on the homepage past the viewable area adding the horizontal scrollbar.
When I disable it, the stretching disappears.
Does anyone know how to individually select the latest threads and place it into another box?
MaKayWeB
09-06-2008, 11:09 PM
thank you very much
RobbieZ
09-07-2008, 09:56 AM
Does anyone know how to fix the stretching problem? On smaller screens the mod stretches the forums on the homepage past the viewable area adding the horizontal scrollbar.
When I disable it, the stretching disappears.
Check here: http://www.dailysportspages.com/forums
I had this problem too.. Let me check what i did to correct this.. !!
students_forum
09-07-2008, 03:27 PM
I've just installed this and its excellent, thanks!!:up:
yeap!!
The Coon
09-09-2008, 05:05 PM
Installed! Awesome! Greetings from Germany!
s810car
09-10-2008, 10:00 AM
I'm thinking maybe the best way to reduce load would be to have this run a cron to pull the info? Having all those queries would really bog down a page especially for large forums, a once an hour cron job would help tons
tab503
09-13-2008, 03:07 PM
this mod sucked too much queries that caused my forum suspended so many time.... anyone got the same or just me?
same.
any suggestion?
my opinion
problem with hundreds of simultaneous users.
just too much traffic.
Shazz
09-13-2008, 03:40 PM
Disable it, Previous posts have said the same with too large of traffic.
ivanp
09-13-2008, 03:47 PM
This mod looks very nice, but just cannot use it with large board having 200,000 threads.
I've tried to disable everything except the latest threads, but database just couldn't handle it.
Is it possible to add mysql indexes to certain tables to speed up queries and do some caching?
vietConnecting
09-14-2008, 07:08 PM
Thanks~
Makc666
09-15-2008, 09:46 AM
I see a "bug" as I think.
Clean vBulletin 3.7.3 + Cyb - Advanced Forum Statistics Version: 5.8.1
If debug is enabled I see this one in "Messages:".
(unspecified) fetch_permissions(1, 1, 6,''); -> cached fperms for forum 1
(unspecified) fetch_permissions(2, 1, 6,''); -> cached fperms for forum 2
(unspecified) fetch_permissions(3, 1, 6,''); -> cached fperms for forum 3
(unspecified) fetch_permissions(4, 1, 6,''); -> cached fperms for forum 4
returning default icon
returning default icon
returning default icon
returning default icon
php_sapi_name(): apache
KiLLAxMAHN
09-16-2008, 02:39 AM
i have 3.7.3 and i get a ERROR 404 - PAGE NOT FOUND
how do i fix this? this only happens to me when i click on one of the stats. help plz
Brother Malachi
09-16-2008, 03:09 AM
I had this problem too.. Let me check what i did to correct this.. !!
Can you help?
radekarc
09-17-2008, 02:06 PM
I have installed Hide Hack Resurrection (by Psonic).
How to modify your query to run in the statistics of thanks?
if ($cybtopstats_enable_thx AND $vbulletin->options['post_thanks_on_off'])
{
if ($vbulletin->options['cybtopstats_timecut']>0)
{
$get_stats_thanks = $vbulletin->db->query_read("
SELECT SUM(post.post_thanks_amount) AS post_thanks_thanked_times, post.userid, user.usergroupid, user.displaygroupid, user.username, user.posts
FROM " . TABLE_PREFIX . "post AS post
LEFT JOIN " . TABLE_PREFIX . "user AS user ON (post.userid = user.userid)
WHERE post_thanks_amount > '0' $cybexclgroups $cybtopstats_timecut_thx
GROUP BY post.userid
ORDER BY post_thanks_thanked_times DESC
LIMIT 0, $resultsnr
");
}
else
{
$get_stats_thanks = $vbulletin->db->query_read("
SELECT userid, usergroupid, displaygroupid, username, posts, post_thanks_thanked_times
FROM " . TABLE_PREFIX . "user AS user
WHERE post_thanks_thanked_times > '0' $cybexclgroups
ORDER BY post_thanks_thanked_times DESC
LIMIT 0, $resultsnr
");
}
while ($getstats_thx = $db->fetch_array($get_stats_thanks))
{
$getstats_thx[fullusername] = strip_tags($getstats_thx[username]);
if ($trimusername > 0)
{
$getstats_thx[username] = fetch_trimmed_title($getstats_thx[fullusername], $trimusername);
}
else
{
$getstats_thx[username] = $getstats_thx[fullusername];
}
$getstats_thx[musername] = fetch_musername($getstats_thx);
if ($vbulletin->options['cybtopstats_bold_remove'])
{
$getstats_thx[musername] = str_replace($cyb_afs_bpar, "", $getstats_thx[musername]);
}
eval('$cybtopstats_thanks .= "' . $vbulletin->templatecache['cyb_topstats_thanks'] . '";');
}
}
thewebhostingdi
09-18-2008, 04:17 AM
While upgrading from 5.7 to 5.8.1 it is giving me this error ....
A conflict was detected in the bitfields. You cannot continue with the installation of this product until this has been fixed. The conflicts found were:
Bitfield Collision: credits_cantearn = prefixrequired
emath
09-18-2008, 08:38 AM
how\where can i translate this plugin (after i installed it..)?
tnx ..
Makc666
09-18-2008, 09:47 AM
I see a "bug" as I think.
Clean vBulletin 3.7.3 + Cyb - Advanced Forum Statistics Version: 5.8.1
If debug is enabled I see this one in "Messages:".
(unspecified) fetch_permissions(1, 1, 6,''); -> cached fperms for forum 1
(unspecified) fetch_permissions(2, 1, 6,''); -> cached fperms for forum 2
(unspecified) fetch_permissions(3, 1, 6,''); -> cached fperms for forum 3
(unspecified) fetch_permissions(4, 1, 6,''); -> cached fperms for forum 4
returning default icon
returning default icon
returning default icon
returning default icon
php_sapi_name(): apache
Found. This is because of vBulletin "strange" code in file:
./includes/functions.php
// ########## #DEBUG# CODE ##############
$DEBUG_MESSAGE = iif(isset($GLOBALS['_permsgetter_']), "($GLOBALS[_permsgetter_])", '(unspecified)'). " fetch_permissions($forumid, $userid, $usergroupid,'$parentlist'); ";
unset($GLOBALS['_permsgetter_']);
// ########## END #DEBUG# CODE ##############
Throw a note to Dev.Team http://www.vbulletin.com/forum/project.php?issueid=26369
Datenpapst
09-19-2008, 11:07 AM
is there a possibility to get this hack on the vBadvanced portal page?
mmoore5553
09-19-2008, 06:55 PM
anyone figure out the IE huge gap error ? i tried earlier fix and it didnt work ..in FF3 everything looks fine but IE there is huge gap with headings and first post .... PM me with info .... i am just looking for newest posts mod and hottest mod ...anything better ?
HemoOo Nana
09-21-2008, 05:41 PM
Thanks
emath
09-25-2008, 03:32 PM
can u add to this mode a code so it will appead on the left\right side of the board ?
ShiZoPhreN
09-25-2008, 10:15 PM
Hello Cyb,
I dont know, this Guy have permission use your code but, thats a nice feature for the Future :)
https://vborg.vbsupport.ru/showthread.php?t=191875
auctionguy
09-26-2008, 12:17 PM
I love the stats but when you look at the Google Cached Version of www.devhunters.com the Top Header for the Stats like repeats 25 times. I am running 3.7.3 PL1
Is there something I can change in the code to fix this?
Is there a thread I am missing about it here somewhere?
zombietom
09-27-2008, 03:31 AM
Hey, i have installed this Great Mod.
I have a couple of small issues
1. the stats show up twice on 1 of my many themes -Where do i look to fix it?
2. Can i adjust the size of the overall stat box? If runs off on a couple of my themes?
thanks!
maxie
09-28-2008, 11:00 AM
not work with me
when i click any links it shows
Not Found
The requested URL was not found on this server.
any help for this ?
Lee Roberts
09-28-2008, 09:30 PM
Hi, i dont know if others would like this for the next update but would it be posable to add the stats to the bottom of the defult stats we get with vb?
I'v poped a screen shot of what i mean, has anyone done this already, could some one please tell me what i would need to do/edit to have it show as per my screen shot please.
https://vborg.vbsupport.ru/external/2008/09/5.jpg
Cheers,
Lee
dnicu26
09-28-2008, 09:35 PM
Can you tell me what I'd need to edit to add a "nofollow" attribute to the links to people's profiles that appear under top poster, etc. ?
forsanelhaq
09-29-2008, 01:00 AM
thanks sir its good
Hamednet
09-29-2008, 09:41 AM
thanks dear
very nice !
MarkoP
09-29-2008, 11:32 PM
Is there a way to edit this mod so I can add another section called "The Latest Auctions" or whatever?
Like the "Latest Classifieds" but it would say Latest Auctions or whatever I wanted it to say...
Thanks!
parabat
09-30-2008, 12:15 AM
This is an awesome mod, so thank you for this. :up:
I have a question which I hope some one can help me with. I have a wordpress blog on my site which I would like to get feeds from and into the "blogs stats" area of this mod. Is that at all possible?
I am using the wordpress bridge and it woks well for the usernames etc.
Any help would be greatly appreciated.
-PB
northwallace
09-30-2008, 03:22 PM
I just went and deleted the last '/' from the end of my url. in vbulletin options. The links now work.
Masiello
10-01-2008, 04:07 PM
Hi, I'm using custom style and need to be showing the enable stats link, if I use
$cybts_enablelink instead don't get it working and Have tried the code below, but same result, not working, where do I get wrong?
<if condition="$show['cybts_enablelink']"><tr><td class="vbmenu_option"><a href="misc.php?do=enablestats$session[sessionurl_q]">$vbphrase[cyb_topstats_disabled_note]</a></td></tr></if>
I've tried too this
<tr><td class="thead">$vbphrase[cyb_afs_turnon_stats]</td></tr>
<if condition="$show['cybts_enablelink']"><tr><td class="vbmenu_option"><a href="misc.php?do=enablestats$session[sessionurl_q]" rel="nofollow">$vbphrase[cyb_topstats_disabled_note]</a></td></tr></if>
My style have quick links in the navbar template
kentona
10-02-2008, 03:07 AM
Hi, i've got everything working with it except the latest forum news. It shows nothing. Could you tell me how i can fix this to show the latest forum news. Thanks.
Shazz
10-02-2008, 03:19 AM
Hi, i've got everything working with it except the latest forum news. It shows nothing. Could you tell me how i can fix this to show the latest forum news. Thanks.
Have you double checked your settings for the correct forum ID?
kentona
10-02-2008, 03:21 AM
no i haven't. How do i do that?
Shazz
10-02-2008, 03:51 AM
no i haven't. How do i do that?
Admincp > vBoptions > Cyb Advanced forum stats.
kentona
10-02-2008, 04:08 AM
thanks it works now.
Shazz
10-02-2008, 04:09 AM
thanks it works now.
Always check vBOptions when installing mods :)
Glad you got it
nasleaftab
10-03-2008, 03:51 PM
Dear All friends,
I am happy that my first post is here in this great thread.
Thank you for this hack, it is perfect.
But I have a problem,
I cannot show it in my forum :( How can I do it? I am using Enlighten template.
Please tell me how I can use this great hack?
Please help me,
Thanks and waiting for your helps.
AdrianH
10-03-2008, 04:26 PM
Dear All friends,
I am happy that my first post is here in this great thread.
Thank you for this hack, it is perfect.
But I have a problem,
I cannot show it in my forum :( How can I do it? I am using Enlighten template.
Please tell me how I can use this great hack?
Please help me,
Thanks and waiting for your helps.
Installation:
1. Required:
Import XML file (as product) through AdminCP: Plugin System > Manage Products > [Add/Import Product]
2. Optional - if you use custom styles and stats are not shown:
Open FORUMHOME template and add "$cybtopstats" where you wish Stats box to appear
3. Optional - if you use custom styles and link to re-enable stats is not shown:
Open desired template and add "$cybts_enablelink" where you wish "Enable Top Statistics" link to appear
nasleaftab
10-04-2008, 11:08 AM
Thanks.
it works now :)
deki5la
10-08-2008, 03:18 AM
Thanks, this hack is perfect.
soniceffect
10-11-2008, 03:42 PM
Any chance we could have a 'Top poster in last week/month'? Or is it something that I could easlily add?
NathanLedet
10-12-2008, 12:09 AM
I don't see anyone else having this problem...but this add on was a server hog whenever i enabled it. 45 people online and it maxed out my CPU (dual core). When i disable it, everything returns to normal....anyone else experience something similar?
Shazz
10-12-2008, 12:32 AM
I don't see anyone else having this problem...but this add on was a server hog whenever i enabled it. 45 people online and it maxed out my CPU (dual core). When i disable it, everything returns to normal....anyone else experience something similar?
About everyone with a big forum
soniceffect
10-12-2008, 11:51 AM
Any chance we could have a 'Top poster in last week/month'? Or is it something that I could easlily add?
Please ignore that stupid question LOL ....
Would be nice if we could have both with timecut and without timecut showing however :)
ozankar
10-12-2008, 03:08 PM
hi,
I want to see more statics on seperate page but when I select for example 30 it gives an error:
Your submission could not be processed because a security token was missing.
If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.
How can I solve that problem.
thanks.
erdiyilmaz
10-12-2008, 03:20 PM
yes, i'm aLso taking this error.. when i want to show more statistics, 5,10,20,30 choose and cLick update button and then this error is coming.
is there any one can soLve that probLem?
Your submission could not be processed because a security token was missing.
If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.
qbn720
10-14-2008, 12:23 AM
Is it possible to display this hack on custom pages that we have coded out using vB-Advanced CMS?
Can you please tell me how can I remove the "Latest Forum News" and "Newest Members" from the Top 5 stats?
Stifmeister2
10-15-2008, 03:56 PM
Can you please tell me how can I remove the "Latest Forum News" and "Newest Members" from the Top 5 stats?
You can disable them from the settings found in ACP (Under vbulletin options).
brvheart
10-16-2008, 01:44 PM
This is showing up two times on forumhome in one of my styles - any ideas Cyb?
emath
10-16-2008, 02:46 PM
cant u make it to be on the left \ right forum side ?
Aceman
10-17-2008, 02:52 PM
I am setting up a new forum. Which is going live soon.
THE ISSUE: Under "Latest Posts" the posts are repeating 3 times, and the links are same for each copy. Additionally, "Newest Member" shows admin 3 times. (see the attached image).
Would anyone know how to fix this. Or better yet. Reset the data??
Any help would be greatly appreciated.
theOZer
10-17-2008, 03:00 PM
In my vB3.8.0 Beta 1 testvb I am not seeing this type of quirk.
Have you run pertinent rebuilds in AdminCP -> Maintenance -> Update Counters? That might 'clear' this problem; might not, too. Good luck.
Aceman
10-17-2008, 03:11 PM
I did as you suggested and updated just about every counter I could. Additionally, I uninstalled the hack and then reinstalled it. Still getting the same issue.
Thanks for the suggestion - Anyone got something else I can try?
Forum at issue: http://www.pix3licio.us/forums/index.php
Noctavia
10-18-2008, 07:47 AM
Hiya. Great mod, exactly what I was after. I was wondering though, is it possible (and if so, how) to remove the top header part of it? The part that has 'Top 5 Stats' and has the collapse option. Or at least hide it.
Netunt
10-18-2008, 08:19 AM
Hiya. Great mod, exactly what I was after. I was wondering though, is it possible (and if so, how) to remove the top header part of it? The part that has 'Top 5 Stats' and has the collapse option. Or at least hide it.
You can change what stats are shown and make it one line or two lines in the admin cp.
Noctavia
10-18-2008, 08:23 AM
The part I'm after isn't the actual stats list. It's the very top of the mod that has the 'Top 5 Stats' wording, and the ability to collapse/hide the mod. The 'the top header part of it'...
Netunt
10-18-2008, 08:25 AM
The part I'm after isn't the actual stats list. It's the very top of the mod that has the 'Top 5 Stats' wording, and the ability to collapse/hide the mod. The 'the top header part of it'...
Oh, sorry, I didn't read it correctly. I should imagine that it is possible to remove it if you mess around with the xml.
NathanLedet
10-19-2008, 05:41 PM
About everyone with a big forum
It sure would be nice if this mod could run on a cron...maybe once per day, or once every 12 hours...whatever you specify...that way it wouldn't bog down servers. maybe the next version? :up:
Shazz
10-19-2008, 08:19 PM
It sure would be nice if this mod could run on a cron...maybe once per day, or once every 12 hours...whatever you specify...that way it wouldn't bog down servers. maybe the next version? :up:
It would seem useless if it took that long to update
mmoore5553
10-20-2008, 01:03 AM
if anyone is having an issues where the latest thread is huge spaces adn they dont line up i have found a fix in the code after examing it
you can pm me and i can show you where in the code ....
mmoore5553
10-20-2008, 01:12 AM
here is the actually broken results from IE and same with firefox ...the fix makes the latest posts not double space
mmoore5553
10-20-2008, 01:15 AM
here is the fixed version. it was a one line fix that had error
mmoore5553
10-20-2008, 01:25 AM
Originally Posted by Noctavia
The part I'm after isn't the actual stats list. It's the very top of the mod that has the 'Top 5 Stats' wording, and the ability to collapse/hide the mod. The 'the top header part of it'...
you should be able to do that by custom wrapper
fodvapor
10-20-2008, 06:06 PM
Been looking for this one....VERY NICE ! Great Job!
dolphin678
10-21-2008, 03:26 PM
Installed and seems to be working fine in 3.7.3 PL1
Ohiocustoms
10-22-2008, 02:10 AM
I have disable this plugin it's causing this error. Any help would be very much appreciated.
Invalid SQL:
SELECT template
FROM template
WHERE templateid = 539;
MySQL Error : MySQL server has gone away
Error Number : 2006
Datenpapst
10-22-2008, 12:01 PM
Is it possible to show the stats in every forum not just on the forumhome?
Jonathan81
10-22-2008, 06:31 PM
I don't see anyone else having this problem...but this add on was a server hog whenever i enabled it. 45 people online and it maxed out my CPU (dual core). When i disable it, everything returns to normal....anyone else experience something similar?
Yep, same here. 130 people online and the server died. Had to disable it. Shame, nice add on :(
dolphin678
10-23-2008, 09:57 AM
Unfortunately I too had to disable as it overloaded my server. It's a good mod and if this can be fixed I'd love to have it back on.
biocyberman
10-24-2008, 03:27 AM
Hi Cyb,
I would like to have an option to choose "latest post" sorted by last edited time. If a post is not edited, last edited time is equal to post time. I think it's more reasonable to sort that way.
al3beer
10-24-2008, 03:41 AM
So Thanks for updated
tobaro
10-28-2008, 11:31 AM
I'm only running the last 20 postings and only at forum index and that works fine, even with 1500 online -what we have usually evenings- no problem at all. Its all a matter of configuration and, clear, if you enable everything of this mod it produces a huge server load.
Thank you for the good add on.
It works fine with my vB 3.7.3 , the stats appear as desired. But one problem I have still not cleared. As a user (logged in) I would like to read a thread in the latest post box and clickt on it , I come to this site, but as unlogged user. I now have to log in again when I want to reply to this post. Can someone help me? what's wrong with Install?
Thank you.
HpD
intospain
10-28-2008, 03:09 PM
All installed - thanks for the great mod :D
mmurtha
10-28-2008, 08:49 PM
Hi Cyb,
Great add-on! Tanks a ton!
adamskiii
10-29-2008, 12:44 AM
thanks man
Darwa
10-30-2008, 09:50 PM
If anyone has created a vbadvanced module for this, then please share it. I'm certainly not having any luck and the guides I've found aren't any help.
jmurrayhead
11-02-2008, 09:45 PM
For those experiencing server load issues, change the settings to disallow unregistered users from viewing them. This helped me out a lot.
g0dfather1984
11-03-2008, 04:10 PM
Is there a way I could change the title of "Latest Posts"?
ecreweb
11-04-2008, 07:18 PM
thanks cyb...
the stig
11-05-2008, 12:01 AM
This is by far the best mod available for the vbulletin right after "album pics on forum home mod".
Two thumbs waaaaaaaaay up. I'm surprised to see how easy it is to set up.
pigpog
11-05-2008, 11:32 AM
I can't remember if I ever thanked you for this mod, so thanks! ;) Installed and runs like a dream.
Hannan
11-05-2008, 09:27 PM
I have multiple domains and pointed to the one vb forum, I want each one have their different address in their url when users want to click on them, so anyone can help me to let me know how can I do this?
thanks
shadyninja
11-06-2008, 09:53 PM
Awesome Mod!~
Thanks!
torcidas
11-07-2008, 10:08 AM
Superb Mod Thnx for making it and share with us. I put it at www.hnkhajduk.com/forum
Reeve of shinra
11-08-2008, 07:59 PM
I'm having a problem where if I ignore a user, they will still show up under the latest posts. Is there a way to change this? Or is there something I missed putting in?
ReQueM
11-09-2008, 12:46 AM
Warning: mysql_query() [function.mysql-query]: Access denied for user 'xxxxx'@'localhost' (using password: NO) in [path]/admincp/plugin.php(1986) : eval()'d code on line 13
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in [path]/admincp/plugin.php(1986) : eval()'d code on line 13
Derekclarke
11-09-2008, 02:27 PM
how easy would it be to add a latest Paid Member into this?
SimonVlc
11-09-2008, 06:56 PM
Hi all,
is there any form of show this plugin just to registered users?
Thanks in advance, Simon.
RedDevil
11-11-2008, 01:44 PM
Ive just added a mobile style how do i disable this for that style, im a bit new to VB any help appreciated.
john.parlane
11-13-2008, 12:53 AM
Hi
Whats your policy on users changing your php code for their own purposes? We have users who require their private forums to be totally private, ie - not show up on the stats. I have tried to modify the code to do this but the slightest change seems to cause the plugin to bring down all of vbulletin. Can you shed any light?
Many thanks in advance.
John.
kpierce
11-14-2008, 04:32 AM
The domain of my site is a masked forward making all of the links displayed to the threads in this mod inoperable. Is there a way to fix this?
Sawa Dee SohL
11-14-2008, 08:48 PM
I have this installed on my forum and I was curious if this was possible:
I like how the stats are place (with the most referrals, and posts, and threads and what not) - so I like how it is with the default..
can I set up a SECOND set of statistics, for each Category?
I have Entertainment (a dozen or so boards) - Sports (dozen + boards) - Misc (dozen + boards) ect...
I have about 5 categories set up and would like to know if I can have the stats pull the 'New posts' from each forum - into it's own Box. - This would NOT be on the same page, it would be on the front page (done by VbAdvanced)
So instead of each box being for posts, then referrals, thread starters, ect...
It would be for each category - showing it's new posts.
But I want to keep the default for the stats on the users.
Anyway to have them both?
newsoftw
11-15-2008, 02:52 PM
thnank u so much & realyy nice working with VB 3.7.4
Hanoifishing
11-15-2008, 03:27 PM
I want to make all moderators nick become bold style, how to make it?
Thanks!
Valter
11-15-2008, 05:37 PM
There is an option in hack settings to remove bold style from all usernames. Ensure it's disabled.
wanno
11-15-2008, 06:17 PM
Thank you. Very nice Add-on.
Just one problem left:
I added % for every parameter in date and time.
It doesn't work with "i"
I tried it also without % but it doesn't work as well.
So my date is 15-11 21:%i
How to resolve this?
Hanoifishing
11-16-2008, 08:54 AM
There is an option in hack settings to remove bold style from all usernames. Ensure it's disabled.
Thanks for your help, but I don't know, it in the hack code, or option in cp?
Valter
11-16-2008, 10:42 AM
AdminCP > vBulletin Options > Cyb - Advanced Forum Statistics
ReQueM
11-16-2008, 12:59 PM
Warning: mysql_query() [function.mysql-query]: Access denied for user 'xxxxx'@'localhost' (using password: NO) in [path]/admincp/plugin.php(1986) : eval()'d code on line 13
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in [path]/admincp/plugin.php(1986) : eval()'d code on line 13
i get this error on installing product
my vb version: 3.7.4
wanno
11-17-2008, 05:54 AM
Thank you. Very nice Add-on.
Just one problem left:
I added % for every parameter in date and time.
It doesn't work with "i"
I tried it also without % but it doesn't work as well.
So my date is 15-11 21:%i
How to resolve this?
Any idea?
wanno
11-17-2008, 06:20 AM
I would like to ask another thing:
Is it possible to have all latest post visualized, even if there are more then 1 new post in the same thread?
title user
titlepost user3
titlepost user2
titlepost user3
titlepost user7
titlepost user1
etc
hassshasss
11-24-2008, 10:00 AM
Merhaba ingilizcem kötü olduğu için türkçe yazıyorum anlıyan arkadaş çıkarsa cevaplar umarım
Yeni mesajların gösterildiği sütunda sadece istediğimiz forumların mesajlarının görünmesini nasıl sağlıyabiliriz acaba ?
ReQueM
11-24-2008, 10:07 AM
Merhaba ingilizcem k?t? olduğu i?in t?rk?e yazıyorum anlıyan arkadaş ?ıkarsa cevaplar umarım
Yeni mesajların g?sterildiği s?tunda sadece istediğimiz forumların mesajlarının g?r?nmesini nasıl sağlıyabiliriz acaba ?
(Sadece yeni mesajlar i?in değil b?t?n istatistikler i?in ge?erli olacaktır.) ?ıkmasını istemediğin forumların ID'sini "Forum excluded from stats" b?l?m?ne aralarına virg?l koyarak yaz.
Mesela 65,89,201 gibi
hassshasss
11-24-2008, 11:28 AM
teşekkürler daha önce denemiştim üst forun id yazmıştım olmamıştı sizin uyarınızdan sonra yeniden denedim ve oldu sağolun.
cindy helmond
11-24-2008, 01:37 PM
working good but i have dutch language file and the date and time is not correct
any ideas?
thx
see att !!
johnlittle
11-24-2008, 03:58 PM
how do you paste the mod at the top of the forum? instead from the footer?
Tauhid
11-24-2008, 03:58 PM
absolutely love this mod!
H?seyin
11-24-2008, 08:02 PM
Have not read all messages, hope this not a recurring suggestion.
------------
Hello,
we made an addition to this mod.
Mouseover color change of the Rows.
You can see it in action on my forum :
www.excel.web.tr
If you like it
in "cyb_topstats_newposts"
Find (first row of file):
<tr>
Replace:
<tr valign="top" onmouseover="style.backgroundColor='#FFFF00;"
onmouseout="style.backgroundColor='#E1E4F2'">
Thats it.
Hope you like it also.
Regards
Huseyin
SHalliday
11-24-2008, 11:23 PM
Thank you Cybernetic for another top notch mod! Installed and worked perfectly right out of the box. Seems this is a major symtom with all of your mods. :D
Do have one question. Could someone tell me how to change the "Latest Posts" section so that it displays "Latest Threads" instead?
Again, thank you for another top quality mod!
therogueforums
11-26-2008, 05:10 AM
Greetings! I've been using this mod for a while now- love it. However, I'm trying to create a very lo-fi skin, and am looking for a way to disable this mod, just on that skin. I haven't made any template edits, just installed the product, so there's no template for me to edit to make this happen.
Is it possible? How do I go about doing it?
asm-soft
11-29-2008, 08:07 PM
Hello,
This user has not registered and therefore does not have a profile to view.
I get this message when try to see any member page.
My forum version 3.7.4 and run on UTF-8 encoding.
Thanks
CPOWA
11-30-2008, 10:27 AM
Installed :)
Excellent work Cyb, thank you very much!!!
GSeybold
11-30-2008, 03:11 PM
I have a question. How come the dates changes for new registration when I log in?
See below. Some lastest new members, different date?? Second one down. It usually happens with the first two but now I'm seeing it throughout the list.
SHalliday
12-01-2008, 05:52 AM
Is it possible to change the "Latest Posts" section so that it displays "Latest Threads" instead and if so, how can I do it?
.
Smitty
12-01-2008, 06:50 AM
Is it possible to change the "Latest Posts" section so that it displays "Latest Threads" instead and if so, how can I do it?
. Ditto here...
Valter
12-01-2008, 10:29 PM
I have a question. How come the dates changes for new registration when I log in?
Because your USER and FORUM time settings are different.
Is it possible to change the "Latest Posts" section so that it displays "Latest Threads" instead and if so, how can I do it?
.
There is no easy way. I can not promise anything but option may be added in next version.
PGAmerica
12-02-2008, 03:04 PM
I have had this installed on my site for awhile now and it is working perfectly for everybody except one user. The stats box does not display for this user. I checked the user's account and the only usergroup they are in is the "registered users" group. Other people that are just in that group see it fine.
Ideas?
Valter
12-02-2008, 08:57 PM
Check if Stats are turned on for that user.
When Stats are disabled then "Enable Top Stats" option appears in "Quick Links" menu.
Forum Lover
12-02-2008, 09:13 PM
How can we show it as different page, for example, forum/stat.php? :)
PGAmerica
12-02-2008, 09:31 PM
Check if Stats are turned on for that user.
When Stats are disabled then "Enable Top Stats" option appears in "Quick Links" menu.
That did it. Thank you
rob01
12-02-2008, 10:01 PM
yeah , this idea -> forum/stat.php , could be great to have so.. foruhome will have 0 extra queries
:D
Valter
12-03-2008, 07:19 PM
Disable forumhome box, and put somewhere link to:
YOUR_FORUM/misc.php?do=cybstats
Is this what you want? Show Stats only on separate page?
ZeroHour
12-04-2008, 07:50 AM
I have problem "Forums excluded from stats (List IDs, separate with commas)"
When I write forum id in here "Forums excluded from stats (List IDs, separate with commas)"
Latest post is empty ???
http://img174.yukle.tc/images/1045sdsd.gif
I am getting this issue. It used to work but now it seems to have broken itself. Any ideas?
I have had a couple of table issues and I am wondering if thats linked. It will erratically display.
Cheers
EDIT: It is not appearing for admins and not users/unregistered. I have no special groups and I have not limited who can view this.
SHalliday
12-04-2008, 11:25 PM
Because your USER and FORUM time settings are different.
There is no easy way. I can not promise anything but option may be added in next version.
Thank you very much for replying to my question and now am very much looking forward to your next release.
Thanks Again!
ZeroHour
12-05-2008, 01:04 AM
In case anyone wants to know I think I found one reason you may have blank recent posts.
It appears my tmp dir partition was full. After a myisamichk and a clear of the partition with /tmp it worked.
Dr.LoVe
12-05-2008, 09:17 AM
Hello
I have a problem with this Mod.
one of my users, his name is "κ7?əŁa6 ēĿ3λόǿή "
when he post a new reply or new thread , his nickname in last posts displays as a guest
If u want a screanshot I'll attach
Thanx
that problem i had too
What is solution ??
fattony69
12-08-2008, 01:18 AM
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 101308 bytes) in l/thebestforumever.com/website/includes/functions.php(1090) : eval()'d code on line 1
What happened? It happens when I try to view top 100 and 200
wanno
12-08-2008, 07:07 PM
working good but i have dutch language file and the date and time is not correct
any ideas?
thx
see att !!
Same here but the owner of this beautiful add-on has never answered one of my questions to him.
Mazinger
12-09-2008, 02:36 PM
Most thread starters doesn't give accurate data.
I have MySQL 5.0.67
Duncan Idaha
12-11-2008, 01:36 PM
Have seen this on forums and I like it. So, installed it and it caused the same problems as the PM-mod: https://vborg.vbsupport.ru/showpost.php?p=1683121&postcount=54
Would like to hear the solution as it looks like they have a common cause.
Megatr0n
12-11-2008, 06:15 PM
If someone has disabled the stats box and we don't have Quick Links on our forum. How would he/she renable it?
Valter
12-11-2008, 08:43 PM
Put somewhere this link, it will be visible only when Stats are turned off:
<if condition="!$cybstats_show"><a href="$vboptions[bburl]/misc.php?$session[sessionurl]do=enablestats">$vbphrase[cyb_afs_turnon_stats]</a></if>
Megatr0n
12-11-2008, 10:18 PM
Put somewhere this link, it will be visible only when Stats are turned off:
<if condition="!$cybstats_show"><a href="$vboptions[bburl]/misc.php?$session[sessionurl]do=enablestats">$vbphrase[cyb_afs_turnon_stats]</a></if>
Check PM.
Megatr0n
12-12-2008, 08:04 PM
Put somewhere this link, it will be visible only when Stats are turned off:
<if condition="!$cybstats_show"><a href="$vboptions[bburl]/misc.php?$session[sessionurl]do=enablestats">$vbphrase[cyb_afs_turnon_stats]</a></if>
I think it is a bug.
Sunka
12-14-2008, 05:11 AM
Installed.
Thank you!
Megatr0n
12-14-2008, 07:07 PM
Check PM.
Any feedback?
mr.reza
12-14-2008, 07:52 PM
i need Auto refresh hack
Shazz
12-15-2008, 04:08 AM
i need Auto refresh hack
Im sure ajax could be worked in the future :)
love it, installed.
thanks for the great mod.
zombietom
12-17-2008, 03:21 AM
I have this installed but on 1 theme it is show up double in the "Whats going on section" --where to i look to find the double call text/hook?
wanno
12-17-2008, 05:53 AM
Cybernetec, I asked you questions, why don't you answer them.
I would like to go on using your mod.
Tell please why when the message from the not registred user (quest). "Guest" to be transferred for a new line is displayed?
Valter
12-17-2008, 05:31 PM
wanno,
As I can remember someone said that H:M, instead of H:i, produces correct time on some forums. 'H:i' works fine for me, and some people solved time display problem by adding '%'. like %H:%i.
jera,
I'll try to reproduce that problem, then fix it if needed.
zombietom
12-17-2008, 07:49 PM
I have this installed but on 1 theme it is show up double in the "Whats going on section" --where to i look to find the double call text/hook?
anyone point me in the right direction?
Adem GEN?
12-17-2008, 08:44 PM
Translation full Turkish
Bu konudaki plugin için tümü çevrilmiş Türkçe dosya
Mevcut Türkçe dil dosyanızın üzerine güncelleyin
redlabour
12-18-2008, 06:24 AM
How to show more Letters of the Threadtitles in the last Postings?
s. Screenshot
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.