New Post Button in Post

New Post Button in Post

  • Iniciador del hilo Iniciador del hilo richard
  • Fecha de inicio Fecha de inicio
Lv.12
Bronze Member
Iron Member
Registrado
11 Sep 2021
Mensajes
3.354
Puntuación de reacciones
919
Credits
$3.828
thanks to dear member @richard submitted a new resource:

New Post Button in Post - New Post Button in Post

Result:
Ver adjunto 50813
ACP --> Template --> thread_view and find:
Código:
<xf:breadcrumb source="$forum.getBreadcrumbs()" />
Replace with the code below:
Código:
<xf:breadcrumb source="$forum.getBreadcrumbs()" />
<xf:pageaction if="$forum.canCreateThread()">
    <xf:button href="{{ link('forums/post-thread', $forum) }}" class="button--cta" icon="write">
        {{ phrase('post_thread') }}
    </xf:button>
</xf:pageaction>

Read more about this resource...
 
Atrás
Superior