Effects: vBShout 2.0.1 - vBShout fixed v3.zip
There is a mistake in the main XML installer.
- Line 552
Code:
<hookname>fetch_userinfo</hookname>
Replace:
Code:
<hookname>cache_templates</hookname>
*** If installed already:
AdminCP => Plugin System => Plugin System
Code:
Hook Location : fetch_userinfo
Plugin: vBShout [Template Cache]
Edit Change:
Code:
Hook Location : cache_templates
Also in the vbshout.php file.
Add Bold:
Code:
// ---------------------------------------------------
// Start Define Important Constants
// ---------------------------------------------------
define('LOCATION_BYPASS', 1);
define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'vbshout');
REASON:
This will causes session.php to not update the field location in session table.
Every time the shoutbox does a refreash the session table location will change to the shotbox vs. the current page they are on.