Cum adaug

Pentru întrebări legate de facilităţile forumului phpBB 3.0.x, acest loc este cel mai potrivit.
Reguli forum
Aveti o problema si vreti sa primiti ajutor? Click aici ! Nu uitati si de regulamentul forumului !
Avatar utilizator
chaosmedia
Utilizator înregistrat
Mesaje: 69
Membru din: 21-Noi-2008, 17:34:36

Cum adaug

Mesaj de chaosmedia »

CUm adaug aici :
Imagine

Ma refer undei acel rosu sa pun codurile cu WTA trafic si restul ?
Avatar utilizator
CaTalyN
Utilizator înregistrat
Mesaje: 331
Membru din: 16-Oct-2007, 16:16:54
Versiune: 3.0.0
Ext: Nu
Server: UNIX/Linux
Nivel phpBB: Mediu
Nivel php: Neexperimentat
Localitate: Roman
Contact:

Mesaj de CaTalyN »

in overvall_footer.php ... de akolo adaugi :wink:
megastar
Utilizator înregistrat
Mesaje: 225
Membru din: 24-Dec-2007, 22:28:26

Mesaj de megastar »

Acesta il gasesti in styles/template-ul tau/template/
Avatar utilizator
chaosmedia
Utilizator înregistrat
Mesaje: 69
Membru din: 21-Noi-2008, 17:34:36

Mesaj de chaosmedia »

nam cu extensia .php am .html in template :(

Vreau sa pun asta acolo jos sau cele de la wta

Cod: Selectaţi tot

<a href="http://chaos-media.com" target="_blank"><img src="http://i35.tinypic.com/32zmjib.jpg" border="0" alt="WwW.Chaos-Media.Com"></a>
si in overall_footer.html am :
<div style="text-align:center;"><!-- IF U_ACP --><br /><br /><span class="gensmall">[ <a href="{U_ACP}">{L_ACP}</a> ]</span><br /><br /><!-- ENDIF --></div>

<!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
</div>

<!--
We request you retain the full copyright notice below including the link to www.phpbb.com.
This not only gives respect to the large amount of time given freely by the developers
but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
"phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
forums may be affected.

The phpBB Group : 2006
//-->
<div id="bottom_logo_ext">
<div id="bottom_logo">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td class="np" nowrap="nowrap" width="250" align="left">
<span class="copyright">&nbsp;Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; 2007 phpBB Group</span>
</td>
<td class="np" nowrap="nowrap" align="center">
<div style="text-align:center;">
<span class="copyright">
<br /><!-- IF TRANSLATION_INFO -->{TRANSLATION_INFO}<br /><!-- ENDIF -->
<!-- IF DEBUG_OUTPUT --><br /><bdo dir="ltr">[ {DEBUG_OUTPUT} ]</bdo><!-- ENDIF --><br />
</span>
</div>
</td>
<td class="np" nowrap="nowrap" width="250" align="right">
<span class="copyright">Design by <a href="http://www.icyphoenix.com" target="_blank">Mighty Gorgon</a>&nbsp;</span>
</td>
</tr>
</table>
</div>
</div>
</td>
<td class="rightshadow" width="9" valign="top"><img src="{T_THEME_PATH}/images/spacer.gif" alt="" width="9" height="1" /></td>
</tr>
</table>
</div>

<a name="bottom"></a>

</body>
</html>
altfel cum pot? :( am bagat codu ala peste tot si dgb
Soimul2008
Utilizator înregistrat
Mesaje: 24
Membru din: 27-Mar-2008, 16:47:29
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Lupeni
Contact:

Mesaj de Soimul2008 »

Pai incearca sa pui codu deasupra la

Cod: Selectaţi tot

The phpBB Group : 2006 
Avatar utilizator
chaosmedia
Utilizator înregistrat
Mesaje: 69
Membru din: 21-Noi-2008, 17:34:36

Mesaj de chaosmedia »

Soimul2008 scrie:Pai incearca sa pui codu deasupra la

Cod: Selectaţi tot

The phpBB Group : 2006 
Ms mult... doar o ultima intrebare daca poti :) in header o sa fie la overall_header.html no?

si e asta in el :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
<head>
<!-- INCLUDE _mg_config.html -->

<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="" />
{META}
<title>{SITENAME} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}</title>

<link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css" />

<script type="text/javascript" src="{T_TEMPLATE_PATH}/scripts.js"></script>
<script type="text/javascript">
// <![CDATA[
<!-- IF S_USER_PM_POPUP -->
if ({S_NEW_PM})
{
popup('{UA_POPUP_PM}', 400, 225, '_phpbbprivmsg');
}
<!-- ENDIF -->

