Status
Not open for further replies.
I saw on the vb.org site a fix for us who upgraded to 4.0.4 for the Lite version. What about us pro users? I tried re-dowloading but it still has that jacked up look when you go to the Activity page and you can't click on the tabs.

Inquiring minds wanna know :)
 
shoulda been hotpatched before the Lite release.

I'll let Fillip H. let you know if theres anything needing done on your end to try to kick its ass into working right =P

Cosmic
 
Pro is always fixed alongside Lite :)


Ensure that you delete all previously downloaded zips when you grab a new version, some people have reported that sometimes, the old files get extracted instead of the new ones.
 
Last edited:
If you use any cache programs like vBOptimise please attempt to flush the cache.
Beyond that I'm not entirely sure why it didn't work for you, since it seems to work fine here on DBTech...


The upcoming v2 won't have this problem at any rate.
 
If you use any cache programs like vBOptimise please attempt to flush the cache.
Beyond that I'm not entirely sure why it didn't work for you, since it seems to work fine here on DBTech...


The upcoming v2 won't have this problem at any rate.

Nope, I did have it installed but removed it a while back. I'll flush cache either way hopefully that fixes it.
 
Try opening*vbactivity.php and find:
PHP:
if ($vbulletin->versionnumber == '4.0.4')
{
	$includecss = array(
		'vbulletin-chrome' 	=> 'vbulletin-chrome.css',
		'member' 			=> 'member.css',
		'dbtech_vbactivity' => 'dbtech_vbactivity.css',
	);	
}
else
{
	// Begin includecss
	$includecss = array(
		'vbulletin-chrome',
		'member',
		'dbtech_vbactivity',
	);
}


Replace with:
PHP:
	$includecss = array(
		'vbulletin-chrome' 	=> 'vbulletin-chrome.css',
		'member' 			=> 'member.css',
		'dbtech_vbactivity' => 'dbtech_vbactivity.css',
);
 
Nope, same deal. Attaching pic for reference purpose just to be safe.

See it double stacks the Pages @ the bottom right, and then the tabs just click but do nothing. Highlighting changes but it does not load since all the data is just straight down beneath it.

vbact1.jpg
 
Another thing I noticed not sure if it's related.

When you click on "New Notifications" up by the PM box top right corner and click on say your "3 new notifications" it will take you to the profile Visitor Messages and not Activity.
 
So far so good.. Look like the new version fixed all of the issues I've had since going to 4.0.4..

BRAVO!! I'll see if I can break it Sunday night when I have more time :)
 
Yeah, vB 4.0.4 changed the way CSS files were included on certain pages and thus needed an update.
Not an issue in vBA v2 because I changed my code to work on both versions instead :)
 
Status
Not open for further replies.

Similar threads

Legacy vBActivity & Awards

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
1,730
Customer rating
0.00 star(s) 0 ratings
Back
Top