Pagina 2 din 2

Re: redirect bug

Scris: 25-Sep-2012, 03:28:52
de bogdan
Pentru redirectari la prosilver ai codul

Cod: Selectaţi tot

				<!-- IF forumrow.CLICKS -->
					<dd class="redirect"><span>{L_REDIRECTS}: {forumrow.CLICKS}</span></dd>
				<!-- ELSEIF not forumrow.S_IS_LINK -->
					<dd class="topics">{forumrow.TOPICS} <dfn>{L_TOPICS}</dfn></dd>
					<dd class="posts">{forumrow.POSTS} <dfn>{L_POSTS}</dfn></dd>
					<dd class="lastpost"><span>
						<!-- IF forumrow.U_UNAPPROVED_TOPICS --><a href="{forumrow.U_UNAPPROVED_TOPICS}">{UNAPPROVED_IMG}</a><!-- ENDIF -->
						<!-- IF forumrow.LAST_POST_TIME --><dfn>{L_LAST_POST}</dfn> {L_POST_BY_AUTHOR} {forumrow.LAST_POSTER_FULL}
						<!-- IF not S_IS_BOT --><a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a> <!-- ENDIF --><br />{forumrow.LAST_POST_TIME}<!-- ELSE -->{L_NO_POSTS}<br />&nbsp;<!-- ENDIF --></span>
					</dd>
				<!-- ENDIF -->
Similar modifici secventa de cod pentru coloana din mijloc: la varianta forumrow.CLICKS nu pui nimic.

Re: redirect bug

Scris: 25-Sep-2012, 20:28:46
de Chameleonlafel
...nu mi-a mers..
In forumlist_body am cam asa

Cod: Selectaţi tot

<td width="180"  align="left">

 				<!-- IF forumrow.LAST_POSTER_AVATAR --><td width="{forumrow.AVATAR_WIDTH}">{forumrow.LAST_POSTER_AVATAR}</td><!-- ENDIF -->
                <p class="topicdetails"><strong>By:</strong> {forumrow.LAST_POSTER_FULL}</p>
                <p class="topicdetails"><font size="1"><strong>On:</strong>{forumrow.LAST_POST_TIME} </font></p>
                <p class="topicdetails"><strong>In:</strong> <i><!-- IF forumrow.LAST_POST_TIME -->
				 					<!-- IF forumrow.LAST_POST_LINK -->{forumrow.LAST_POST_LINK}
					<!-- ENDIF --></i>
				</p>
	<!-- ENDIF -->
                
</td>       
    <td valign="middle" style="line-height:12px;" width="130">

	<!-- IF forumrow.CLICKS -->
<span class="genmed">{L_REDIRECTS}: {forumrow.CLICKS}</span></td>
	<!-- ELSE -->

Re: redirect bug

Scris: 25-Sep-2012, 22:18:23
de Gotyc
scoate :

Cod: Selectaţi tot

 <!-- IF forumrow.LAST_POSTER_AVATAR --><td width="{forumrow.AVATAR_WIDTH}">{forumrow.LAST_POSTER_AVATAR}</td><!-- ENDIF -->
                <p class="topicdetails"><strong>By:</strong> {forumrow.LAST_POSTER_FULL}</p>
                <p class="topicdetails"><font size="1"><strong>On:</strong>{forumrow.LAST_POST_TIME} </font></p>
                <p class="topicdetails"><strong>In:</strong> <i><!-- IF forumrow.LAST_POST_TIME -->
                            <!-- IF forumrow.LAST_POST_LINK -->{forumrow.LAST_POST_LINK}
               <!-- ENDIF --></i>
            </p>
   <!-- ENDIF -->

Re: redirect bug

Scris: 28-Sep-2012, 13:23:10
de Chameleonlafel
N-am cum sa le scot,odata ce le scot nu mai apar la restul categoriilor,nu e logic... :-? ...
Edit,l-am facut altfel..

Re: redirect bug

Scris: 03-Oct-2012, 14:27:58
de bogdan
Chameleonlafel scrie:...nu mi-a mers..
Ar fi trebuit sa mearga. Probabil nu ai modificat corect codul.