Legacy Postbit

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • GaleForce
    Senior Member
    • Sep 2002
    • 138

    Legacy Postbit

    There are some font sizes and stuff I want to change in my Legacy Postbit. Should I go about this by editing the template, or is there some weird option/phrase some where that I should edit instead. For example, the UserName is way too big, so if I wanted to change that should I use <font> tags in the template or is there a phrase setup for the username.

    *clicks stopwatch*
    *waits for Floris*

  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    Templates or CSS classes.

    To change the username size you can edit the bigusername class in your:

    Admin CP -> Styles & Templates -> Style Manager -> Main CSS (in the menu)

    Scroll to the bottom and edit the bigusername class in the Additional CSS Definitions box:

    Code:
    /* ***** styling for 'big' usernames on postbit etc. ***** */
    .bigusername { font-size: 14pt; }

    Comment

    • GaleForce
      Senior Member
      • Sep 2002
      • 138

      #3
      Worked like a charm. Thanks

      Comment

      • Floris
        Senior Member
        • Dec 2001
        • 37767

        #4
        I waited until someone else replied :P

        .. and I am about to go watch some TV.

        Comment

        • GaleForce
          Senior Member
          • Sep 2002
          • 138

          #5
          Hehe, np. Thanks, both of you.

          Comment

          • plokivos
            Member
            • May 2005
            • 73

            #6
            for some reason, on my admin cp, mine shows style and languages.

            i have no style and templates and can't seem to find this.

            either in ftp or admin cp...

            any help would be great.

            thanks.
            www.Evolutionse.com

            Comment

            • plokivos
              Member
              • May 2005
              • 73

              #7
              ok, actually found all that. thanks.

              Now how do I make things bold, such as location, the user id and few other things?

              thanks.
              www.Evolutionse.com

              Comment

              • Steve Machol
                Former Customer Support Manager
                • Jul 2000
                • 154488

                #8
                That depends on what pages you mean. If on the post, then the postbit and postbit_legacy templates are the ones you need to modify.
                Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
                Change CKEditor Colors to Match Style (for 4.1.4 and above)

                Steve Machol Photography


                Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


                Comment

                • plokivos
                  Member
                  • May 2005
                  • 73

                  #9
                  yeh, i'm just trying to make the members ID on the post itself bold, as well as the post title bold.

                  I guess I have to do this through ftp files, instead of Admin cp from the site itself.
                  www.Evolutionse.com

                  Comment

                  • Jake Bunce
                    Senior Member
                    • Dec 2000
                    • 46598
                    • 3.6.x

                    #10
                    For example, in the postbit_legacy template, add the red code to make the location text bold:

                    Code:
                    	<td class="alt2" width="175">
                    			
                    			<div id="postmenu_$post[postid]">
                    				<if condition="$show['profile']">
                    				<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
                    				<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
                    				<else />
                    				$post[musername]
                    				</if>
                    			</div>
                    			
                    			<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
                    			<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
                    		
                    			<if condition="$show['avatar']">
                    				<div class="smallfont">
                    					&nbsp;<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$avatarurl" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
                    				</div>
                    			</if>
                    			
                    			<div class="smallfont">
                    				&nbsp;<br />
                    				<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
                    				<if condition="$post['field2']"><div>$vbphrase[location_perm]: [color=red]<strong>[/color]$post[field2][color=red]</strong>[/color]</div></if>
                    				<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
                    				<div>
                    					$vbphrase[posts]: $post[posts]
                    				</div>
                    				<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower]</if>$post[reputationdisplay]</div></if>
                    				<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]</div>
                    			</div>					
                    		
                    	</td>

                    Comment

                    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                    Working...