vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Remove usergroups coloured names in specific forums? (https://vborg.vbsupport.ru/showthread.php?t=275725)

Roidon 12-20-2011 09:11 PM

Remove usergroups coloured names in specific forums?
 
Hope this is the right forum, if not, please redirect me!

Hey guys, I'm trying to remove any sort of rank showcase in a specific forum (Like usertitles, signatures, coloured usernames etc.). I've figured out usertitles, which I created a a child template and removed
Code:

<span class="usertitle">
{vb:raw post.usertitle}

from the postbit. Is there anything similar with username colours? I'd ideally like to make this

http://puu.sh/b8cX
this
http://puu.sh/b8cG

Any ideas?

Lynne 12-21-2011 10:16 PM

replace musername with just username and it won't have any markup.

Roidon 12-21-2011 10:28 PM

Quote:

Originally Posted by Lynne (Post 2279875)
replace musername with just username and it won't have any markup.

Thanks for the reply!

The only musername I've found is in postbitlegacy:

Code:

        <div class="postdetails">
                <div class="userinfo">
                        <div class="username_container">
                        <vb:if condition="$post['userid']">
                                {vb:raw memberaction_dropdown}
                                {vb:raw post.onlinestatus}
                        <vb:else />
                                <span class="username guest">{vb:raw post.musername}</span>
                        </vb:if>

Changing it to <span class="username guest">{vb:raw post.username} doesn't change anything, though. Where am I going wrong?

Lynne 12-21-2011 10:31 PM

Unless something else is coloring the username besides the username markup, then that should have done it. If it is not the username markup coloring the username, then it is probably just CSS.

Roidon 12-21-2011 10:51 PM

Quote:

Originally Posted by Lynne (Post 2279883)
Unless something else is coloring the username besides the username markup, then that should have done it. If it is not the username markup coloring the username, then it is probably just CSS.

Hmpf, it looks like it's the usermarkup colouring the names.
http://puu.sh/bdvp

Could the fact I'm using a child template be a problem? If not, any other ideas? I'm not very good with the whole coding malarkey.

Lynne 12-22-2011 02:55 AM

Did you edit the correct template? If you look at the part you quoted, you also need to edit the memberaction_dropdown template.


All times are GMT. The time now is 05:11 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.01081 seconds
  • Memory Usage 1,724KB
  • 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_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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