Pagina 1 din 1

Tabelul și reclamele apar doar pentru membri echipei

Scris: 28-Sep-2013, 12:05:09
de sicii
Buna ziua, de curand am modificat fisierul index_body pentru a adauga un tabel cu serverele comunitatii si reclame.
Dupa cum puteti vedea:
http://i41.tinypic.com/nxuv77.jpg

Ce problema am?
Acel tabel si reclama este vizibil doar pentru cei care au grad pe forum.
Utilizatorii inregistrati si vizitatorii nu pot vedea acel tabel sau reclamele.
http://i43.tinypic.com/5b2o10.png

Unde trebuie sau ce trebuie sa modific pentru a fii vizibil si pentru utilizatorii inregistrati si vizitatori?

Re: Cum pot modifica

Scris: 28-Sep-2013, 17:33:41
de Ivan Petre Paul
Cel mai probabil este un <!-- IF --> pe acolo care crează această „problemă”. Link către forumul tău?

Re: Cum pot modifica

Scris: 28-Sep-2013, 19:05:51
de sicii

Re: Cum pot modifica

Scris: 28-Sep-2013, 20:20:49
de Ivan Petre Paul
Deschide index_body.html, caută:

Cod: Selectaţi tot

	<!----AICI ESTE TABELUL CU SERVERE----->
<br
<div id="wrapcentre">
{$CA_CAP2_START}Serverele Comunitatii DEEPGAMING.RO{$CA_CAP2_END}
<table class="tablebg" cellspacing="0" width="100%">

<tr>
<td class="row1" width="250px" align="center"><b>NUME SERVER</b></td>
<td class="row1" width="350px"align="center"><b>HARTA/PLAYERI</b></td>
<td class="row1" width="150px"align="center"><b>IP</b></td>
<td class="row1" width="50px"align="center"><b>GT</b></td>
<td class="row1" width="50px"align="center"><b>CONNECT</b></td>
</tr>

<tr>
<td class="row1" width="250px" align="center">JB.DEEPGAMING.RO - <a href="http://www.deepgaming.ro/forum/viewforum.php?f=485">FORUM </a></td>
<td class="row1" width="350px"align="center"><a href="http://www.gametracker.com/server_info/188.241.63.192:27015/" target="_blank"><img src="http://cache.www.gametracker.com/server_info/188.241.63.192:27015/b_350_20_323957_202743_F19A15_111111.png" border="0" width="350" height="20" alt=""/></a>
<td class="row1" width="150px"align="center">188.241.63.192:27015</td>
<td class="row1" width="50px"align="center"><a href="http://www.gametracker.com/server_info/188.241.63.192:27015/" target="_blank"> <img src="http://www.nzf.net.nz/phpbb/styles/prosilver/theme/images/social/gametracker.png" width="15px" height="15px"></a><td class="row1" width="50px"align="center"><a href="steam://connect/188.241.63.192:27015"><img src="http://www.jimo.co.uk/wp-content/themes/Jimo/images/steam.png" width="16px" height="16px"></a></td>

</tr>


<tr>
<td class="row1" width="250px" align="center">SMARTCS.DEEPGAMING.RO - <a href="http://www.deepgaming.ro/forum/viewforum.php?f=663">FORUM </a></td>
<td class="row1" width="350px"align="center"><a href="http://www.gametracker.com/server_info/84.247.54.51:27015/" target="_blank"><img src="http://cache.www.gametracker.com/server_info/84.247.54.51:27015/b_350_20_323957_202743_F19A15_111111.png" border="0" width="350" height="20" alt=""/></a>
<td class="row1" width="150px"align="center">84.247.54.51:27015</td>
<td class="row1" width="50px"align="center"><a href="http://www.gametracker.com/server_info/84.247.54.51:27015/" target="_blank"> <img src="http://www.nzf.net.nz/phpbb/styles/prosilver/theme/images/social/gametracker.png" width="15px" height="15px"></a><td class="row1" width="50px"align="center"><a href="steam://connect/84.247.54.51:27015/"><img src="http://www.jimo.co.uk/wp-content/themes/Jimo/images/steam.png" width="16px" height="16px"></a></td>

</tr>

