Editing The Overall_header (milky_way) »  Show posts from    to     

Icy Phoenix


phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - Editing The Overall_header (milky_way)



The Crow [ Tue 15 Mar, 2011 05:41 ]
Post subject: Editing The Overall_header (milky_way)
Hello friends, I'm testing the mod Topic Solved in the milky_way style but i can't find some code that i need to edit in the overall_header.html, can someone help me please, the codes I need to find are:

Code: [Hide] [Select]
<p class="searchbar">


Code: [Hide] [Select]
<span style="float: {S_CONTENT_FLOW_BEGIN};"><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> | <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></span>


Code: [Hide] [Select]
<span style="float: {S_CONTENT_FLOW_END};"><!-- IF S_LOAD_UNREADS --><a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a><!-- IF S_USER_LOGGED_IN --> | <!-- ENDIF --><!-- ENDIF --><!-- IF S_USER_LOGGED_IN --><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><!-- ENDIF --></span>


Joshua203 [ Tue 15 Mar, 2011 20:25 ]
Post subject: Re: Editing The Overall_header (milky_way)
Hi The Crow,

Have a close look at the breadcrumb files (you probably need to edit breadcrumbs.html)

Keep in mind that the finds may be partial finds


I would personally forget about the searchbar edit but i guess you could look at the searchbox file, however I don't think that class is used in there either


Joshua203 [ Thu 07 Apr, 2011 08:55 ]
Post subject: Re: Editing The Overall_header (milky_way)
Can I mark this Solved now Crow? it has already been a while

or maybe you could hit solved yourself

Thanks in advance,
..Joshua203


lupacexi [ Tue 08 Sep, 2020 12:47 ]
Post subject: Re: Editing The Overall_header (milky_way)
Thanks you for sharing


MeinDrache [ Sun 28 Jan, 2024 14:48 ]
Post subject: Re: Editing The Overall_header (milky_way)
Hi The Crow,

I'd be happy to help you with your mod testing in the milky_way style. Let's tackle each of the codes you're looking for in the overall_header.html file:

For the first code snippet:

Code: [Hide] [Select]
<p class="searchbar">


This line seems to define a paragraph with the class "searchbar." If you need to modify this section, it should be somewhere close to the search bar in your overall_header.html file.

For the second code snippet:

Code: [Hide] [Select]
<span style="float: {S_CONTENT_FLOW_BEGIN};"><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> | <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></span>


This code appears to be related to the navigation links for searching unanswered and active topics. Look for this within your overall_header.html file, possibly in the navigation section.

For the third code snippet:

Code: [Hide] [Select]
<span style="float: {S_CONTENT_FLOW_END};"><!-- IF S_LOAD_UNREADS --><a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a><!-- IF S_USER_LOGGED_IN --> | <!-- ENDIF --><!-- ENDIF --><!-- IF S_USER_LOGGED_IN --><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><!-- ENDIF --></span>


This code appears to be handling links related to unread posts, new posts, and user-specific searches. Search for it in your overall_header.html file, probably in the section dealing with user interactions or notifications.

If you encounter any difficulties or need further clarification, feel free to ask. Good luck with your mod testing!

Best regards, Rene


Mighty Gorgon [ Sat 03 Feb, 2024 21:13 ]
Post subject: Re: SOLVED Editing The Overall_header (milky_way)
Thank you very much!




Powered by Icy Phoenix