MyInvision

Quick Links - MyInvision

Quick Links

by rajpb » Sat Mar 24, 2018 11:17 pm

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?
rajpb
Registered User
Posts: 34
Joined: Sat Mar 24, 2018 11:12 pm

Re: Quick Links

by Mannix_ » Sun Mar 25, 2018 9:56 am

Open index_body.html and find

Code: Select all

<a href="{U_MARK_FORUMS}" class="mark-read rightside" accesskey="m" data-ajax="mark_forums_read">{L_MARK_FORUMS_READ}</a>
and after add

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>
If you want to delete the icons remove <i class... bits from the code
Did I helped You? Consider a donation.
New version of phpBB has been released? My styles aren't validated for it yet? Check my page for the latest downloads!
User avatar
Mannix_
Registered User
Posts: 2029
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt