Jump to content


View All ProductsRandom Products

Timeslip Main Page

Timeslip System



IP.Board: IPB 3.2.x
Price: $ 18.95
Example PM

Auto Anniversary Greeter



IP.Board: IPB 3.2.x
Price: $ 10.00
News Main Page

News System



IP.Board: IPB 3.2.x
Price: $ 15.95
Manage Settings

Moderator Action Alert



IP.Board: IPB 3.2.x
Price: $ 15.00
Manage Donation Settings

Donation Tracker



IP.Board: IPB 3.2.x
Price: $ 35.00

Issue information

  • #000146

  • 0 - None Assigned

  • Fixed

  • 2.0.0

  • 2.0.1


Issue Confirmations

  • Yes (0)No (0)
Photo

No global title hide

Posted by Michael on 28 October 2009 - 03:13 AM

Setting Include Global Title doesn't work. Template bit missing if statement.

Manual Fix:
Admin CP > Look & Feel Tab > skin_gms > messages

Find:
<h3 id='category_gms' class='maintitle'><if test="can_colapse:|:$this->settings['gms_collapse']"><a class='toggle right' href='#' title='{$this->lang->words['gms_toggle_gms']}'>{$this->lang->words['gms_toggle']}</a></if> {$this->settings['gms_title']}</h3>

Replace With:
<if test="show_main_title:|:$this->settings['gms_include_global_title']">
	<h3 id='category_gms' class='maintitle'><if test="can_colapse:|:$this->settings['gms_collapse']"><a class='toggle right' href='#' title='{$this->lang->words['gms_toggle_gms']}'>{$this->lang->words['gms_toggle']}</a></if> {$this->settings['gms_title']}</h3>
</if>
Save

Updating status to: Fixed
Issue fixed in: 2.0.1






1 user(s) are reading this issue

0 members, 1 guests, 0 anonymous users