function popup(url, width, height, name)
{
if (!name)
{
name = '_popup';
}

window.open(url.replace(/&/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes,width=' + width);
return false;
}

function jumpto()
{
var page = prompt('{LA_JUMP_PAGE}:', '{ON_PAGE}');
var perpage = '{PER_PAGE}';
var base_url = '{A_BASE_URL}';

if (page !== null && !isNaN(page) && page > 0)
{
document.location.href = base_url.replace(/&/g, '&') + '&start=' + ((page - 1) * perpage);
}
}

/**
* Find a member
*/
function find_username(url)
{
popup(url, 760, 570, '_usersearch');
return false;
}

/**
* Mark/unmark checklist
* id = ID of parent container, name = name prefix, state = state [true/false]
*/
function marklist(id, name, state)
{
var parent = document.getElementById(id);
if (!parent)
{
eval('parent = document.' + id);
}

if (!parent)
{
return;
}

var rb = parent.getElementsByTagName('input');

for (var r = 0; r < rb.length; r++)
{
if (rb[r].name.substr(0, name.length) == name)
{
rb[r].checked = state;
}
}
}

<!-- IF ._file -->

/**
* Play quicktime file by determining it's width/height
* from the displayed rectangle area
*
* Only defined if there is a file block present.
*/
function play_qt_file(obj)
{
var rectangle = obj.GetRectangle();

if (rectangle)
{
rectangle = rectangle.split(',')
var x1 = parseInt(rectangle[0]);
var x2 = parseInt(rectangle[2]);
var y1 = parseInt(rectangle[1]);
var y2 = parseInt(rectangle[3]);

var width = (x1 < 0) ? (x1 * -1) + x2 : x2 - x1;
var height = (y1 < 0) ? (y1 * -1) + y2 : y2 - y1;
}
else
{
var width = 200;
var height = 0;
}

obj.width = width;
obj.height = height + 16;

obj.SetControllerVisible(true);

obj.Play();
}
<!-- ENDIF -->

// ]]>
</script>
<!--[if lt IE 7]>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/pngfix.js"></script>
<![endif]-->
</head>
<body class="{S_CONTENT_DIRECTION}">

<a name="top"></a>

<div style="width:{$MG_GLOBAL_WIDTH};clear:both;margin: 0 auto;">
<table width="100%" align="center" cellspacing="0" cellpadding="0" border="0">
<tr>
<td class="leftshadow" width="9" valign="top"><img src="{T_THEME_PATH}/images/spacer.gif" alt="" width="9" height="1" /></td>
<td class="np-body" width="100%" valign="top">

<div id="top_logo">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td height="150" align="left" valign="middle"><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>
<td align="center" valign="middle"><h1>{SITENAME}</h1><span class="gen">{SITE_DESCRIPTION}</span></td>
<td align="right" valign="top">&nbsp;</td>
</tr>
</table>
</div>

<!-- INCLUDE menu_block.html -->

<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN --><span style="color:#CC3333;">{L_BOARD_DISABLED}</span><!-- ENDIF -->

<div id="wrapcentre">

<!-- IF S_USER_PM_POPUP and S_NEW_PM -->
<div style="margin-top:50px;margin-bottom:50px;text-align:center;clear:both;"><div class="popuppm-new"><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a></div></div>
<!-- ENDIF -->
Nu stii unde trebuie pus sa apara aici :

Imagine

forumul e : www.chaos-media.com/forum

sper ca nam facut reclama daca nu dau edit sil sterg :(
Soimul2008
Utilizator înregistrat
Mesaje: 24
Membru din: 27-Mar-2008, 16:47:29
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Lupeni
Contact:

Mesaj de Soimul2008 »

Aici intreabal pe gyuky ca stie! :)
Avatar utilizator
chaosmedia
Utilizator înregistrat
Mesaje: 69
Membru din: 21-Noi-2008, 17:34:36

Mesaj de chaosmedia »

Soimul2008 scrie:Aici intreabal pe gyuky ca stie! :)
ok...dar daca intru pe mess mi se stinge pc si tot asa :|
megastar
Utilizator înregistrat
Mesaje: 225
Membru din: 24-Dec-2007, 22:28:26

Mesaj de megastar »

Aici te pot ajuta eu. Incearca sa modifici in index_body.html din acelasi folder.
Avatar utilizator
a@dY
Utilizator înregistrat
Mesaje: 82
Membru din: 15-Oct-2008, 17:49:34

Mesaj de a@dY »

ca sa pui coduri de bannere etc in footer pe bagi in overall_footer.html si ca sa pui in header le bagi in overall_header.html , tot ce pui in index body va aparea doar in index ! ( adica pe pagina principala a forumului)
Închis

Înapoi la “3.0.x Cum pot să...?”

Cine este conectat

Utilizatori ce ce navighează pe acest forum: Google [Bot] și 1 vizitator