Quote:
Originally Posted by The Realist
My best threads are NOT showing above the footer of my member info?
The code "$mybest" has been added to the memberinfo template but its not showing.
The thread ID's I have added to my info like: 1,2,3,4, and NOT 1, 2, 3, 4,
Any ideas why its not showing up?
Laters
PS,
Also you say to edit the X with the correct ID's, my line 62 and 64 reads:
// START EDIT
################################################## ############
##$mybestdevel = $vbulletin->userinfo['fieldX'];##Field ID####
################################################## ############
##$mybestlimit = XX;##Limit###################################
################################################## ############
// END EDIT
Do I remove the ## infront of the code? or leave it as it is?
Laters
|
download the zip again and you'll find an updated product
or you just change the code into
// START EDIT
$mybestdevel = $vbulletin->userinfo['fieldX'];
$mybestlimit = XX;
// END EDIT
and in profile feind make it into options: other not into edit profile and sorry for this i was in hurry