SOURCE
Code: Select all
WAREZ-BB.ORG
Code: Select all
WAREZ4PC.ORG
THANKS IN ADVANCE
USING
PhpBB Version: 3.0.7-PL1
Code: Select all
WAREZ-BB.ORG
Code: Select all
WAREZ4PC.ORG
that is there for a reason use it!In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
KukY13 » 21 Jul 2010, 19:23 wrote:You open the template file, and replace all "|" with line breaks.
Code: Select all
<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>
<!-- IF S_USER_LOGGED_IN -->
<span style="float: {S_CONTENT_FLOW_END};"><a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a> | <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></span>
yes it is working but i want to align it to the left side all of themKukY13 » 21 Jul 2010, 19:33 wrote:Open overall_header.html.
In it, find a part like this one:It should be located somewhere around line 200.Code: Select all
<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> <!-- IF S_USER_LOGGED_IN --> <span style="float: {S_CONTENT_FLOW_END};"><a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a> | <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></span>
Replace all "|" with "<br />".
Got it?