[Tip] Change the Stat. and Who Is to look like the forum

Anything related to phpBB3 styling.
Post your styles, bugs, icons etc.....
Forum rules
phpBB3 style related stuff only please !!

[Tip] Change the Stat. and Who Is to look like the forum

Postby topdown on Sat Dec 13, 2008 10:46 pm

In the index_body.html
REMOVE everything after
Code: Select all
<input type="submit" name="login" value="{L_LOGIN}" class="button2" />
      </fieldset>
   </form>
<!-- ENDIF -->


REPLACE WITH
Code: Select all
<!-- IF S_DISPLAY_ONLINE_LIST -->
    <div class="forabg" style="margin-top: 20px;">
        <div class="inner"><span class="corners-top"><span>&nbsp;</span></span>
            <ul class="topiclist">
                <li class="header">
                    <dl class="icon">
                        <!-- IF U_VIEWONLINE --><dt><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></dt><!-- ELSE --><dt>{L_WHO_IS_ONLINE}</dt><!-- ENDIF -->
                    </dl>   
                
</li>
            </ul>
            <ul class="topiclist forums">
                <li class="row">
                    <dl style="background-repeat: no-repeat;">
                        <dd style="border: none;">
                            <ul>
                                <li style="padding-left: 10px; font-size: 1.1em;">{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /> <br />{LOGGED_IN_USER_LIST}
                                <!-- IF LEGEND --><br /><em>{L_LEGEND}: {LEGEND}</em><!-- ENDIF --></li>
                            </ul>
                        </dd>
                    </dl>
                </li>
            </ul>
        <span class="corners-bottom"><span>&nbsp;</span></span></div>
    </div>
<!--
 ENDIF -->

<!--
 IF S_DISPLAY_BIRTHDAY_LIST and BIRTHDAY_LIST -->
    <div class="forabg" style="margin-top: 10px;">
        <div class="inner"><span class="corners-top"><span>&nbsp;</span></span>
            <ul class="topiclist">
                <li class="header">
                    <dl class="icon">
                        <dt>{L_BIRTHDAYS}</dt>
                    </dl>   
                
</li>
            </ul>
            <ul class="topiclist forums">
                <li class="row">
                    <dl style="background-repeat: no-repeat;">
                        <dd style="border: none;">
                            <ul>
                                <li style="padding-left: 10px;"><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <strong>{BIRTHDAY_LIST}</strong><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></li>
                            </ul>
                        </dd>
                    </dl>
                </li>
            </ul>
        <span class="corners-bottom"><span>&nbsp;</span></span></div>
    </div>
<!--
 ENDIF -->
<!--
 IF NEWEST_USER -->
    <div class="forabg" style="margin-top: 10px;">
        <div class="inner"><span class="corners-top"><span>&nbsp;</span></span>
            <ul class="topiclist">
                <li class="header">
                    <dl class="icon">
                        <dt>{L_STATISTICS}</dt>
                    </dl>   
                
</li>
            </ul>
            <ul class="topiclist forums">
                <li class="row">
                    <dl style="background-repeat: no-repeat;">
                        <dd style="border: none;">
                            <ul>
                                <li style="padding-left: 10px;">{TOTAL_POSTS} &bull; {TOTAL_TOPICS} &bull; {TOTAL_USERS} &bull; {NEWEST_USER}</li>
                            </ul>
                        </dd>
                    </dl>
                </li>
            </ul>
        <span class="corners-bottom"><span>&nbsp;</span></span></div>
    </div>
<!--
 ENDIF -->
<!--
 INCLUDE overall_footer.html --> 
User avatar
topdown
Site Admin
 
Posts: 143
Joined: Sun Jul 27, 2008 6:55 pm
Location: In the CODE ©
Sites Developed: 22
phpBB3 Styles: 16
phpBB3 Knowledge: 9
phpBB3 Mods: 11

Return to phpBB3 Styles

Who is online

Users browsing this forum: No registered users and 1 guest

cron