Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2111

[3.3.x] Styles Support & Discussion • Re: Link to quote

$
0
0
Hello,

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}" >&#8593;</a>
amended as follows in my own testboard:

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>
select -> the language variable is available in the phpBB-standard.

Result for this example: phpBB-3.3.12 (Zitat = Language German (Casual Honorifics)
quotation example FA vs. Unicode

Regards

Edit:
Add an extra color of your choice: fa-mouse-pointer per CSS example ...

Code:

.fa-mouse-pointer::before {content: "\f245";color: #191970;}
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/

Statistics: Posted by Talk19Zehn — Sun Aug 04, 2024 9:54 am



Viewing all articles
Browse latest Browse all 2111

Trending Articles