Antworten: 25
|
|||
wasgeht Poststar Beiträge: 648 |
# Thema - 21.02.2009 um 14:03 Uhr
ich hätte gerne dass er die links in der board_navlist auf die board.php verweist was muss ich da ändern? {loop:threads} <span style="font-size: 10px;">{threads:threads_date}</span><br /> <a href="{url:board_thread:where={threads:threads_id}}" title="{threads:threads_headline}">{threads:threads_ headline_short}</a> <hr style="width:100%" noshade="noshade" /> {stop:threads} evtl. dort? beispiel http://triefellner.de/hptest/index.php?mod=board&action=thread&where=142#com ich brauche es, weil es sonst in der index mein design sprengt also quasi http://triefellner.de/hptest/board.php?mod=board&action=thread&where=142#com ------------------ ..............................................Club-HP unter www.zocker-gemeinde.com................................. |
||
Inaktiv |
|
||
Miraculix Going for pro Herkunft: Füssen Beiträge: 429 |
# Antwort: 1 - 21.02.2009 um 14:25 Uhr
Ist zwar schon etwas älter aber vielleicht geht es ja noch. http://clansphere.net/modules/codepaste/view/id/14 ------------------ greeetz Miraculix Clan-Page -> www.kultis-ohne-gnade.de Band-Page -> www.muddleheaded-scum.de
|
||
Inaktiv |
|||
palle Supporter Beiträge: 3073 |
# Antwort: 2 - 21.02.2009 um 17:17 Uhr
und wenn...hier gibt es threads ohne ende zu diesen thema einfach ma die sufu benutzen :X ------------------ I like the part where it says 'nyan' |
||
Inaktiv |
|||
wasgeht Thread-Ersteller Poststar Beiträge: 648 |
# Antwort: 3 - 21.02.2009 um 19:50 Uhr
Danke an Miraculix falls es jemand mal braucht lediglich diese zeilen ersetzen in der index.php echo cs_template($cs_micro,$cs_main,$account); } mit dieser if ($cs_main['mod'] != 'board') { echo cs_template($cs_micro,$cs_main,$account); } else { echo cs_template($cs_micro,$cs_main,$account,'board.htm'); } } funktioniert mit svn 1807 ------------------ ..............................................Club-HP unter www.zocker-gemeinde.com................................. Zuletzt editiert von Z_G wasgeht am 21.02.2009 um 19:51 Uhr (1x Editiert) |
||
Inaktiv |
|||
wasgeht Thread-Ersteller Poststar Beiträge: 648 |
# Antwort: 4 - 13.03.2009 um 16:28 Uhr
in der neuen svn 2037 ist ja fast alles anders index.php mehr... <?php // ClanSphere 2008 - www.clansphere.net // $Id: index.php 1967 2009-03-10 00:12:38Z hajo $ # Overwrite global settings by using the following array $cs_main = array('init_sql' => true, 'init_tpl' => true, 'tpl_file' => 'index.htm'); require_once 'system/core/functions.php'; cs_init($cs_main); ?> wie kann ich nun meine board bzw. static.htm aufrufen? so wollte ich es ändern, klappt aber nicht mehr... <?php // ClanSphere 2008 - www.clansphere.net // $Id: index.php 1967 2009-03-10 00:12:38Z hajo $ # Overwrite global settings by using the following array $cs_main = array('init_sql' => true, 'init_tpl' => true, 'tpl_file' => 'index.htm'); $cs_main = array('init_sql' => true, 'init_tpl' => true, 'tpl_file' => 'board.htm'); $cs_main = array('init_sql' => true, 'init_tpl' => true, 'tpl_file' => 'static.htm'); require_once 'system/core/functions.php'; cs_init($cs_main); ?> Duriel hilfe!!! bitte ------------------ ..............................................Club-HP unter www.zocker-gemeinde.com................................. |
||
Inaktiv |
|||
duRiel Weltmeister Herkunft: Cambridge Beiträge: 7300 |
# Antwort: 5 - 13.03.2009 um 17:18 Uhr
hihi
|
||
Inaktiv |
|||
wasgeht Thread-Ersteller Poststar Beiträge: 648 |
# Antwort: 6 - 14.03.2009 um 23:12 Uhr
schön und gut geht nur nicht ------------------ ..............................................Club-HP unter www.zocker-gemeinde.com................................. |
||
Inaktiv |
|||
duRiel Weltmeister Herkunft: Cambridge Beiträge: 7300 |
# Antwort: 7 - 14.03.2009 um 23:54 Uhr
ah ok, dann so
funktioniert nur ohne mod rewrite. |
||
Inaktiv |
|||
wasgeht Thread-Ersteller Poststar Beiträge: 648 |
# Antwort: 8 - 16.03.2009 um 10:26 Uhr
in der svn 2150 ist bei mir der content nicht mehr sichtbar bei eingeschaltetem ajax hier die css mehr... body { background-image: url(images/back.png); background-repeat: repeat-x; background-color:#1F1F1F; font-family:Verdana,Helvetica,sans-serif; font-size:10pt; margin:0px; background-position:top; } a.menu { display: block; margin-bottom: 0px; text-align: center; border-style: ridge; border-width: 0px; padding: 0px; text-decoration: bold; } /* Hides from IE-mac \*/ * html .clearfix {height: 1%;} /* End hide from IE-mac */ input, textarea, select { background-color:#1F1F1F; border:1px solid #333333; color:#cccccc; font-family:Verdana,Helvetica,sans-serif; font-size:9pt; margin:2px; padding-left:3px; } a.menu:link { color:#000000; bgcolor:inherit; background-image: url(images/button.png); text-align:center; font-family: Verdana,Helvetica, sans-serif; font-size:10px; padding:3px;font-weight:none;} a.menu:visited { color:#000000; bgcolor:inherit; background-image: url(images/button.png); text-align:center; font-family: Verdana,Helvetica, sans-serif; font-size:10px;padding:3px;font-weight:none;} a.menu:hover { color:#ffffff; bgcolor:inherit; background-image: url(images/button-over.png); text-align:center; font-family: Verdana,Helvetica, sans-serif; font-size:10px;padding:3px;font-weight:none;} a.menu:active { color:#000000; bgcolor:inherit; background-image: url(images/button.png); text-align:center; font-family: Verdana,Helvetica, sans-serif; font-size:10px;padding:3px;font-weight:none;} a:link, a:visited { background-color:inherit; color:#dddddd; text-decoration:none; font-size:11px; } a:active, a:hover { background-color:inherit; color:#ffffff; text-decoration:underline; font-size:11px; } span { background-color:inherit; color:#1F1F1F; font-family:Verdana,Helvetica,sans-serif; text-decoration:none; font-size:11px; } div { background-color:#1F1F1F; color:#D6851A; font-family:Verdana,Helvetica,sans-serif; text-decoration:none; font-size:11px; } .bg { background-image: url('images/menu.png'); background-repeat: no-repeat; color:#dddddd; text-align:center; font-family: Verdana,Helvetica, sans-serif; font-size:11px; padding:6px; font-weight:none; } .bgr { background-image: url('images/menu.png'); background-repeat: no-repeat; color:#dddddd; text-align:center; font-family: Verdana,Helvetica, sans-serif; font-size:11px; padding:6px; font-weight:bold; } img { border:0px; } form { display:inline; } td { background-color:inherit; color:#dddddd; font-size:8pt; vertical-align:top; } textarea { width:96%; } #head, #nav-left, #bottom { float:middle; margin:auto; font-family:Verdana,Helvetica,sans-serif; font-size:10pt; } #head { background-color:#1F1F1F; border:1px solid #333333; color:inherit; height:120px; margin-bottom:20px; font-size:10px; width:100%; } #nav-left { width:14%; } #nav-right { float:center; width:14%; } #navigation, #content { background-color: #121212; border: 1px solid #000000; } #navigation { float: center; width: 150px; height: 500px; } #nav_padding { height: 30px; border-bottom: 1px solid #00000; font-size: 24px; padding: 10px; } .nav_content { padding: 1px 1px 1px 2px; border-bottom: 1px solid #000000; } #nav_active { color: #777777; } #content { float: center; width: 100%; margin-top: 0px; padding: 1px 1px 4px 1px; } #headline { font-size: 24px; padding-bottom:3px; } #bottom { background-color:#121212; border:1px solid #000000; color:inherit; margin-top:20px; padding:4px 0px 4px 0px; width:100%; } .form { border:1px solid #111111; color:#D6851A; font-family:Verdana,Helvetica,sans-serif; font-size:9pt; margin:2px; padding-left:3px; } .forum { background-color:#111111; border:1px solid #333333; color:#D6851A; margin:auto; } .headb { background-image:url('images/head1.png'); color:inherit; font-weight:bold; padding:4px; text-align:left; text-indent:0mm; } .bottom { background-color:#1F1F1F; color:inherit; padding:4px 6px 4px 8px; text-align:left; } .newshead { background-image:url('images/head.png'); color:inherit; font-size:11pt; font-weight:bold; padding:4px 6px 4px 8px; text-align:left; } .left, .center, .right { padding:1px; } .leftb, .centerb, .rightb { background-color:#1F1F1F; color:#D6851A; padding:4px 6px 4px 8px; } .leftc, .centerc, .rightc { font-family:Verdana,Helvetica,sans-serif; font-size:9pt; background-color:#1F1F1F; color:inherit; padding:4px 6px 4px 8px; } .left, .leftb, .leftc { text-align:left; } .center, .centerb, .centerc { text-align:center; } .right, .rightb, .rightc { text-align:right; } .quote { background-color:#444444; border:1px solid #333333; color:inherit; padding:6px; text-align:left; font-size:10px; } .navhead, .navhead2 { border:solid #333333; border-width:1px 1px 0px 1px; color:inherit; font-weight:bold; font-family:Verdana,Helvetica,sans-serif; font-size:10pt; padding:4px; text-align:center; } .navbodyb, .navbody2b { color:inherit; background-color:#1F1F1F; border:1px solid #333333; padding:4px 6px 4px 8px; text-align:left; font-size:10px; } .calhead { background-color:#111111; color:inherit; padding:4px 2px 4px 2px; text-align:center; } .calday, .calevent, .caltoday, .calweek { padding:4px 2px 4px 2px; text-align:right; } .calbirth { background-color:#444444; color:inherit; } .calday { background-color:#666666; color:inherit; } .calevent { background-color:#555555; color:inherit; } .caltoday { background-color:#111111; color:inherit; } .calweek { background-color:#777777; color:inherit; } #debug { height:150px; margin-bottom:20px; overflow:auto; padding-left:4px; width:100%; text-align:left; } #errors { color:#CC0066; } #sql { color:#123456; } /*Kalender Tooltip Anfang*/ .tooltip a { color: #cccccc; text-decoration: none; } .tooltip a:hover { color: #000000; text-decoration: none; } .tooltip a span { display: none; } .tooltip a:hover span { position:absolute; /*margin-left:-170px;*/ margin-top:10px; display: block; color: #000000; background: #D6851A; padding: 2px; text-align:left; font-weight:normal; max-width: 170px; width: auto; border: 2px solid #111111; z-index: 99; } /*Formatierung der Überschriftenzeile*/ .tooltip span b { display: block; color: #ffffff; background: #111111; padding: 1px 4px 1px 4px; text-align:left; font-weight:bold; } /*Formatierung des Inhaltes*/ .tooltip span i { display: block; color: #000000; background: #c8c8c8; padding: 1px 4px 1px 4px; text-align:left; font-weight:normal; } /*Kalender Tooltip Ende*/ was ist da falsch? die abänderung geht wieder nicht, modrewrite ist aus (wegen board.htm u. static.htm) ------------------ ..............................................Club-HP unter www.zocker-gemeinde.com................................. |
||
Inaktiv |
|||
duRiel Weltmeister Herkunft: Cambridge Beiträge: 7300 |
# Antwort: 9 - 16.03.2009 um 16:49 Uhr
die zeile da vom letzten post von mir ist getestet und müsste gehen. ajax ist was anderes (funktioniert bei uns aber auch) |
||
Inaktiv |
|||
wasgeht Thread-Ersteller Poststar Beiträge: 648 |
# Antwort: 10 - 17.03.2009 um 00:04 Uhr
$cs_main = $_GET['mod'] != 'board' ? array('init_sql' => true, 'init_tpl' => true, 'tpl_file' => 'index.htm') : array('init_sql' => true, 'init_tpl' => true, 'tpl_file' => 'board.htm'); $cs_main = $_GET['mod'] != 'static' ? array('init_sql' => true, 'init_tpl' => true, 'tpl_file' => 'index.htm') : array('init_sql' => true, 'init_tpl' => true, 'tpl_file' => 'static.htm'); funktioniert intressant!!! ------------------ ..............................................Club-HP unter www.zocker-gemeinde.com................................. |
||
Inaktiv |
|||
duRiel Weltmeister Herkunft: Cambridge Beiträge: 7300 |
# Antwort: 11 - 17.03.2009 um 00:25 Uhr
board.htm wird so nicht funktionieren. |
||
Inaktiv |
|||
wasgeht Thread-Ersteller Poststar Beiträge: 648 |
# Antwort: 12 - 17.03.2009 um 07:06 Uhr
wie also ists richtig? und was ist bei der css falsch, dass der content leer ist bei ajax-on danke dir ------------------ ..............................................Club-HP unter www.zocker-gemeinde.com................................. |
||
Inaktiv |
|||
duRiel Weltmeister Herkunft: Cambridge Beiträge: 7300 |
# Antwort: 13 - 17.03.2009 um 17:57 Uhr
ajax passt hier nicht. |
||
Inaktiv |
|||
wasgeht Thread-Ersteller Poststar Beiträge: 648 |
# Antwort: 14 - 17.03.2009 um 21:21 Uhr
17.03.2009 um 17:57 Uhr - duRiel:
passt, haut hin ajax passt hier nicht. kann ich also nicht im profil anmachen? kanns leider nicht austesten, weil der content nicht angezeigt wird hier dein account bei mir duRiel ------------------ ..............................................Club-HP unter www.zocker-gemeinde.com................................. |
||
Inaktiv |
|||
duRiel Weltmeister Herkunft: Cambridge Beiträge: 7300 |
# Antwort: 15 - 17.03.2009 um 21:43 Uhr
mit passt hier nicht meine ich, dass das thema ein anderes ist und nicht in diesen thread gehört. liegt übrigens höchstwahrscheinlich an den komischen fehlerhaften javascript sachen, die du da eingebunden hast. weiteres in einem eigenen thread. |
||
Inaktiv |
|||
pHaeno* Geekboy Beiträge: 1405 |
# Antwort: 16 - 17.03.2009 um 21:49 Uhr
/reopen. About-Link nicht vorhanden. Bitte eintragen oder du bekommst eine nette E-Mail von mir ------------------ 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 |
|||
Ramires Supporter Herkunft: Waldeck Beiträge: 1900 |
# Antwort: 17 - 17.03.2009 um 21:52 Uhr
. ------------------ Verschwende keine Energie an Dinge die Du nicht ändern kannst... Zuletzt editiert von Ramires am 17.03.2009 um 21:53 Uhr (1x Editiert) |
||
Inaktiv |
|||
wasgeht Thread-Ersteller Poststar Beiträge: 648 |
# Antwort: 18 - 17.03.2009 um 22:55 Uhr
ach du kac*** sry habs glatt übersehen *peinlich Thread: öhm ok ------------------ ..............................................Club-HP unter www.zocker-gemeinde.com................................. |
||
Inaktiv |
|||
wasgeht Thread-Ersteller Poststar Beiträge: 648 |
# Antwort: 19 - 18.04.2009 um 17:32 Uhr
wollte mal anfragen ob man es auch mit mod-rewrite anpassen kann ohne klappt es bestens mit übernimmt er es ganz normal in der mitte also index.htm hier meine index.php mehr... <?php // ClanSphere 2008 - www.clansphere.net // $Id: index.php 1967 2009-03-10 00:12:38Z hajo $ # Overwrite global settings by using the following array $cs_main = array('init_sql' => true, 'init_tpl' => true, 'tpl_file' => 'index.htm'); if ($_GET['mod'] == 'board') $cs_main = array('init_sql' => true, 'init_tpl' => true, 'tpl_file' => 'board.htm'); if ($_GET['mod'] == 'static') $cs_main = array('init_sql' => true, 'init_tpl' => true, 'tpl_file' => 'static.htm'); require_once 'system/core/functions.php'; cs_init($cs_main); ?> ------------------ ..............................................Club-HP unter www.zocker-gemeinde.com................................. |
||
Inaktiv |
|||
duRiel Weltmeister Herkunft: Cambridge Beiträge: 7300 |
# Antwort: 20 - 18.04.2009 um 18:06 Uhr
|
||
Inaktiv |
|||
Dieses Thema wurde von duRiel geschlossen. |
|||
Antworten: 25
|
Latest 5 Showrooms
Demo
Probiere ClanSphere aus und teste daran herum. Demo
Spenden
ClanSphere ist freie OpenSource Software.
Bitte unterstützt uns.
Spenden