Simple forum question?
Posted
#4447
(In Topic #895)
Posted
Code
[block]main_member_bar[/block]
Then delete the default redirect that is forum:panel_top → :panel_top (Admin Zone > Structure > Redirects).
Posted
Posted
How can i remove that title Panel Top, and the searchbar ....?
Posted
The search is a part of the template of the block.
To remove, remove this from the CNS_GUEST_BAR template:
Code
{+START,IF,{$ADDON_INSTALLED,search}}{+START,IF,{$HAS_ACTUAL_PAGE_ACCESS,search}}
<div class="cns_guest_column cns_guest_column_c">
{+START,INCLUDE,MEMBER_BAR_SEARCH}{+END}
</div>
{+END}{+END}
and this from the CNS_MEMBER_BAR template:
Code
{+START,IF,{$ADDON_INSTALLED,search}}{+START,IF,{$HAS_ACTUAL_PAGE_ACCESS,search}}
<div class="box nested"><div class="box_inner">{+START,INCLUDE,MEMBER_BAR_SEARCH}{+END}</div></div>
{+END}{+END}
2 guests and 0 members have recently viewed this.
