I NEED THIS TO DO

Support for PhpBB3.
Post here to get help with any phpBB3 related issue
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.
If not your topic may be ignored or locked!

Re: I NEED THIS TO DO

Post by altafali »

KukY13 » 21 Jul 2010, 19:52 wrote:Remove:

Code: Select all

style="float: {S_CONTENT_FLOW_END};"
thanks it working right for me but plz help me arrange like this
Image


now it is look like this
Image

Re: I NEED THIS TO DO

Post by KukY13 »

Try making the code like this:

Code: Select all

<span style="float: {S_CONTENT_FLOW_BEGIN};"><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> <br /> <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a>
      <!-- IF S_USER_LOGGED_IN -->
      <a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a> <br /> <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> <br /> <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></span>
That should do the job.

Re: I NEED THIS TO DO

Post by altafali »

now it is
Image






my code is

Code: Select all

<!-- IF S_DISPLAY_SEARCH -->
	    <p class="searchbar">
		    <span style="float: {S_CONTENT_FLOW_BEGIN};"><a href="{U_SEARCH_UNANSWERED}">
			{L_SEARCH_UNANSWERED}</a> <br /> <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}
			</a>
		    <!-- IF S_USER_LOGGED_IN -->
		    <a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a> <br /> <a href="{U_SEARCH_NEW}">
			{L_SEARCH_NEW}</a> <br /> <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></span>
		    <!-- ENDIF -->

Re: I NEED THIS TO DO

Post by KukY13 »

altafali » 21 Jul 2010, 20:20 wrote:my code is

Code: Select all

<!-- IF S_DISPLAY_SEARCH -->
	    <p class="searchbar">
		    <span style="float: {S_CONTENT_FLOW_BEGIN};"><a href="{U_SEARCH_UNANSWERED}">
			{L_SEARCH_UNANSWERED}</a> <br /> <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}
			</a>
		    <!-- IF S_USER_LOGGED_IN -->
		    <a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a> <br /> <a href="{U_SEARCH_NEW}">
			{L_SEARCH_NEW}</a> <br /> <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></span>
		    <!-- ENDIF -->
Replace it with:

Code: Select all

<!-- IF S_DISPLAY_SEARCH -->
	    <p class="searchbar">
		    <span style="float: {S_CONTENT_FLOW_BEGIN};"><a href="{U_SEARCH_UNANSWERED}">
			{L_SEARCH_UNANSWERED}</a> <br /> <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}
			</a> <br /> 
		    <!-- IF S_USER_LOGGED_IN -->
		    <a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a> <br /> <a href="{U_SEARCH_NEW}">
			{L_SEARCH_NEW}</a> <br /> <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></span>
		    <!-- ENDIF -->

Re: I NEED THIS TO DO

Post by altafali »

thanks dear it is done

if i want to link of my forum rules in this list
how plz??

Re: I NEED THIS TO DO

Post by KukY13 »

After that code, understanding that [Link to rules] needs to be replaced with a link to rules, add this:

Code: Select all

<br /> <a href="[Link to rules]"></a>

Re: I NEED THIS TO DO

Post by altafali »

ok plz last one here

u see a rounded backgroung in this pic if i want to add than how can i do this

Image

u r my hero KukY13

Re: I NEED THIS TO DO

Post by altafali »

KukY13 » 21 Jul 2010, 20:33 wrote:After that code, understanding that [Link to rules] needs to be replaced with a link to rules, add this:

Code: Select all

<br /> <a href="[Link to rules]"></a>

rules not showing plz add this link in code u give me

Code: Select all

http://warez4pc.org/viewtopic.php?f=101&t=1446
thanks

Re: I NEED THIS TO DO

Post by KukY13 »

altafali » 21 Jul 2010, 20:41 wrote:rules not showing plz add this link in code u give me

Code: Select all

http://warez4pc.org/viewtopic.php?f=101&t=1446
thanks

Code: Select all

<br /> <a href="http://warez4pc.org/viewtopic.php?f=101&t=1446">VIEW THE FORUM RULES</a>
altafali wrote:u see a rounded backgroung in this pic if i want to add than how can i do this
I don't really know that...

Re: I NEED THIS TO DO

Post by altafali »

thanks a lot dear