Jump to content

Does anyone know how to move the Forum Rules to...

Featured Replies

Posted

Hello,

Does anyone know how to move the Forum Rules to the end right? (On the right of Help)

I can only move it to the left of the conponents list. (On the left of Live Chat in official forum, for example)

Thanks.

Go into the HTML templates under the LOOK & FEEL tab and then edit from there.

Thanks.

To the guys who want to do the same thing. (I rename the 'Forum Rule' as 'About' to introduce my site.)

You only need to edit 'rules_link' in 'All Global HTML'.

Before:

<if="$url AND $title">
    <div class='ipb-top-left-link'><a href="$url">$title</a></div>
</if>

After:

<if="$url AND $title">
    <div class='ipb-top-right-link'><a href="$url">$title</a></div>
</if>



Note: It's not necessary to edit 'global_board_header '.

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.