I NEED THIS TO DO

Support for PhpBB3. Post here to get help with any phpBB3 related issue here
There is no support here! Only Read Access!
Forum rules
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.
Else your topic may be ignored or locked!
altafali
BBCoder II
BBCoder II
Posts: 28
Joined: 03 Jun 2010, 20:16

I NEED THIS TO DO

Post by altafali »

I NEED THIS TO DO

Image

SOURCE

Code: Select all

WAREZ-BB.ORG
AND MINE

Code: Select all

WAREZ4PC.ORG

THANKS IN ADVANCE

USING
PhpBB Version: 3.0.7-PL1
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: I NEED THIS TO DO

Post 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!
KukY13
BBCoder III
BBCoder III
Posts: 96
Joined: 26 Jun 2010, 16:23
Contact:

Re: I NEED THIS TO DO

Post by KukY13 »

You open the template file, and replace all "|" with line breaks.
Image
altafali
BBCoder II
BBCoder II
Posts: 28
Joined: 03 Jun 2010, 20:16

Re: I NEED THIS TO DO

Post by altafali »

KukY13 » 21 Jul 2010, 19:23 wrote:You open the template file, and replace all "|" with line breaks.

PLZ TELL ME RIGHT FILE TO EDIT WITH FILE NAME

IF U CAN THEN PLZ TELL ME IN BRIEF

CAZ I M NEW
KukY13
BBCoder III
BBCoder III
Posts: 96
Joined: 26 Jun 2010, 16:23
Contact:

Re: I NEED THIS TO DO

Post 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?
Image
altafali
BBCoder II
BBCoder II
Posts: 28
Joined: 03 Jun 2010, 20:16

Re: I NEED THIS TO DO

Post by altafali »

I AM USING fisubice2 STYLE

IS THIS FOR THIS STYLE??
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: I NEED THIS TO DO

Post by cisco007 »

altafali, i really suggest you read the site rules here!

rules.php#rule1
altafali
BBCoder II
BBCoder II
Posts: 28
Joined: 03 Jun 2010, 20:16

Re: I NEED THIS TO DO

Post by altafali »

SORRY I WILL POST RIGHT WAY

NEXT TIME
altafali
BBCoder II
BBCoder II
Posts: 28
Joined: 03 Jun 2010, 20:16

Re: I NEED THIS TO DO

Post 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]
Last edited by altafali on 21 Jul 2010, 19:46, edited 1 time in total.
KukY13
BBCoder III
BBCoder III
Posts: 96
Joined: 26 Jun 2010, 16:23
Contact:

Re: I NEED THIS TO DO

Post by KukY13 »

Remove:

Code: Select all

style="float: {S_CONTENT_FLOW_END};"
Image
Locked