7th Apr, 05:54 pm
Before doing anything, always backup your original files so that any changes can be reverted.
Register / lost password link
Add this to the bottom of your global.css file:
Open latest thread in same window
Find this:
Remove what is in red:
Customize forum icon
Go to global.css and edit the following to suit your needs:
Register / lost password link
Add this to the bottom of your global.css file:
Code:
a[href="member.php?action=register"],
a[href="member.php?action=lostpw"]{
color: #fff !important;
}
Open latest thread in same window
Code:
Go to: Home » Template Sets » GameOne Templates » Edit Template: footer_threads_thread
Find this:
Code:
<a target="_blank" href="{$thread['threadlink']}">{$thread['subject']}</a>
Remove what is in red:
Code:
<a [color=#ff3333]target="_blank"[/color] href="{$thread['threadlink']}">{$thread['subject']}</a>
Customize forum icon
Go to global.css and edit the following to suit your needs:
Code:
.forum_on, .forum_off {
font-family: 'gamefont';
}
.forum_on:before, .forum_off:before {
content: "\e608";
}