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

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

$
0
0
Everything is explained here in Talk19Zehn's message, the modification to be made modifies the arrow icon and add a phpBB language key "Citation"

If you prefer this rendering

Link.png


Download this extension which will allow you to create your own language keys.

In the file bbcode.html copy the modified line given by Talk19Zehn, this one:

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>
Instead of $L_QUOTE replace with $L_GOTOPOST, save and empty it hidden.

With the extension to download, open the file ./ext/caforum/language/language/fr/lang.php and add this:

Code:

 'GOTOPOST' => 'Aller au message', 
Enjoy

Statistics: Posted by ssl — Mon Aug 05, 2024 10:09 am



Viewing all articles
Browse latest Browse all 567

Trending Articles