Quick Links - MyInvision
Quick Links
On picture there is no Quick links menu but this links (unread post etc.) are all above posts. How to do that in phpbb 3.2.2?
-
- Registered User
- Posts: 34
- Joined: Sat Mar 24, 2018 11:12 pm
Re: Quick Links
Open index_body.html and find and after add
If you want to delete the icons remove <i class... bits from the code
Code: Select all
<a href="{U_MARK_FORUMS}" class="mark-read rightside" accesskey="m" data-ajax="mark_forums_read">{L_MARK_FORUMS_READ}</a>
Code: Select all
<!-- IF S_REGISTERED_USER -->
<div class="responsive-hide">
<a href="{U_SEARCH_SELF}" role="menuitem">
<i class="icon fa-file-o fa-fw icon-gray" aria-hidden="true"></i><span>{L_SEARCH_SELF}</span>
</a>
<!-- ENDIF -->
<!-- IF S_USER_LOGGED_IN -->
<a href="{U_SEARCH_NEW}" role="menuitem">
<i class="icon fa-file-o fa-fw icon-red" aria-hidden="true"></i><span>{L_SEARCH_NEW}</span>
</a>
<!-- ENDIF -->
<!-- IF S_LOAD_UNREADS -->
<a href="{U_SEARCH_UNREAD}" role="menuitem">
<i class="icon fa-file-o fa-fw icon-red" aria-hidden="true"></i><span>{L_SEARCH_UNREAD}</span>
</a>
<!-- ENDIF -->
<a href="{U_SEARCH_UNANSWERED}" role="menuitem">
<i class="icon fa-file-o fa-fw icon-gray" aria-hidden="true"></i><span>{L_SEARCH_UNANSWERED}</span>
</a>
<a href="{U_SEARCH_ACTIVE_TOPICS}" role="menuitem">
<i class="icon fa-file-o fa-fw icon-blue" aria-hidden="true"></i><span>{L_SEARCH_ACTIVE_TOPICS}</span>
</a>
</div>
-
- Registered User
- Posts: 2029
- Joined: Sun Oct 25, 2015 2:56 pm
- Name: Matt