<tr>
<td class="row1" width="250px" align="center">CS.DEEPGAMING.RO - <a href="http://www.deepgaming.ro/forum/viewforum.php?f=757">FORUM </a></td>
<td class="row1" width="350px"align="center"><a href="http://www.gametracker.com/server_info/86.124.128.38:27015/" target="_blank"><img src="http://cache.www.gametracker.com/server_info/86.124.128.38:27015/b_350_20_323957_202743_F19A15_111111.png" border="0" width="350" height="20" alt=""/></a>
<td class="row1" width="150px"align="center">86.124.128.38:27015</td>
<td class="row1" width="50px"align="center"><a href="http://www.gametracker.com/server_info/86.124.128.38:27015/" target="_blank"> <img src="http://www.nzf.net.nz/phpbb/styles/prosilver/theme/images/social/gametracker.png" width="15px" height="15px"></a><td class="row1" width="50px"align="center"><a href="steam://connect/86.124.128.38:27015"><img src="http://www.jimo.co.uk/wp-content/themes/Jimo/images/steam.png" width="16px" height="16px"></a></td>

</tr>

</th>

</table>
</div>
</br>
<!----AICI ESTE TABELUL CU SERVERE----->
	
<!-- ENDIF -->
și înlocuitește cu:

Cod: Selectaţi tot

<!-- ENDIF -->

	<!----AICI ESTE TABELUL CU SERVERE----->
<br
<div id="wrapcentre">
{$CA_CAP2_START}Serverele Comunitatii DEEPGAMING.RO{$CA_CAP2_END}
<table class="tablebg" cellspacing="0" width="100%">

<tr>
<td class="row1" width="250px" align="center"><b>NUME SERVER</b></td>
<td class="row1" width="350px"align="center"><b>HARTA/PLAYERI</b></td>
<td class="row1" width="150px"align="center"><b>IP</b></td>
<td class="row1" width="50px"align="center"><b>GT</b></td>
<td class="row1" width="50px"align="center"><b>CONNECT</b></td>
</tr>

<tr>
<td class="row1" width="250px" align="center">JB.DEEPGAMING.RO - <a href="http://www.deepgaming.ro/forum/viewforum.php?f=485">FORUM </a></td>
<td class="row1" width="350px"align="center"><a href="http://www.gametracker.com/server_info/188.241.63.192:27015/" target="_blank"><img src="http://cache.www.gametracker.com/server_info/188.241.63.192:27015/b_350_20_323957_202743_F19A15_111111.png" border="0" width="350" height="20" alt=""/></a>
<td class="row1" width="150px"align="center">188.241.63.192:27015</td>
<td class="row1" width="50px"align="center"><a href="http://www.gametracker.com/server_info/188.241.63.192:27015/" target="_blank"> <img src="http://www.nzf.net.nz/phpbb/styles/prosilver/theme/images/social/gametracker.png" width="15px" height="15px"></a><td class="row1" width="50px"align="center"><a href="steam://connect/188.241.63.192:27015"><img src="http://www.jimo.co.uk/wp-content/themes/Jimo/images/steam.png" width="16px" height="16px"></a></td>

</tr>


<tr>
<td class="row1" width="250px" align="center">SMARTCS.DEEPGAMING.RO - <a href="http://www.deepgaming.ro/forum/viewforum.php?f=663">FORUM </a></td>
<td class="row1" width="350px"align="center"><a href="http://www.gametracker.com/server_info/84.247.54.51:27015/" target="_blank"><img src="http://cache.www.gametracker.com/server_info/84.247.54.51:27015/b_350_20_323957_202743_F19A15_111111.png" border="0" width="350" height="20" alt=""/></a>
<td class="row1" width="150px"align="center">84.247.54.51:27015</td>
<td class="row1" width="50px"align="center"><a href="http://www.gametracker.com/server_info/84.247.54.51:27015/" target="_blank"> <img src="http://www.nzf.net.nz/phpbb/styles/prosilver/theme/images/social/gametracker.png" width="15px" height="15px"></a><td class="row1" width="50px"align="center"><a href="steam://connect/84.247.54.51:27015/"><img src="http://www.jimo.co.uk/wp-content/themes/Jimo/images/steam.png" width="16px" height="16px"></a></td>

</tr>

