Page 2 of 3

Re: I NEED THIS TO DO

Posted: 21 Jul 2010, 20:02
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

Posted: 21 Jul 2010, 20:09
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

Posted: 21 Jul 2010, 20:20
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

Posted: 21 Jul 2010, 20:24
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

Posted: 21 Jul 2010, 20:29
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

Posted: 21 Jul 2010, 20:33
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

Posted: 21 Jul 2010, 20:35
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

Posted: 21 Jul 2010, 20:41
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

Posted: 21 Jul 2010, 20:45
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

Posted: 21 Jul 2010, 20:48
by altafali
thanks a lot dear