![]() |
Quote:
This is a great plugin though. |
Very Nice! :)
Installed |
There is a Error.
The & sign turns into & when its cut. |
Quote:
Hey Cyb - were you able to fix the problem with 'recent posts' showing topics from private forums to all usergroups? |
Nice hack Cybernetec.
I have a small problem with your hacks, my forum has Right to Left direction, and since you code the with "left" or "right" alignment I get some hard time trying to change. why don't use for example $stylevar[left] instead of "left" in alignment?, it will change anything in Left to Right forum and it will correctly in Right to Left text direction forum like Arabic forum. |
Quote:
Quote:
|
Quote:
'Forums excluded from stats (List IDs, separate with commas)'. Is this the only way to block thread titles in private forums from being shown on the latest 'latest posts' list? A few weeks ago, someone also posted a message regarding this same issue. And I also have this: 'Show Private Forum" set to 'No'. So I'm expecting this hack to inherit usergroup permissions but maybe it wasn't meant to do that for the 'latest posts' list? |
Quote:
|
Quote:
|
1.
There is a problem in code here: Code:
<td class="tcat" colspan="10"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('cyb_fh_stats')">$cyb_loc_opts<img id="collapseimg_cyb_fh_stats" Of course we have 10 <td> lines below. But! Only some of them is enabled by default. 4 if I am not mistaken. And when we have such situation we have BUG in some browsers. I made a screenshot. And here is how the generated code looks like: PHP Code:
The fix for this bug I see is to count from databse home many colums is enables and replace Code:
colspan="10" Code:
colspan="$cybtopstats_enabled_colspan" Also there is some "bad" coding. I posted a thread here: https://vborg.vbsupport.ru/showthread.php?t=136982 There is lines in your code like: Code:
$get_latest_news[titletrimmed] = substr($get_latest_news[title], 0, $trimthreadtitle) . '...'; You have to replace those lines with this one example: Code:
$get_latest_news[titletrimmed] = fetch_trimmed_title($get_latest_news[title], $trimthreadtitle); |
All times are GMT. The time now is 05:07 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|