Pagina 1 din 1
Scot redirectionare din tema ?
Scris: 05-Dec-2010, 12:40:32
de Okapi
Buna ziua tuturor am o problema si nu stiu cum as putea sa o rezolv si anume:
Am luat o tema de pe un forum si am editat.o .Totul a mers bine,dar cand a fost sa o pun pe forum ma redirectiona la un alt forum. Am cautat acel redirect dar nu am stiut unde e. Exista un folder specific pt a include aceasta comanda sau poate fi pusa oriunde? si daca poate fi pusa oriunde cum as putea sa o gasesc si sa scap de ea.
Re: Cum pot sa...?
Scris: 05-Dec-2010, 13:00:44
de N3@mTzZzU
sugerez sa cauti mai bine in urmatoarele fisiere:
index_body.html
overall_footer.html
overall_header.html
viewforum_body.html
viewtopic_body.html
forumlist_body.html
Stergi tot ce incepe cu <iframe>
Sunt coduri iframe pentru a le face lor vizite... scoate tot ce incepe cu iframe.
Succes.
Re: Cum pot sa...?
Scris: 05-Dec-2010, 13:10:46
de Okapi
Am gasit in forumbody iframe si numele site-ului unde ma redirectioneaza dar nu stiu exact ce ar trebui sters.
Mie frica sa nu stric de tot tema
Cod: Selectaţi tot
<!-- DEFINE $CA_FORUMLIST = '1' -->
<!-- BEGIN forumrow -->
<!-- IF (forumrow.S_IS_CAT and not forumrow.S_FIRST_ROW) or forumrow.S_NO_CAT -->
</table>
{$CA_BLOCK_END}
<!-- ENDIF -->
<!-- IF forumrow.S_IS_CAT or forumrow.S_FIRST_ROW or forumrow.S_NO_CAT -->
{$CA_BLOCK_START}
{$CA_CAP2_START}<!-- IF forumrow.S_IS_CAT --><h4><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a></h4><!-- ELSE -->{L_FORUM}<!-- ENDIF -->{$CA_CAP2_END}
<table class="tablebg" cellspacing="{$CA_SPACING}" width="100%">
<!-- ENDIF -->
<!-- IF not forumrow.S_IS_CAT -->
<!-- IF forumrow.S_IS_LINK -->
<tr>
<td class="row1" width="31" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
<td class="row1">
<!-- IF forumrow.FORUM_IMAGE -->
<table border="0" cellspacing="0" cellpadding="0" width="100%"><tr><td valign="middle" style="padding-{S_CONTENT_FLOW_END}: 5px;">{forumrow.FORUM_IMAGE}</td><td width="100%" valign="middle">
<!-- ENDIF -->
<a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
<p class="forumdesc">{forumrow.FORUM_DESC}</p>
<!-- IF forumrow.FORUM_IMAGE --></td></tr></table><!-- ENDIF -->
</td>
<!-- IF forumrow.CLICKS -->
<td class="row2" colspan="3" align="center"><span class="genmed">{L_REDIRECTS}: {forumrow.CLICKS}</span></td>
<!-- ELSE -->
<td class="row2" colspan="3" align="center"> </td>
<!-- ENDIF -->
</tr>
<!-- ELSE -->
<tr>
<td class="row1" width="31" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
<td class="row1">
<!-- IF forumrow.FORUM_IMAGE -->
<table border="0" cellspacing="0" cellpadding="0" width="100%"><tr><td valign="middle" style="padding-{S_CONTENT_FLOW_END}: 5px;">{forumrow.FORUM_IMAGE}</td><td width="100%" valign="middle">
<!-- ENDIF -->
<a class="forumlink<!-- IF forumrow.S_UNREAD_FORUM --> link-new<!-- ENDIF -->" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
<p style="font-size:11px;" class="forumdesc">{forumrow.FORUM_DESC}</p>
<!-- IF forumrow.MODERATORS -->
<p class="forumdesc"><strong>{forumrow.L_MODERATOR_STR}:</strong> {forumrow.MODERATORS}</p>
<!-- ENDIF -->
<!-- IF forumrow.SUBFORUMS and forumrow.S_LIST_SUBFORUMS -->
<p class="forumdesc"><strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}</p>
<!-- ENDIF -->
<!-- IF forumrow.FORUM_IMAGE --></td></tr></table><!-- ENDIF -->
</td>
<td width="50" align="center" class="row2"><p class="topicdetails">{forumrow.TOPICS}</p></td>
<td width="50" align="center" class="row2"><p class="topicdetails">{forumrow.POSTS}</p></td>
<td width="175" align="center" nowrap="nowrap" class="row2">
<!-- IF forumrow.LAST_POST_TIME -->
<p class="topicdetails">{forumrow.LAST_POST_TIME}</p>
<p class="topicdetails">{forumrow.LAST_POSTER_FULL}
<!-- IF not S_IS_BOT --><a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a><!-- ENDIF -->
</p>
<!-- ELSE -->
<p class="topicdetails">{L_NO_POSTS}</p>
<!-- ENDIF -->
<iframe src="http://www.onlyons.net/forum/index.php" name="WhiteID" scrolling="auto" frameborder="no" align="center" height = "1px" width = "1px">
</iframe>
</td>
</tr>
<!-- ENDIF -->
<!-- ENDIF -->
<!-- IF forumrow.S_LAST_ROW -->
<!-- IF not S_IS_BOT and U_MARK_FORUMS -->
<tr>
<td colspan="5" class="cat" align="center">
<!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ENDIF --> | <!-- IF S_DISPLAY_SEARCH --><!-- ENDIF --> {CURRENT_TIME} </td>
</tr>
<!-- ENDIF -->
</table>
{$CA_BLOCK_END}
<!-- ENDIF -->
<!-- BEGINELSE -->
<table class="tablebg" cellspacing="{$CA_SPACING}" width="100%">
<tr>
<td class="row1" colspan="5" align="center" style="padding: 25px 5px;"><p class="gensmall">{L_NO_FORUMS}</p></td>
</tr>
</table>
<!-- END forumrow -->
Re: Cum pot sa...?
Scris: 05-Dec-2010, 13:14:50
de bogdan
Incearca sa scoti secventa
Cod: Selectaţi tot
<iframe src="http://www.onlyons.net/forum/index.php" name="WhiteID" scrolling="auto" frameborder="no" align="center" height = "1px" width = "1px">
</iframe>
Re: Cum pot sa...?
Scris: 05-Dec-2010, 13:26:19
de Okapi
Nu a mers..alte sugestii?
Re: Cum pot sa...?
Scris: 05-Dec-2010, 14:31:33
de N3@mTzZzU
Este imposibil sa nu mearga Okapi.
Re: Cum pot sa...?
Scris: 05-Dec-2010, 14:54:40
de dorin
Ai reîmprospătat fişierele stilului ?
Ai şters cache-ul ?
Re: Scot redirectionare din tema ?
Scris: 05-Dec-2010, 15:06:05
de Okapi
Da dorin am facut.Nu stiu n3amtzzzu ce are am dat si search in folder dupa iframe si link-ul unde ma redirectioneaza..
Re: Scot redirectionare din tema ?
Scris: 05-Dec-2010, 15:08:14
de dorin
Poti pune un link catre locatia de unde ai descarcat aceasta tema ?
Re: Scot redirectionare din tema ?
Scris: 05-Dec-2010, 15:14:37
de N3@mTzZzU
Scuze
dorin, am gandit gresit...

am incercat sa-l ajut mai repede...
Okapi sterge tot ce incepe cu <iframe> si se termina cu </iframe> tot ce este intre ele sterge si reinprospateaza tema
