XenForo Public place of announcements

Status
Not open for further replies.
Compatible XF Versions
2.2

XFBOT

Supervisor
  • Thread starter
  • Moderator
  • #1

Is it possible to amend the notices so that they don't push down the sidebar? I'd like the notice to sit above forum list on the homepage but leave the sidebar alone.

 

XFBOT

Supervisor
  • Thread starter
  • Moderator
  • #2
What I did with mine was, in the PAGE_CONTAINER template, take this:

PHP:
<xf:if is="$notices.block">
    <xf:macro template="notice_macros" name="notice_list" arg-type="block" arg-notices="{$notices.block}" />
</xf:if>
<xf:if is="$notices.scrolling">
    <xf:macro template="notice_macros" name="notice_list" arg-type="scrolling" arg-notices="{$notices.scrolling}" />
</xf:if>

and move it to immediately below this:

PHP:
<div class="p-body-content">
 
Status
Not open for further replies.
  • Tags
    xenforo public place of announcements تغییر نوار نمایش اطلاعیه ها
  • Back
    Top Bottom