Hello,
in the bbcode.html I have the line 41 regarding post-url, post-id: Test, test, test .....
amended as follows in my own testboard:select -> the language variable is available in the phpBB-standard.
Result for this example: phpBB-3.3.12 (Zitat = Language German (Casual Honorifics)
Regards
Edit:
Add an extra color of your choice: fa-mouse-pointer per CSS example ...
It is also conceivable to use the FA icon fa-level-up (phpBB 3.3.12 is used FA v4 (standard)):
https://fontawesome.com/v4/icons/
in the bbcode.html I have the line 41 regarding post-url, post-id: Test, test, test .....
Code:
<a href="{@post_url}" data-post-id="{@post_id}" >↑</a>
Code:
<a href="{@post_url}" data-post-id="{@post_id}" ><i class="icon fa-mouse-pointer fa-fw" aria-hidden="true"></i><xsl:value-of select="$L_QUOTE"/></a>
Result for this example: phpBB-3.3.12 (Zitat = Language German (Casual Honorifics)
Regards
Edit:
Add an extra color of your choice: fa-mouse-pointer per CSS example ...
Code:
.fa-mouse-pointer::before {content: "\f245";color: #191970;}
https://fontawesome.com/v4/icons/
Statistics: Posted by Talk19Zehn — Sun Aug 04, 2024 9:54 am