<tr>
<td class="row1" width="250px" align="center">CS.DEEPGAMING.RO - <a href="http://www.deepgaming.ro/forum/viewforum.php?f=757">FORUM </a></td>
<td class="row1" width="350px"align="center"><a href="http://www.gametracker.com/server_info/86.124.128.38:27015/" target="_blank"><img src="http://cache.www.gametracker.com/server_info/86.124.128.38:27015/b_350_20_323957_202743_F19A15_111111.png" border="0" width="350" height="20" alt=""/></a>
<td class="row1" width="150px"align="center">86.124.128.38:27015</td>
<td class="row1" width="50px"align="center"><a href="http://www.gametracker.com/server_info/86.124.128.38:27015/" target="_blank"> <img src="http://www.nzf.net.nz/phpbb/styles/prosilver/theme/images/social/gametracker.png" width="15px" height="15px"></a><td class="row1" width="50px"align="center"><a href="steam://connect/86.124.128.38:27015"><img src="http://www.jimo.co.uk/wp-content/themes/Jimo/images/steam.png" width="16px" height="16px"></a></td>

</tr>

</th>

</table>
</div>
</br>
<!----AICI ESTE TABELUL CU SERVERE----->
Problema se datorează faptului că tabelul era situat între <!-- IF U_MCP --> și <!-- ENDIF --> ceea ce a determinat ca tabelul să fie afișați numai utilizatorilor cu drepturi de moderare (moderatori).
Nu uita să cureți cache-ul.

Re: Cum pot modifica

Scris: 29-Sep-2013, 11:22:53
de sicii
Multumesc frumos acum merge.
Dar reclamele de deasupra tabelului tot nu apar, acolo cum mai trebuie sa modific :)?

Re: Cum pot modifica

Scris: 29-Sep-2013, 16:39:45
de Ivan Petre Paul
sicii scrie:Dar reclamele de deasupra tabelului tot nu apar, acolo cum mai trebuie sa modific :)?
Ai făcut varză tema aceea. Ce caută <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-2"></head><body> după </style></body> nu pot să-mi imaginez.. În fine, este o altă problemă și nu ține de noi.

Caută:

Cod: Selectaţi tot

    <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-2"></head><body><table width="100%" cellspacing="0" cellpadding="0" border="0">
    <tbody><tr><td height="90"><div id="ads-holder2">

    <div id="ads-img2">
     <div onclick="MyAdvertisements.do_click(5);"><a href="http://deepgaming.ro/forum" title="DEEPGAMING" target="_blank"><a href="http://www.egmaster.net/" target="_blank"><img src="http://i39.tinypic.com/2i21zih.png" border="0"></a></a></div></div>

    <!-- <div id="ads-mark2">3 Euro</div> -->

</div></td>
    <td height="90"><div id="ads-holder2">

    <div id="ads-img2">
     <div onclick="MyAdvertisements.do_click(5);"><a href="http://www.deepgaming.ro/forum" title="DEEPGAMING" target="_blank"><img border="0" src="http://i43.tinypic.com/10cq4js.gif" width="468px" height="60px" alt="http://www.deepgaming.ro/forum"></a></div></div>

    <div id="ads-mark2">3 Euro</div>
</div></td>
</tr></tbody></table></html>
    
<!-- ENDIF --> 
și înlocuiește cu:

Cod: Selectaţi tot

<!-- ENDIF -->

    <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-2"></head><body><table width="100%" cellspacing="0" cellpadding="0" border="0">
    <tbody><tr><td height="90"><div id="ads-holder2">

    <div id="ads-img2">
     <div onclick="MyAdvertisements.do_click(5);"><a href="http://deepgaming.ro/forum" title="DEEPGAMING" target="_blank"><a href="http://www.egmaster.net/" target="_blank"><img src="http://i39.tinypic.com/2i21zih.png" border="0"></a></a></div></div>

    <!-- <div id="ads-mark2">3 Euro</div> -->

</div></td>
    <td height="90"><div id="ads-holder2">

    <div id="ads-img2">
     <div onclick="MyAdvertisements.do_click(5);"><a href="http://www.deepgaming.ro/forum" title="DEEPGAMING" target="_blank"><img border="0" src="http://i43.tinypic.com/10cq4js.gif" width="468px" height="60px" alt="http://www.deepgaming.ro/forum"></a></div></div>

    <div id="ads-mark2">3 Euro</div>
</div></td>
</tr></tbody></table></html>