HHWForum.hu
Xenforo fórummotor - Nyomtatható verzió

+- HHWForum.hu (https://hhwforum.hu)
+-- Fórum: Informatika (https://hhwforum.hu/forum-72.html)
+--- Fórum: Programozás (https://hhwforum.hu/forum-78.html)
+---- Fórum: PHP Scriptek (https://hhwforum.hu/forum-83.html)
+---- Téma: Xenforo fórummotor (/thread-30733.html)



RE: Xenforo fórummotor - Orpheus - 2022-06-23

Ezt a témát a Xenforo fórummotor okosításához nyitottam, ide kerülnek tippek, leírások, bővítmények és egyéb grafikai elemek.


RE: Xenforo fórummotor - Orpheus - 2022-06-23

Ez csak egy egyszerű szerkesztési sablon, amely a fórumon a Hozzászólás a témához” és a „Új témanyitás” gombokat jeleníti meg az oldalak tetején.



ACP --> Template --> thread_view and find:



Code:

Kód:
<xf:breadcrumb source="$forum.getBreadcrumbs()" />



Adja hozzá ezt a kódot közvetlenül a sor alá:



Code:

Kód:
<xf:pageaction> <xf:if is="$thread.canReply()"> <xf:button href="{{ link('threads/reply', $thread) }}" data-xf-click="overlay" class="button--primary" icon="reply"> {{ phrase('post_reply') }} </xf:button> </xf:if> <xf:if is="$xf.visitor.canCreateThread() OR $xf.visitor.canCreateThreadPreReg()"> <xf:button href="{{ link('forums/create-thread') }}" class="button--primary" icon="write" overlay="true" rel="nofollow"> {{ phrase('post_thread') }} </xf:button> </xf:if> </xf:pageaction>