thanks it working right for me but plz help me arrange like thisKukY13 » 21 Jul 2010, 19:52 wrote:Remove:Code: Select all
style="float: {S_CONTENT_FLOW_END};"
now it is look like this
thanks it working right for me but plz help me arrange like thisKukY13 » 21 Jul 2010, 19:52 wrote:Remove:Code: Select all
style="float: {S_CONTENT_FLOW_END};"
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>
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: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 -->
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 -->
Code: Select all
<br /> <a href="[Link to rules]"></a>
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>
Code: Select all
http://warez4pc.org/viewtopic.php?f=101&t=1446
altafali » 21 Jul 2010, 20:41 wrote:rules not showing plz add this link in code u give me
thanksCode: Select all
http://warez4pc.org/viewtopic.php?f=101&t=1446
Code: Select all
<br /> <a href="http://warez4pc.org/viewtopic.php?f=101&t=1446">VIEW THE FORUM RULES</a>
I don't really know that...altafali wrote:u see a rounded backgroung in this pic if i want to add than how can i do this