Simple forum question?
On the top of this forum I notice all of my user detailes recent posts and all that. How do I set that up in my forums?
You need to create a forum:panel_top Comcode page containing:
Then delete the default redirect that is forum:panel_top → :panel_top (Admin Zone > Structure > Redirects).
Code
[block]main_member_bar[/block]
Then delete the default redirect that is forum:panel_top → :panel_top (Admin Zone > Structure > Redirects).
Very easy and worked great thanks. I really love the fact that composr is so easy to work with.
I did the same like you say Chris, but i have a strange thing here...
How can i remove that title Panel Top, and the searchbar ....?
How can i remove that title Panel Top, and the searchbar ....?
The title is just a part of the panel page, we put it in as a default for new pages. You should just remove it by editing the panel page again. I realise it makes no sense for panels, this will no longer be a default for them in future releases.
The search is a part of the template of the block.
To remove, remove this from the CNS_GUEST_BAR template:
and this from the CNS_MEMBER_BAR template:
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}
Thanks Chris. Wonderful!
1 guest and 0 members have recently viewed this.
