vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Editing members list? (https://vborg.vbsupport.ru/showthread.php?t=106958)

shaynehammy 02-02-2006 06:57 AM

Editing members list?
 
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

Quote:

Originally Posted by princeton
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?

Quote:

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?


All times are GMT. The time now is 01:58 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01009 seconds
  • Memory Usage 1,725KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete