Allan Style - SUBSILVER

Duplicate Unanswered Topic - Allan Style - SUBSILVER

Duplicate Unanswered Topic

by Tamivir » Fri Jul 26, 2019 4:50 pm

Hello

i want to Duplicate this Links

Image

and put them to the footer navbar

Image

what must be done to get this ?

Thanks in advance
Tamivir
Registered User
Posts: 10
Joined: Fri Jul 12, 2019 9:26 am

Re: Duplicate Unanswered Topic

by Tamivir » Wed Jul 31, 2019 2:56 pm

Its solved :)
Tamivir
Registered User
Posts: 10
Joined: Fri Jul 12, 2019 9:26 am

Re: Duplicate Unanswered Topic

by Raul [ThE KuKa] » Fri Aug 02, 2019 1:48 pm

Hi,

If you explain the solution, it could be useful for other users...

Best regards.
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11148
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo

Re: Duplicate Unanswered Topic

by Tamivir » Thu Aug 08, 2019 3:55 pm

Raul [ThE KuKa] wrote:Hi,

If you explain the solution, it could be useful for other users...

Best regards.
I am so sorry :D

you take this part of the code

Code: Select all

<!-- IF S_DISPLAY_SEARCH -->
<div class="navbar-top-link">
		<div class="inner">
			<ul>
				<li class="navbar-top-link-left"><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></li>
				<li class="navbar-top-link-left"><a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></li>
	
				<!-- IF S_REGISTERED_USER --><li class="navbar-top-link-right"><a href="{U_SEARCH_SELF}" role="menuitem">{L_SEARCH_SELF}</a></li><!-- ENDIF -->
				<!-- IF S_USER_LOGGED_IN --><li class="navbar-top-link-right"><a href="{U_SEARCH_NEW}" role="menuitem">{L_SEARCH_NEW}</a></li><!-- ENDIF -->
				<!-- IF S_LOAD_UNREADS --><li class="navbar-top-link-right"><a href="{U_SEARCH_UNREAD}" role="menuitem">{L_SEARCH_UNREAD}</a></li><!-- ENDIF -->
			</ul>
		</div>
	</div>
	<!-- ENDIF -->
and insert it in the overall_footer.html between this

Code: Select all

		<!-- EVENT overall_footer_content_after -->
	</div>

<!-- EVENT overall_footer_page_body_after -->

<div id="page-footer" class="page-footer" role="contentinfo">
and this

Code: Select all

	<!-- INCLUDE navbar_footer.html -->

	<div class="copyright">
		<!-- EVENT overall_footer_copyright_prepend -->
its in the Top Part of the File
Tamivir
Registered User
Posts: 10
Joined: Fri Jul 12, 2019 9:26 am

Re: Duplicate Unanswered Topic

by Raul [ThE KuKa] » Fri Aug 16, 2019 5:13 pm

Thanks!!!
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11148
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo