Page 1 of 3
I NEED THIS TO DO
Posted: 21 Jul 2010, 19:15
by altafali
I NEED THIS TO DO
SOURCE
AND MINE
THANKS IN ADVANCE
USING
PhpBB Version: 3.0.7-PL1
Re: I NEED THIS TO DO
Posted: 21 Jul 2010, 19:22
by cisco007
dude, you serioulsy need to learn how to post! what kind of title description is this, "I NEED THIS TO DO" that is no sort of description, and like i told you in the previous topic, there is no way to do what you want unless we get a link to the style that is being used there, and like i told you previously also non members cannot see those links in the picture! please learn how to post properly, see this!?
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.
that is there for a reason use it!
Re: I NEED THIS TO DO
Posted: 21 Jul 2010, 19:23
by KukY13
You open the template file, and replace all "|" with line breaks.
Re: I NEED THIS TO DO
Posted: 21 Jul 2010, 19:28
by altafali
PLZ TELL ME RIGHT FILE TO EDIT WITH FILE NAME
IF U CAN THEN PLZ TELL ME IN BRIEF
CAZ I M NEW
Re: I NEED THIS TO DO
Posted: 21 Jul 2010, 19:33
by KukY13
Open overall_header.html.
In it, find a part like this one:
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>
It should be located somewhere around line 200.
Replace all "|" with "<br />".
Got it?
Re: I NEED THIS TO DO
Posted: 21 Jul 2010, 19:35
by altafali
I AM USING fisubice2 STYLE
IS THIS FOR THIS STYLE??
Re: I NEED THIS TO DO
Posted: 21 Jul 2010, 19:35
by cisco007
altafali, i really suggest you read the site rules here!
rules.php#rule1
Re: I NEED THIS TO DO
Posted: 21 Jul 2010, 19:37
by altafali
SORRY I WILL POST RIGHT WAY
NEXT TIME
Re: I NEED THIS TO DO
Posted: 21 Jul 2010, 19:44
by altafali
KukY13 » 21 Jul 2010, 19:33 wrote:Open overall_header.html.
In it, find a part like this one:
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>
It should be located somewhere around line 200.
Replace all "|" with "<br />".
Got it?
yes it is working but i want to align it to the left side all of them
here look it
[thumbnailpop]
http://i29.tinypic.com/2cqma3a.jpg[/thumbnailpop]
Re: I NEED THIS TO DO
Posted: 21 Jul 2010, 19:52
by KukY13
Remove:
Code: Select all
style="float: {S_CONTENT_FLOW_END};"