![]() |
A new mod came out for THREADS:
https://vborg.vbsupport.ru/showthread.php?t=151844 Instead of having "TODAY", can i replace that with "THREADS"? how? |
From the opening post:
Quote:
|
can you please make this hack compatible with the new $template_hook system?
You're gonna save many templates edits. |
I'm getting this error message:
Quote:
it shows up in my Inferno vBShout Lite hack any suggestions? |
does it work with the latest Vb ?
|
how can I alter my own join date ?
|
If you are asking how to set the start point for longevity, it's in the activity maintenance section under maintenance in the admin cp. You can also click the link from the activity options panel where it is displayed.
|
Hello ,
I don't see any chang for any group on today , http://dardasha.net/montada/uploaded/1_error.png Just see for admin , I hope understand me , Regards |
AdminCP|vbulletin options|Activity Settings|Find today's activity for all users
Set it to yes. It starts off because it can add a lot of queries. |
Is it possible to not show the postbit info for unregistered users? I have a section that is open for posting but since guests are not tracked this leaves empty boxes for them and looks a little dumb.
Great plugin BTW. |
It should be as simple as surrounding the table you added to the postbit with
Code:
<if condition="$post['userid']"></if> |
Edited the above post; I was half asleep when I originally posted it, and it was wrong...
|
any one have module for vba to show top 10 activity?
|
hm i followed the instruction but it seems i cant see the stats please help
|
What exactly is the problem you're having? You can't see the top activity page? You can't see your template modifications? The images aren't showing? If you're using FireFox and you don't have the images in the right place, you may not see any activity stuff on the postbit. Check for redexs with IE.
|
do you have anything for vbadvanced like top 5 ?
|
No, though it shouldn't be too hard for a coder to take the code for the stand-alone Top Activity page and turn it into a vBA module. The relevant code is in the "Top Activity" plugin in the "forumhome_start" hook location.
|
but i see somebody have it on vba if you want i can give you a website of them
|
https://vborg.vbsupport.ru/external/2007/11/49.jpg
what am i doing wrong i uploaded everything and changed all the necessary templates please help |
Did you read the FAQ above
|
It looks like your browser cannot find the images and is displaying the "alt" content, instead. You need to upload one of the "activity" folders in the zip file to misc folder of each style. So if you go to AdminCP>Style Manager>My Style>Style vars, and the misc image directory is
images/mycoolstyle/misc then you need to make sure that the activity folder is in that directory so the path to an image would be, for example images/mycoolstyle/misc/activity/activity0.gif |
Quote:
|
The 'Today' activity bar isnt working, any suggestions on what i need to check?
|
hello i have question about this great hack
in this area domain.com/index.php?do=activitystat it shows my username what about color because every single group have other color to recognise it could you explain me how to make colors for /index.php?do=activitystat ? or maybe add some other option like it is in members.php ? thay you for replay |
Quote:
|
Quote:
|
Quote:
Go to AdminCP|Plugin System|Plugin Manager, and find the Activity Modification plugin named "Top Activity" for forumhome_start. find Code:
//***************************** Code:
//***************************** Code:
$info[1]=$userinfo['username']; Code:
$info[1]=$userinfo['musername']; |
Quote:
|
My forum uses postbit_legacy exclusively. When I did the template edits, all the user titles in postbit area were missing. Even after I undid the template edits, no user titles were showing. Only when I uninstalled the product did they reappear.
Is it possible to completely disable the user rank and title stuff in the postbit areas? I tried turning this off in the admin CP, but it didn't seem to work. Also, if my forum only uses postbit_legacy, do I still need to do the postbit template edits? Thanks! |
What version of vB are you using?
To confirm, when you re-install the product, the user-titles linked to postcount and usergroup disappear? The mod is not supposed to hide any existing information, only add new information. If you disabled the mod-generated user ranks in the admin CP and it didn't go away, something is wrong. Perhaps you have a caching issue of some sort? I'm using vB 3.6.8 and don't have either of your problems. No, you don't need to edit the "postbit" template, if you don't use it. |
Quote:
I will try reinstalling again, it's possible that I made an error when editing the templates, or that another installed mod is interfering. Thanks for the quick response. ;) |
Try just installing the XML first, and see if you have the problem before you edit the templates.
|
I'm getting this error on one of my non-vB pages that uses vb's global.php for login purposes:
PHP Code:
PHP Code:
PHP Code:
Any assistance appreciated, thanks! |
Your problem is
Code:
require('/path/to/forums/global.php'); |
Quote:
In any case I tried: Code:
require('/path/to/forums/global.php'); Code:
include('/path/to/forums/global.php'); Code:
require_once('/path/to/forums/global.php'); and they all still result in the same error. Any ideas? |
Chat still not working because of this error :(
Chat is an important feature for my members, who are also thrilled with the new activity/longevity meters. I'd really love to get this error sorted. Is there a conditional I can use somewhere to prevent the activity mod from initalizing on non-vB pages that use the vB global.php for login purposes? |
The root cause of the problem is globals.php being included multiple times, or global_start, at least. If you can't figure out why global_start is running twice, you could modify the activity mod's global_start plugin by wrapping the whole thing in
Code:
if(!$WWU002globalstartonce++){ |
Quote:
|
**EDIT** Found the activity_config_guide.txt file earlier in this thread. Any reason why this is no longer included in the download package? It is still referenced in the help popups in admincp.
Question, I would like to set the weeks reflected back even further than 10, but it is hardcoded in the admin CP. If I manually change the entry in my forum database, will this work? I would also like to raise the counted posts per day slightly. Also, could you give any tips on more advanced tweaking of the activity rating forumula (i.e. including other variables such as reputation power, etc)? I assume this would need to be done by manually editing the plugins, correct? Also, any plans to support vBulletin blog entries in the activity calculations? |
Installed, Thank you.
|
All times are GMT. The time now is 08:31 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:
|