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