View All ProductsRandom Products
Timeslip SystemIP.Board: IPB 3.2.x Price: $ 18.95 | Auto Anniversary GreeterIP.Board: IPB 3.2.x Price: $ 10.00 | News SystemIP.Board: IPB 3.2.x Price: $ 15.95 | Moderator Action AlertIP.Board: IPB 3.2.x Price: $ 15.00 | Donation TrackerIP.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)
Setting Include Global Title doesn't work. Template bit missing if statement.
Manual Fix:
Admin CP > Look & Feel Tab > skin_gms > messages
Find:
Replace With:
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
1 user(s) are reading this issue
0 members, 1 guests, 0 anonymous users












