Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted November 25, 200618 yr 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.
November 25, 200618 yr Go into the HTML templates under the LOOK & FEEL tab and then edit from there.
November 25, 200618 yr 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.