Seite 1 von 1

bannerwerbung / Links

Verfasst: 22.12.2003 00:15
von Andreas 79
Hallo,

wie kann ich auf der Startseite des Forums ("index.php") banner einbauen, die z.b. auf websites von forumsmitgliedern linken??

ich würde die gerne links oben bzw. unten (direkt über "powered by php...") einbauen.....

Verfasst: 22.12.2003 01:13
von Patrick S
templates/deintemplate/overall_header.tpl - hier kannst du oben Banner einbauen

templates/deintemplate/overall_footer.tpl - hier kannst du unten Banner einbauen

Verfasst: 22.12.2003 15:57
von maniac4711
Hallo,

das e sin den Header kommt habe ic hmittlerweile begriffen, aber wo da genau ?

Dies ist mein Text im header
<?xml version="1.0" encoding="{S_CONTENT_ENCODING}"?>
<!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}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="Content-Style-Type" content="text/css" />
{META}
{NAV_LINKS}
<title>{SITENAME} {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/fisubsilversh/{T_HEAD_STYLESHEET}" type="text/css" />
<script type="text/javascript" src="templates/rollout.js"></script>
<script language="JavaScript" type="text/javascript" src="includes/toggle_display.js"></script>
<!-- BEGIN switch_enable_pm_popup -->
<script type="text/javascript">
<!--
if ( {PRIVATE_MESSAGE_NEW_FLAG} )
{
window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
}
//-->
</script>
<!-- END switch_enable_pm_popup -->
<!-- mod : profile cp -->
<!-- BEGIN birthday_popup -->
<script language="Javascript" type="text/javascript">
<!--
window.open('{birthday_popup.U_BIRTHDAY_POPUP}', '_phpbbbirthday', 'HEIGHT=225,resizable=yes,WIDTH=400');
//-->
</script>
<!-- END birthday_popup -->
<!-- fin mod : profile cp -->
</head>
<body>
TEST
<!-- Banners -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20%">
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr><td><div align="center">{BANNER_1_IMG}</div></td></tr>
<tr><td><div align="center">{BANNER_2_IMG}</div></td></tr>
</table>
</td>
<td width="60%">
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr><td><div align="center">{BANNER_3_IMG}</div></td></tr>
<tr><td><div align="center">{BANNER_4_IMG}</div></td></tr>
</table>
</td>
<td width="20%">
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr><td><div align="center">{BANNER_5_IMG}</div></td></tr>
<tr><td><div align="center">{BANNER_6_IMG}</div></td></tr>
</table>
</td>
</tr>
</table>
<!-- End Banners -->
<a name="top" id="top"></a>
<table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td>
<table class="topbkg" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td><a href="{U_INDEX}"><img src="templates/fisubsilversh/images/phpbb2_logo.jpg" border="0" alt="{L_INDEX}" title="{L_INDEX}" width="240" height="110" /></a></td>
<td align="right" width="100%">{BANNER_0_IMG}</td><td><img src="images/spacer.gif" alt="" width="28" height="4" /></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td align="center" class="topnav">
&nbsp;<a href="{U_PORTAL}">{L_HOME}</a>&nbsp; •
&nbsp; <a href="{U_SEARCH}">{L_SEARCH}</a>
&nbsp;• &nbsp;<a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a>&nbsp; •
&nbsp;<a href="{U_STATISTICS}">{L_STATISTICS}</a>&nbsp; •
&nbsp;<a href="{U_ALBUM}">{L_ALBUM}</a>&nbsp; •
&nbsp;<a href="{U_LINKS}">{L_LINKS}</a>&nbsp; •
&nbsp;<a href="{U_CALENDAR}">{L_CALENDAR}</a>&nbsp; •
&nbsp;<a href="{U_RECENT}">{L_RECENT}</a>
<!-- BEGIN Shownickpagebutton -->
&nbsp; •
&nbsp;<a href="{Shownickpagebutton.U_NICKPAGE}">Nickpage</a>
<!-- END Shownickpagebutton -->
<br />
&nbsp;<a href="{U_STAFF}">{L_STAFF}</a>&nbsp; •
&nbsp;<a href="{U_RANKS}">{L_RANKS}</a>&nbsp; •
&nbsp;<a href="{U_GROUP_CP}">{L_USERGROUPS}</a>&nbsp; •
<!-- BEGIN switch_user_logged_out -->
&nbsp;<a href="{U_REGISTER}">{L_REGISTER}</a>&nbsp; •
<!-- END switch_user_logged_out -->
&nbsp;<a href="{U_FAQ}">{L_FAQ}</a>&nbsp; • &nbsp;<a href="{U_PROFILE}">{L_PROFILE}</a>&nbsp; • &nbsp;<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>&nbsp;
• &nbsp;<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" class="tbl"><tr><td class="tbll"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblbot"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblr"><img src="images/spacer.gif" alt="" width="8" height="4" /></td></tr></table>
{CALENDAR_BOX}
<table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td>
Und wo schreibeich jetzt hin wo ic hmeinen Banner möchte ?

Verfasst: 23.12.2003 10:26
von Acid
..einfach mal ausprobieren. Füge ihn da ein, wo er für dich am besten passt (eventuell einbauen - nachschauen - verschieben - nachschauen..).
Du musst nur darauf achten, das die Tabellenstruktur intakt bleibt.

Verfasst: 23.12.2003 12:57
von maniac4711
Hallo,

ÖHM, wo genau muss ich den neuen Quelltext den dann setzen, einfach irgendwo istja so eine Sache, möchte Ihn direkt unter den anderen setzen, aber wo finde ich da den Anfang ?

Verfasst: 23.12.2003 13:06
von Acid
Bei <!-- Banners --> ?

Verfasst: 23.12.2003 13:51
von MiXa
ist das phpbb plus

dann kannst du es im acp einstellen

(sieht für mich zumindest so auch als ob da bereits ein banner mod installiert ist)