PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Style Wechseln im Forumhome geht nicht.


Snatch
29.06.2005, 09:29
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

Mystics
29.06.2005, 20:57
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.

Stussi
29.06.2005, 21:06
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...

Snatch
30.06.2005, 01:07
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

pogo
30.06.2005, 12:27
Ändere mal

<select name="styleid" id="ressel" onchange="switch_styleid(this)">

in

<select name="styleid" onchange="switch_id(this, 'style')">

Snatch
30.06.2005, 20:31
Geht, vielen Dank !