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?
Tabelul și reclamele apar doar pentru membri echipei
Reguli forum
Aveti o problema si vreti sa primiti ajutor? Click aici ! Nu uitati si de regulamentul forumului !
Aveti o problema si vreti sa primiti ajutor? Click aici ! Nu uitati si de regulamentul forumului !
- Ivan Petre Paul
- Mesaje: 4055
- Membru din: 26-Aug-2009, 02:13:39
- Versiune: 3.1.10
- Ext: Da
- Server: UNIX/Linux
- Nivel phpBB: Experimentat
- Nivel php: Puţin experimentat
- Localitate: Brașov
- Contact:
Re: Cum pot modifica
Cel mai probabil este un
<!-- IF -->
pe acolo care crează această „problemă”. Link către forumul tău?
phpBB România will rise again. Soon.. Stay close! @phpbb.ro
- Ivan Petre Paul
- Mesaje: 4055
- Membru din: 26-Aug-2009, 02:13:39
- Versiune: 3.1.10
- Ext: Da
- Server: UNIX/Linux
- Nivel phpBB: Experimentat
- Nivel php: Puţin experimentat
- Localitate: Brașov
- Contact:
Re: Cum pot modifica
Deschide index_body.html, caută:
și înlocuitește cu:
Problema se datorează faptului că tabelul era situat între
Nu uita să cureți cache-ul.
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 -->
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----->
<!-- 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.
phpBB România will rise again. Soon.. Stay close! @phpbb.ro
-
- Utilizator înregistrat
- Mesaje: 42
- Membru din: 17-Aug-2013, 23:25:57
- Versiune: 3.0.11
- Ext: Da
- Server: UNIX/Linux
- Nivel phpBB: Puţin experimentat
- Nivel php: Neexperimentat
Re: Cum pot modifica
Multumesc frumos acum merge.
Dar reclamele de deasupra tabelului tot nu apar, acolo cum mai trebuie sa modific
?
Dar reclamele de deasupra tabelului tot nu apar, acolo cum mai trebuie sa modific

- Ivan Petre Paul
- Mesaje: 4055
- Membru din: 26-Aug-2009, 02:13:39
- Versiune: 3.1.10
- Ext: Da
- Server: UNIX/Linux
- Nivel phpBB: Experimentat
- Nivel php: Puţin experimentat
- Localitate: Brașov
- Contact:
Re: Cum pot modifica
Ai făcut varză tema aceea. Ce cautăsicii scrie:Dar reclamele de deasupra tabelului tot nu apar, acolo cum mai trebuie sa modific?
<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 -->
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>
phpBB România will rise again. Soon.. Stay close! @phpbb.ro
Cine este conectat
Utilizatori ce ce navighează pe acest forum: Niciun utilizator înregistrat și 1 vizitator