SOLVED Editing The Overall_header (milky_way)


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: [Download] [Hide] [Select]
<p class="searchbar">


Code: [Download] [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: [Download] [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>

Profile PM  
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 :wink:


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 :LOL:

Subject: Re: Editing The Overall_header (milky_way)
Can I mark this Solved now Crow? it has already been a while :oops:

or maybe you could hit solved yourself :mryellow:

Thanks in advance,
..Joshua203

Subject: Re: Editing The Overall_header (milky_way)
Thanks you for sharing

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: [Download] [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: [Download] [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: [Download] [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

Subject: Re: SOLVED Editing The Overall_header (milky_way)
Thank you very much!


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.075s (PHP: 25% SQL: 75%)
SQL queries: 11 - Debug Off - GZIP Enabled