View Full Version : Editing members list?
shaynehammy
02-02-2006, 06:57 AM
Please tell me the template to edit for members list. I am wanting to remove the avatar, profile picture, birthday fields etc
Any help is appreciated.
Thanks
Shayne
I found the template memberlist and can see the fields. Is it ok just to remove them?
Princeton
02-02-2006, 11:39 AM
I believe you can disable these features in Admincp/ vBulletin Options
PennylessZ28
02-02-2006, 08:34 PM
You can remove them if you like, or totally change it like I did.
S@NL - BlackBik
02-02-2006, 08:44 PM
I believe you can disable these features in Admincp/ vBulletin Options
Yep, that's true.
Go to your admincp: vBulletin Options -> vBulletin Options -> scroll down to "User Listing & Profile Viewing".
In the middle of that page you can switch on and off 14 options for your memberlist.
Do this first before editing your template.
If there are still some columns you want to remove you can edit the template than ;)
shaynehammy
02-02-2006, 09:23 PM
Hey S@NL.
I want to change membership list to display rep points. Any idea what i change the memberlist code to?
S@NL - BlackBik
02-02-2006, 09:48 PM
Goto the admincp as I told in my last post and click in the square before Reputation so that a green "v" appears and than save your settings.
It's realy not that difficult ;)
shaynehammy
02-03-2006, 06:35 PM
S@NL, you're obviously a little confused.
Remember my other thread about reputation POINTS not power or pips?
Replace the above code with the below code in postbit(_legacy). This will then display reputation level rather than power which is a truer reflection of reputation.
<if condition="$show['reputation']">
<div>
Reputation: $post[reputation]<br />
$post[reputationdisplay]
</div>
</if>
<div>
$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]
</div>
Now i want to do the same thing with memberlist. To display rep POINTS not some stupid green dot which i cant see the point of.
shaynehammy
02-05-2006, 11:54 PM
Can anyone help me with this please?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.