Our Sponsors



PHP Nuke themes, stock photos, icons, drupal themes and more.
Custom jobs at low cost, free lancers and service buyers.



Western Studios :: View topic - Xbox Live Gamertag in profile
 Forum FAQForum FAQ   SearchSearch   UsergroupsUsergroups     ProfileProfile   Log inLog in 


Xbox Live Gamertag in profile


Goto page Previous  1, 2
 
Post new topic   Reply to topicprinter friendly version    Western Studios Forum Index -> Hack and Mods
Western Studios

Site Admin
Site Admin
~PHP Nuke User~

Platinum Subscriber

Posts: 3333
Staff
Next Group: 1667 posts
admin(Mark) wrote:

In my copy of memberlist they use $row

basically it should work like this..
Find
Code:

$template->assign_block_vars('memberrow', array(

above that paste the following

$gamertag = $row['gamertag']; //change gamertag to the name of the row in the db

in the template array find the following

Code:
'FROM' => $from,


Under that paste the following

'GAMETAG' => $gamertag,

Now to display the tag you need to open themes/yourtheme/forums/memberlist_body.tpl

This part depends on where you want it displayed. Lets say you wanted it after username. Find the following.

Code:
<th class="thTop" nowrap="nowrap">{L_USERNAME}</th>


Under that paste the following

Code:
<th class="thTop" nowrap="nowrap">Game Tag</th>


Next find:

Code:
<td class="{memberrow.ROW_CLASS}" align="center"><span class="gen"><a href="{memberrow.U_VIEWPROFILE}" class="gen">{memberrow.USERNAME}</a></span></td>


Paste under that

Code:
<td class="{memberrow.ROW_CLASS}" align="center" valign="middle"> ;;{memberrow.GAMETAG} ;;</td>


It should now display the gamertag for each member.

Posted: Sun May 28, 2006 10:31 am

Western Studios

X-perienced
X-perienced
~PHP Nuke User~

Platinum Subscriber

Posts: 125
Next Group: 25 posts
godfirst wrote:

Sweet Thanks.

Got it working perfectly now.

Posted: Fri Jun 02, 2006 9:52 am

Post new topic   Reply to topic    Western Studios Forum Index -> PHP Nuke -> Hack and Mods All times are GMT - 5 Hours
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Related topics
 Topics   Replies   Author   Views   Last Post 
No new posts Sticky: Groups readme 15 admin 2378 Thu Nov 30, 2006 1:45 am
droopie View latest post
No new posts Free themes 18 admin 3552 Mon Jul 14, 2008 4:36 am
hicux View latest post
No new posts Forum Post missing? 3 xtrax 458 Thu Mar 02, 2006 10:42 pm
Eric View latest post
No new posts Login in Problems 2 Hello 480 Wed Jan 18, 2006 11:44 pm
Eric View latest post
No new posts Post your website link 3 admin 683 Wed Apr 27, 2005 12:03 pm
Jabba View latest post
 
Forums ©