vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Makes user names bigger in threads, but not homepage (https://vborg.vbsupport.ru/showthread.php?t=135832)

toneloc 01-08-2007 12:21 AM

Makes user names bigger in threads, but not homepage
 
How do I make the user names big (like in every thread in this forum), WITHOUT changing the size in the main Forum home page under Currently Active Users?

I was able to color them.

Thanks!

FunaGuy 01-08-2007 02:12 AM

Goto,

Style Manger > Postbit Templates > postbit

Find:
Code:

<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
Replace:
Code:

<b><a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a></b>
Find:
Code:

$post[musername]
    </if>

Replace:
Code:

    <b>$post[musername]
    </b>
    </if>

This code to make username bold :)

toneloc 01-08-2007 02:28 AM

Thank you, but it did not work.

The usernames did not change in size:( .

I even tried it in the Postbit Legacy. I have vb 3.6.4

FunaGuy 01-08-2007 02:43 AM

Here is the way to make your font bigger.

Goto,

Style Manger > Postbit Templates > postbit

Find:
Code:

<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
Replace:
Code:

<font size=5><a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a></font>
Find:
Code:

$post[musername]
    </if>

Replace:
Code:

    <font size=5>$post[musername]
    </font>
    </if>


Shazz 01-08-2007 02:44 AM

<font size=#>

toneloc 01-08-2007 10:58 AM

I do not know why it is not working.

When I replaced those codes this time, here is what happens-

The line that is normlly underneath the username is moved and it now underneath the group name.

This happens under POSTBIT. I changed the code exactly the same in POSTBIT LEGACY but nothing happened there either.

Here is what my code in the POSTBIT template looks like right now after the adjustment-


Quote:

<font size=5><a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a></font>

$post[onlinestatus]

<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>

<else />

<font size=5>$post[musername]
</font>
</if>

Did I do something wrong?

WhaLberg 01-08-2007 12:44 PM

Maybe you should try
HTML Code:

<font size="5">

toneloc 01-08-2007 01:07 PM

For whatever reason, that still did not help. I have this in botht the POSTBIT and POSTBIT LEGACY

Quote:

<font size="5"><a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a></font>

<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>

<else />

<font size="5">$post[musername]
</font>
</if>
should <else/> be changed to </else> ?

WhaLberg 01-08-2007 01:12 PM

Yours is:

HTML Code:

<font size="5"><a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a></font>
Can you change it as:

HTML Code:

<a href="member.php3?$session[sessionurl]u=$post[userid]"><font size="5">$post[musername]</font></a>
This works fine.

toneloc 01-08-2007 01:46 PM

Thanks! That did it!

Also, I must say that in the Usergroups > manage usergroups > members/admin/moderators > edit permissions

When I originally colored and bold them, I also had "font= 12px, verdana,"

I deleted the "12px"

Thank you all for helping me! I really appreciate your assistance and fast responses.


All times are GMT. The time now is 09:18 AM.

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.01110 seconds
  • Memory Usage 1,737KB
  • 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
  • (8)bbcode_code_printable
  • (3)bbcode_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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