Archiv verlassen und diese Seite im Standarddesign anzeigen : Style Wechseln im Forumhome geht nicht.
Hallo,
ich habe nun 2 schöne Styles drinn.
Wenn ich nun im Forumhome in diesem Dropdown Menü den Style wechsel schaltet er nicht automatisch um.
Kennt das Prob einer und kann mir helfen ?
Gruß
Snatch
Lädt er die Seite überhaupt nicht neu? Steht in der Adressleiste danach die URL mit &styleid=X?
Ansonsten mal das footer Template wiederherstellen und alle Original-Dateien hochladen.
Wird denke ich mal an einem Nicht-Kompatiblem Style mit 3.5 liegen, denn da funktioniert der Stylechooser anders...
As Mike said: footer Template wiederherstellen...
Lag am footer Tamplate. Meint ihr das ihr den Fehler findet ?
<br />
<div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>
<br />
$spacer_close
<!-- /content area table -->
<form action="$vboptions[forumhome].php" method="get">
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center">
<tr>
<if condition="$show['quickchooser']">
<td class="tfoot">
<select name="styleid" id="ressel" onchange="switch_styleid(this)">
<optgroup label="$vbphrase[quick_style_chooser]">
$quickchooserbits
</optgroup>
</select>
</td>
</if>
<td class="tfoot" align="$stylevar[right]">
<div class="smallfont">
<strong>
<a href="http://www.celebritymarkt.de/impressum.php">Impressum</a> -
<a href="$vboptions[contactuslink]">$vbphrase[contact_us]</a> -
<a href="http://www.celebritymarkt.de/LinkMe.php">Werbung</a> -
<if condition="$show['admincplink']"><a href="$admincpdir/index.php?$session[sessionurl]">$vbphrase[admin]</a> -</if>
<if condition="$show['modcplink']"><a href="$modcpdir/index.php?$session[sessionurl]">$vbphrase[mod]</a> -</if>
<if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if>
<a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>
</strong>
</div>
</td>
</tr>
</table>
<br />
<div align="center">
<div class="smallfont" align="center">
<!-- Do not remove this copyright notice -->
$vbphrase[powered_by_vbulletin]
</div>
<div class="smallfont" align="center">
runs on a Linux didicatet web server
</div>
<div class="smallfont" align="center">
<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
$cronimage
<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
$vboptions[copyrighttext]
</div>
</div>
</form>
<if condition="$show['dst_correction']">
<!-- auto DST correction code -->
<form action="profile.php" method="post" name="dstform">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="dst" />
</form>
<script type="text/javascript">
<!--
var tzOffset = $bbuserinfo[timezoneoffset] + $bbuserinfo[dstonoff];
var utcOffset = new Date().getTimezoneOffset() / 60;
if (Math.abs(tzOffset + utcOffset) == 1)
{ // Dst offset is 1 so its changed
document.forms.dstform.submit();
}
//-->
</script>
<!-- / auto DST correction code -->
</if>
<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
// Initialize 'Active' Table Cells
//activecells_init();
//-->
</script>
Gruß und 1000 Dank
Snatch
Ändere mal
<select name="styleid" id="ressel" onchange="switch_styleid(this)">
in
<select name="styleid" onchange="switch_id(this, 'style')">
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd.