|
Gemeinschaft uCoz uCoz Module Sonstiges Hilfe Hilfe!! (Auftrag für Cheburator) |
Hilfe Hilfe!! |
Da ich weis das du dich mit html und so auskennst, und mir bei meinem ersten vorhaben so gut geholfen hast habe ich eine weitere frage an dich:
Frage: Ich möchte das eine bestimmte benutzergruppe (VIP --- ID 8) meiner website einen anderen Header sehen. Also für normale Nutzer soll meine Website so zu sehen sein wie jetz---> klick hier! Hier mein Code:
Code <table border="0" cellpadding="2" cellspacing="0" width="96%" align="center"> <tr> <td height="20"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td height="113" bgcolor="#318EB7" background="http://vsu.clan.su/express_edition.png"> <div style="color:#FFFFFF;padding-left:70px;font-size:20pt;"><b><!-- <logo> --><!-- </logo> --></b></div> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="96%" align="center"> <tr> <td height="14"></td> </tr> <tr> <td> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td bgcolor="#318EB7"><img border="0" src="/.s/t/211/30.gif" width="5" height="34"></td> <td width="70%" bgcolor="#318EB7" background="/.s/t/211/31.gif"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td class="menuTd"><a href="$HOME_PAGE_LINK$" class="menu1"><!--<s5176>-->Hauptseite<!--</s>--></a></td> <?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><td class="menuTd"><a class="menu1" href="$PERSONAL_PAGE_LINK$"><!--<s5214>-->Mein Profil<!--</s>--></a></td><?else?><td class="menuTd"><a class="menu1" href="$REGISTER_LINK$"><!--<s3089>-->Registrieren<!--</s>--></a></td><?endif?><?endif?> <?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><td class="menuTd"><a class="menu1" href="$LOGOUT_LINK$"><!--<s5164>-->Logout<!--</s>--></a></td><?else?><td class="menuTd"><a class="menu1" href="$LOGIN_LINK$"><!--<s3087>-->Login<!--</s>--></a></td><?endif?><?endif?> </tr> </table> </td> <td width="30%" nowrap="nowrap" bgcolor="#318EB7" background="/.s/t/211/31.gif" align="right"><span class="pageTitle">$MODULE_NAME$</span></td> <td bgcolor="#318EB7"><img border="0" src="/.s/t/211/32.gif" width="5" height="34"></td> </tr> </table> </td> </tr> <tr> <td height="14"></td> </tr> </table> könntest du mir den code so umstellen das mein vorhaben machbar wäre?? Minecraft Server 24/7
www.hiddentown.de |
So bitte schön, einfach im code den link zum VIP-Header setzen
Code <table border="0" cellpadding="2" cellspacing="0" width="96%" align="center"> <tr> <td height="20"></td> </tr> </table> <?if($GROUP_ID$ ='8')?> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td height="113" bgcolor="#318EB7" background="Link zum VIP-Header"> <div style="color:#FFFFFF;padding-left:70px;font-size:20pt;"><b><!-- <logo> --><!-- </logo> --></b></div> </td> </tr> </table> <?else?> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td height="113" bgcolor="#318EB7" background="http://vsu.clan.su/express_edition.png"> <div style="color:#FFFFFF;padding-left:70px;font-size:20pt;"><b><!-- <logo> --><!-- </logo> --></b></div> </td> </tr> </table><?endif?> <table border="0" cellpadding="0" cellspacing="0" width="96%" align="center"> <tr> <td height="14"></td> </tr> <tr> <td> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td bgcolor="#318EB7"><img border="0" src="/.s/t/211/30.gif" width="5" height="34"></td> <td width="70%" bgcolor="#318EB7" background="/.s/t/211/31.gif"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td class="menuTd"><a href="$HOME_PAGE_LINK$" class="menu1"><!--<s5176>-->Hauptseite<!--</s>--></a></td> <?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><td class="menuTd"><a class="menu1" href="$PERSONAL_PAGE_LINK$"><!--<s5214>-->Mein Profil<!--</s>--></a></td><?else?><td class="menuTd"><a class="menu1" href="$REGISTER_LINK$"><!--<s3089>-->Registrieren<!--</s>--></a></td><?endif?><?endif?> <?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><td class="menuTd"><a class="menu1" href="$LOGOUT_LINK$"><!--<s5164>-->Logout<!--</s>--></a></td><?else?><td class="menuTd"><a class="menu1" href="$LOGIN_LINK$"><!--<s3087>-->Login<!--</s>--></a></td><?endif?><?endif?> </tr> </table> </td> <td width="30%" nowrap="nowrap" bgcolor="#318EB7" background="/.s/t/211/31.gif" align="right"><span class="pageTitle">$MODULE_NAME$</span></td> <td bgcolor="#318EB7"><img border="0" src="/.s/t/211/32.gif" width="5" height="34"></td> </tr> </table> </td> </tr> <tr> <td height="14"></td> </tr> </table>
Quote (NuMetal) if Tags sollten dabei helfen denke ich biggrin wie z.B <?if($USER_ID '8'$)?>HEADER BILD<?endif?> wenn es nicht geht dann muss man es etwas schwerer machen 100% Falsch! 1. Wenn du eine if abfrage machst dann bestimmt nicht so wie du es oben geschrieben hast (<?if($USER_ID '8'$)?>), so weiß das System garnicht was du von dem willst. 2. Hier ging es um die Gruppe VIP nicht des VIP users 3. Überlass so etwas lieber mir |
| |||
| |||