PDA

View Full Version : [Module] Members who have visited the forum


Pages : 1 2 [3]

Tom M
08-30-2007, 08:16 PM
Hi guys i was wondering if any of you had my same problem ...

I have just updated Paul M hack and i just found out tht i lost my portal module as its not showing correctly [Module is showing but not members] ... i have deleted it and re done it a couple of time but still same results

Any1 can help out pls !!Is it safe to assume that the plugin is active and working on your FORUMHOME page?

The entire contents of the php module is below. About the only reason it might not work is if it can't access the $whotoday variable or if the variable is now a different name. Another thing that would do it is if the plugin code was moved to a different location than 'forumhome_start'.

<?php

($hook = vBulletinHook::fetch_hook('forumhome_start')) ? eval($hook) : false;

$whotoday = str_replace( "member.php", $vbulletin->options['bburl']. "/member.php", $whotoday);

eval('$home[$mods[\'modid\']][\'content\'] = "' . fetch_template('adv_portal_active_users') . '";');

?>

Wengi
09-01-2007, 03:38 AM
Still no joy ... i add the module normally but the members dont show :(

Our Sponsors
 

Tom M
09-01-2007, 11:29 AM
Still no joy ... i add the module normally but the members dont show :(Which version of vb and vBa are you using? Also, which versi9on of the Paul M plugin are you using?

Deli_Yusuf
09-01-2007, 12:24 PM
Bunun ne işe yaradığını söylicek bi TÜRK var mı acaba ?

Our Sponsors
 

Wengi
09-01-2007, 05:36 PM
Which version of vb and vBa are you using? Also, which versi9on of the Paul M plugin are you using?

Vbulletin vertion 3.6.8
Vbadvanced Vertion 2.2.1

Paul M Vertion is 4.42 [Updated on 29 Aug 2007]

http://www.vbulletin.org/forum/showthread.php?t=121883

Tom M
09-01-2007, 06:56 PM
It looks like the hook has been moved from forumhome_start to global_start. You might try changing the hook location in the php file to see if that fixes things for you.

Tom M
09-11-2007, 02:10 PM
There is a new version of this for vb 3.6.8 and the latest version of the Paul M plugin that is located here. The updated version adds a query but also avoids possible conflicts with other hacks.

cmb7684
09-12-2007, 02:45 AM
Tom,

It seems like you are attached to all the good add ons. I have paul M's add on working good on my vbulletin 3.6.8 ..it shows all the user who logged in for the past 24 hrs. I used paul m's updated version for vb 3.6 series. I have uploaded this module and it shows on myVBadvanced page but it doesnt show the users ..it shows the module with the todays Visitors block but doesnt show any of thenames in it.

Tom M
09-12-2007, 11:20 AM
Tom,

It seems like you are attached to all the good add ons. I have paul M's add on working good on my vbulletin 3.6.8 ..it shows all the user who logged in for the past 24 hrs. I used paul m's updated version for vb 3.6 series. I have uploaded this module and it shows on myVBadvanced page but it doesnt show the users ..it shows the module with the todays Visitors block but doesnt show any of thenames in it.There's a new version of this module written specifically for 3.6. that can be found here. Uninstall this version and install the newer one.

cmb7684
09-12-2007, 02:26 PM
Tom have same problem but will post in the other thread since its that file. :-)