MyBB Community Forums

Full Version: fa fa-angle-double-right not showing right
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi all

i have an issue, and seeking for solution over the google and found nothing, 

the icons from bootstrap shows normaly on my board, but this one that not appear normal -> fa fa-angle-double-right from unread thread

{$gotounread}

Code Parsed:


<i class="fa fa-arrow-circle-o-right" alt="Ir para a primeira mensagem não lida" title="Ir para a primeira mensagem não lida"></i>

Source on template:

<span>{$icon}{$prefix} {$gotounread}{$thread['threadprefix']}<span class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}"><a href="{$thread['threadlink']}">{$thread['subject']}</a></span>{$thread['multipage']}</span>
                                   <div class="author smalltext">{$thread['profilelink']}</div>


headinclude code to parse icon fontawesome

<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">

Example topics

https://forum.blackunix.com/forum-rss-feeds

fixed(not realy but works), go to forumdisplay_thread_gotounread template, changed fa-arrow-circle-o-right to fa fa-caret-square-o-right