Antworten: 7
Seite [1] |
|||||
Schoki King for a day Beiträge: 213 |
# Thema - 16.04.2013 um 17:55 Uhr
huhu ich mal wieder. ich hoffe ich nerve nicht zu sehr :/ inzwischen komm ich ja schon super mit dem ganzen html gedöns klar allerdings habe ich noch probleme die richtigen dateien zu finden wie auch in diesem fall. das problem ist das mein Newsticker (modul 72 hier von der Cspehre seite) nicht in dem rahmen bleibt habe jetzt nochmal alle .php's durchsucht aber keine einstellung gefunden die die breite angibt. muss ich was dazuschreiben? und wenn ja wo und was? hier mal die php mehr... <?php $cs_lang = cs_translate('news','ticker'); $cs_file = 'mods/news/ticker.php'; $select = 'news_id, news_headline, news_time'; $public = 'news_public > 0'; $order = 'news_time DESC'; $cs_news = cs_sql_select($cs_file,'news',$select,$public,$order,4,0); if(empty($cs_news)) { echo $cs_lang['no_news']; } else { echo '<marquee cellpadding="0" cellspacing="0" scrollamount="2" scrolldelay="0" onMouseOver="this.stop()" onMouseOut="this.start()">'; foreach ($cs_news AS $news) { echo cs_date('unix',$news['news_time'],1); echo ' - '; $secure_headline = cs_secure($news['news_headline']); echo cs_link($secure_headline,'news','view','id=' . $news['news_id']); echo ' +++++ '; } echo '</marquee>'; } ?> ------------------ Ein Rechtschreibfehler ist eine kreative Freiheit meinerseits. Unverständliche, unzusamenhängende Sätze in denen sämtliche wichtigen Satzbausteine fehlen ebenfalls. Mein größter Dank geht an die Entwikler, Moderatoren und Mitglieder des Forums von Clansphere. Zuletzt editiert von Schoki am 16.04.2013 um 17:55 Uhr (1x Editiert)
|
||||
Inaktiv |
|
||||
Deaktiviert Supporter Beiträge: 1287 |
# Antwort: 1 - 16.04.2013 um 17:59 Uhr
Hast du evtl. mal ein Screenshot? |
||||
Inaktiv |
|||||
gent0s Try to beat me Beiträge: 138 |
# Antwort: 2 - 16.04.2013 um 18:11 Uhr
ich denke mal das machst du in diesere zeile: echo '<marquee cellpadding="0" cellspacing="0" scrollamount="2" scrolldelay="0" onMouseOver="this.stop()" ------------------ |
||||
Inaktiv |
|||||
Deaktiviert Supporter Beiträge: 1287 |
# Antwort: 3 - 16.04.2013 um 19:14 Uhr
Es wird vermutlich eher am Rahmen liegen, nicht am marquee. Allerdings ist "im Rahmen bleiben" doch sehr locker formuliert, so dass ich da mal auf ein Bildchen warte. |
||||
Inaktiv |
|||||
Schoki Thread-Ersteller King for a day Beiträge: 213 |
# Antwort: 4 - 17.04.2013 um 00:16 Uhr
entschuldigung habe den link vergessen (ich idiot) http://toxic-zone.net/index.php?mod=news&action=recent hoffe das erübrigt das bild. es sei denn du möchtest ein anderes?! hier nochmal meine css datei vom template layout.css * { padding: 0px; margin: 0px; } .last_wars { height: 85px; width: 295px; float: right; text-align: left; padding: 5px 0px 0px 20px; line-height: 185%; } .last_news { height: 85px; width: 305px; float: left; padding: 5px 0px 0px 20px; text-align: left; line-height: 185%; } #ticker { overflow: hidden; position: absolute; height: 51px; top: 313px; left: 191px; width: 616px; } body { background: #000000 url(Bilder/bg.jpg) no-repeat center; background-attachment:fixed; font-size: 11px; font-family: "Tahoma", Verdana, Arial, Helvetica; color: #666666; } a:link { color: #559FFF; text-decoration: none; } a:visited { color: #559FFF; text-decoration: none; } a:hover { color: #2A7FFF; text-decoration: none; } #main { width: 1001px; } #banner { background-image: url(Bilder/Header.gif); width: 1001px; height: 193px; float: left; } #main_inner { background-image: url(Bilder/main_bg.gif); background-repeat: repeat-y; width: 1001px; float: left; } #left2 { width: 173px; padding: 0px 0px 0px 0px; float: left; } #content { width: 647px; padding: 0px 0px 0px 0px; float: left; margin:0px; } #lastwars { width: 324px; padding: 0px 0px 0px 0px; float: left; margin:0px; background-image: url(Bilder/last%20wars.gif); height: 111px; } #lastnews { width: 647px; padding: 0px 0px 0px 0px; float: left; margin:0px; background-image: url(Bilder/last_bg.gif); height: 111px; } .content { width: 647px; padding: 20px 0px 0px 0px; float: left; margin:0px; } .ticker_bg { width: 647px; padding: 0px 0px 0px 0px; float: left; margin:0px; line-height: 64px; background-image: url(Bilder/ticker_bg.gif); height: 64px; } .ticker { width: 607px; padding: 5px 20px 20px 0px; float: left; margin:0px; height: 12px; } #last_box { width: 647px; padding: 0px 0px 0px 0px; float: left; margin:0px; height: 111px; } #right2 { width: 180px; padding: 0px 0px 0px 0px; float: right; } #footer { background-image: url(Bilder/footer.jpg); width: 1001px; height: 53px; float: left; } .head_button_left { background-image: url(Bilder/navi2.gif); width: 163px; height: 40px; padding: 25px 0px 0px 10px; color: #555F55; font-weight: bold; float: left; } .head_box_left { background-image: url(Bilder/box_links_1.gif); width: 173px; height: 20px; padding: 5px 0px 0px 0px; color: #559FFF; font-weight: bold; float: left; } .footer_box_left { background-image: url(Bilder/box_links_3.gif); width: 173px; height: 6px; padding: 0px 0px 0px 0px; color: #000066; font-weight: bold; float: left; } .head_button_left1 { width: 163px; height: 38px; padding: 5px 0px 0px 10px; color: #555F55; font-weight: bold; float: left; background-image: url(Bilder/navi_1.gif); } .button_left { width: 138px; height: 15px; padding: 5px 0px 0px 35px; text-align: left; font-size: 9px; overflow:hidden; float: left; background-image: url(Bilder/button.gif); } .button_left:hover { width: 138px; height: 15px; padding: 5px 0px 0px 35px; text-align: left; font-size: 9px; overflow:hidden; float: left; background-image: url(Bilder/button_hover.gif); } .button { display:block; width: 128px; height: 18px; font-weight: bold; } .head_button_right { background-image: url(Bilder/box_rechts_1a.gif); width: 162px; height: 18px; padding: 5px 18px 0px 0px; color: #559FFF; font-weight: bold; float: left; } .head_button_right1 { background-image: url(Bilder/box_rechts_1.gif); width: 162px; height: 20px; padding: 6px 18px 0px 0px; color: #559FFF; font-weight: bold; float: left; } .inner_frame { width: 155px; padding: 5px 20px 5px 4px; float: left; background-image: url(Bilder/box_rechts_2.gif); line-height: 120%; } .footer_button_right { width: 180px; padding: 0px 0px0px 0px; float: left; background-image: url(Bilder/box_rechts_3.gif); height: 6px; } .footer_button_left { width: 173px; padding: 0px 0px0px 0px; float: left; background-image: url(Bilder/box_links_3.gif); height: 6px; } .inner_frame_left { width: 135px; padding: 10px 13px 5px 25px; float: left; background-image: url(Bilder/box_links_2.gif); } .inner_frame_l { width: 155px; align: left; padding: 5px; float: left; } ------------------ Ein Rechtschreibfehler ist eine kreative Freiheit meinerseits. Unverständliche, unzusamenhängende Sätze in denen sämtliche wichtigen Satzbausteine fehlen ebenfalls. Mein größter Dank geht an die Entwikler, Moderatoren und Mitglieder des Forums von Clansphere. |
||||
Inaktiv |
|||||
Deaktiviert Supporter Beiträge: 1287 |
# Antwort: 5 - 17.04.2013 um 16:45 Uhr
Danke, so kann man dir auch schneller helfen. Suchen:
Ersetzen:
|
||||
Inaktiv |
|||||
Schoki Thread-Ersteller King for a day Beiträge: 213 |
# Antwort: 6 - 17.04.2013 um 17:41 Uhr
nice!!!!!! Riesen dank an euch!!! ihr seit so geil!!!! ------------------ Ein Rechtschreibfehler ist eine kreative Freiheit meinerseits. Unverständliche, unzusamenhängende Sätze in denen sämtliche wichtigen Satzbausteine fehlen ebenfalls. Mein größter Dank geht an die Entwikler, Moderatoren und Mitglieder des Forums von Clansphere. |
||||
Inaktiv |
|||||
Deaktiviert Supporter Beiträge: 1287 |
# Antwort: 7 - 17.04.2013 um 21:56 Uhr
Keine Ursache, war ja nun nichts wildes. |
||||
Inaktiv |
|||||
Dieses Thema wurde von Deaktiviert geschlossen. |
|||||
Antworten: 7
Seite [1] |
Latest 5 Modules
Demo
Probiere ClanSphere aus und teste daran herum. Demo
Spenden
ClanSphere ist freie OpenSource Software.
Bitte unterstützt uns.
Spenden