vBulletin Modifications

[TV] User counters in index/header

Welcome to vBHackers.com! - vBHackers Updates:

Go Back   vBulletin Modifications > General vBulletin Section > vBulletin Modification Requests

Reply
 
LinkBack Thread Tools
Old 12-28-2004, 04:31 PM   #1
Junior Member
Join Date: Sep 2004
real-one is on a distinguished road

Default [TV] User counters in index/header

Can somebody tell me how i can get the logged in user counter in the header of index? I tried to pasted the code of members.php to index.php but i can't get the counters ($pubs, $scans etc) in the header template? which file i need to modified to get the counters in the header template?

thnx




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 12-29-2004, 12:30 PM   #2
Junior Member
Join Date: Oct 2004
joop66 is on a distinguished road

Default

hmm, header template u say, kinda strange but this should work!


find in global.php:

eval('$header = "' . fetch_template('header') . '";');

or if u change the FORUMHOME template

find in index.php:

// ### ALL DONE! SPIT OUT THE HTML AND LET'S GET OUTA HERE... ###

.............................................
add above:

$get_stats = $DB_site->query_first("SELECT * FROM fxp_counters WHERE userid=$bbuserinfo[userid]");
$pubs = $get_stats['pubs'];
$scans = $get_stats['scans'];
$races = $get_stats['races'];
$leeches = $get_stats['leeches'];
$rating = $get_stats['rating'];




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
User Notes xfile vBulletin Modification Requests 5 05-28-2006 07:02 PM
User Stats fix BramuS vBulletin Modification Requests 3 01-05-2006 01:24 PM
User Credits to see/reply to threads xpto vBulletin Modification Requests 7 03-14-2005 07:16 AM
[vB 3.0.0] - Max replies per week per user in specified forums Arcade General vBulletin Support 0 06-07-2004 01:12 PM


All times are GMT -3. The time now is 08:23 PM.

Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc. (Patent Pending)