Za4a Tuner
16.10.2005, 20:16
Hallo,
ich habe ein Problem mit meinem Board.
Wenn ich einen neuen Style hochlade und "öffentlich" mache,
kann dieser nicht via DropDown-Menue im Footer ausgewählt werden! :(
Der Style wird zwar angezeigt,
wähle ich ihn aus -> passiert aber gar nichts (FF sowie IE6)!
Über das AdminCp kann ich das Forum zwar mit dem Style öffnen,
kan dann aber keinen anderen Style mehr auswählen!
Der Style ist 3.5 kompatibel,
ich habe Ihn auf meinem PC mit einem jungfräulichen 3.5'er getestet =>
da läuft er einwandfrei!
Mein "online-Forum" habe ich von 3.08 auf 3.5 upgedatet.
Via "Suchfunktion" habe ich schon mal herausgefunden,
das es evtl am FOOTER-Template liegt,
deshalb poste ich den Code zur Fehlersuche mal hier:
<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" onchange="switch_id(this, 'style')">
<optgroup label="$vbphrase[quick_style_chooser]">
$quickchooserbits
</optgroup>
</select>
</td>
</if>
<td class="tfoot" align="$stylevar[right]">
<div class="smallfont">
<strong>
<a href="$vboptions[contactuslink]">$vbphrase[contact_us]</a> -
<a href="http://www.zafira-forum.de/impressum.php" target="_blank">Impressum</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>
<if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</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]
<!-- Do not remove this copyright notice -->
</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]<br />
<div class="smallfont" align="center">Hosted by: <a href="http://www.gpoint-networx.de"> GPoint-Networx</a> <a href="http://www.pagerankhits.com"><img class="inlineimg" src="http://www.pagerankhits.com/rankimg.php?domain=www.zafira-forum.de&style=style5" alt="GooglePageRank" border="0" /></a></div>
</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>
ich habe ein Problem mit meinem Board.
Wenn ich einen neuen Style hochlade und "öffentlich" mache,
kann dieser nicht via DropDown-Menue im Footer ausgewählt werden! :(
Der Style wird zwar angezeigt,
wähle ich ihn aus -> passiert aber gar nichts (FF sowie IE6)!
Über das AdminCp kann ich das Forum zwar mit dem Style öffnen,
kan dann aber keinen anderen Style mehr auswählen!
Der Style ist 3.5 kompatibel,
ich habe Ihn auf meinem PC mit einem jungfräulichen 3.5'er getestet =>
da läuft er einwandfrei!
Mein "online-Forum" habe ich von 3.08 auf 3.5 upgedatet.
Via "Suchfunktion" habe ich schon mal herausgefunden,
das es evtl am FOOTER-Template liegt,
deshalb poste ich den Code zur Fehlersuche mal hier:
<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" onchange="switch_id(this, 'style')">
<optgroup label="$vbphrase[quick_style_chooser]">
$quickchooserbits
</optgroup>
</select>
</td>
</if>
<td class="tfoot" align="$stylevar[right]">
<div class="smallfont">
<strong>
<a href="$vboptions[contactuslink]">$vbphrase[contact_us]</a> -
<a href="http://www.zafira-forum.de/impressum.php" target="_blank">Impressum</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>
<if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</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]
<!-- Do not remove this copyright notice -->
</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]<br />
<div class="smallfont" align="center">Hosted by: <a href="http://www.gpoint-networx.de"> GPoint-Networx</a> <a href="http://www.pagerankhits.com"><img class="inlineimg" src="http://www.pagerankhits.com/rankimg.php?domain=www.zafira-forum.de&style=style5" alt="GooglePageRank" border="0" /></a></div>
</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>