Seite 1 von 1

Probleme mit der Werbungsbox

Verfasst: 11.12.2006 07:06
von teamnox
Guten Morgen,

ich habe mal eine Frage ich habe euren Script für die Werbungsbox genommen aber er zeigt mir statt 3 Boxen nur eine an.

Könnt ihr mir erklären warum :( ?

Hier ist der Code im Footer

Code: Alles auswählen

			<td valign="top" width="15%">
				<!-- BEGIN switch_user_logged_out -->
				<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
					<tr>
						<td class="catHead" align="center" height="28"><span class="cattitle">Werbung</span></td>
					</tr>
					<tr>
						<td class="row1"align="center">
						<br />
						<!-- Anfang Werbung -->
						Box 1
						<!-- Schluss Werbung -->
						<br>
						&nbsp;
						</td>
					</tr>
				</table>
				<br />
				<!-- END switch_user_logged_out -->

				<!-- BEGIN switch_user_logged_in -->
				<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
					<tr>
						<td class="catHead" align="center" height="28"><span class="cattitle">Partner 1</span></td>
					</tr>
					<tr>
						<td class="row2"align="center">
						<br>
						<!-- Anfang Werbung -->
						Ihr wollt Partner werden?<br>
                                                 Dann meldet euch per E-Mail:<br>
                                                 Dennis.D@nargilems-magazin.de
						<!-- Schluss Werbung -->
						<br />
						&nbsp;
						</td>
					</tr>
				</table>
				<!-- END switch_user_logged_out -->

				<!-- BEGIN switch_user_logged_out -->
				<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
					<tr>
						<td class="catHead" align="center" height="28"><span class="cattitle">Werbung</span></td>
					</tr>
					<tr>
						<td class="row3"align="center">
						<br />
						<!-- Anfang Werbung -->
						Box 3
						<!-- Schluss Werbung -->
						<br>
						&nbsp;
						</td>
					</tr>
				</table>
				<br />
				<!-- END switch_user_logged_out -->

			</td>
		</td>
	</tr>
</table>

<div align="center"><span class="copyright"><br />{ADMIN_LINK}<br />
<!--
	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 phpBB 2.0. If you cannot (for good
	reason) retain the full copyright we request 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 : 2002
// -->
Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> &copy; 2001, 2005 phpBB Group<br />{TRANSLATION_INFO}</span></div>

</body>
</html>

Ich freue mich über eure Hilfe.

mfg dennis

Verfasst: 11.12.2006 14:11
von andreasOymann
was zwischen

Code: Alles auswählen

<!-- BEGIN switch_user_logged_out -->
und

Code: Alles auswählen

<!-- END switch_user_logged_out -->
steht, wird nur nicht eingeloggten angezeigt... umgekehrt wir alles zwischen

Code: Alles auswählen

<!-- BEGIN switch_user_logged_in -->
und

Code: Alles auswählen

<!-- END switch_user_logged_in -->
nur eingeloggten angezeigt. So ist es also richtig, wenn du als eingeloggter User nur 1 Box siehst... als Gast hättest du 2 davon ;)

A.

Verfasst: 11.12.2006 23:07
von teamnox
Coool vielen Dank...eig auch logisch...tut mir leid...völlig überflogen :(

Jedoch hab ich noch eine Frage,

wenn ich das beides an haben will.

Das die Werbung bei Aus und eingeloggten erscheint.

wie mach ich das denn???

mfg dennis