HDI center justify "What's going on", "Currently active users....

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • carrlos27
    Senior Member
    • Nov 2006
    • 188
    • 3.8.x

    HDI center justify "What's going on", "Currently active users....

    How do I center justify "What's going on", "Currently active users", "Total members who have visited in the last 24 hours" and "Forum statistics" on their respective title/category bars???
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    Admin CP -> Styles & Templates -> Style Manager -> « » -> Forum Home Templates -> FORUMHOME

    For example, add the red code to center the "What's Going On" text:

    Code:
    </tbody>
    </table>
    $forumhome_markread_script
    <!-- /main -->
    
    <br />
    <br />
    
    <!-- what's going on box -->
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <thead>
    	<tr>
    		<td [color=red]align="center"[/color] class="tcat" colspan="2">$vbphrase[whats_going_on]</td>
    	</tr>
    </thead>
    <if condition="$show['loggedinusers']">
    <!-- logged-in users -->
    <tbody>
    	<tr>
    Make a similar change to the other title bars.

    Comment

    • carrlos27
      Senior Member
      • Nov 2006
      • 188
      • 3.8.x

      #3
      It works and I found the ones I was looking for except for "Members who have visited v. 4.43". I can't find it anywhere. Any ideas??

      Comment

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

        #4
        I don't see that anywhere in the default template. Can you post a link showing the section you want to change?

        Comment

        • carrlos27
          Senior Member
          • Nov 2006
          • 188
          • 3.8.x

          #5
          The problem is where it says "Total members that have visited...."

          I want to center it.

          Comment

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

            #6
            That is an addon of some kind. The code for that might not be in the FORUMHOME template. You will have to ask the hack author.

            Comment

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