![]() |
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 03:13 AM. |
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:
|