Antworten: 5
Seite [1] |
|
Nitro_24 Beginner Beiträge: 2 |
# Thema - 22.10.2011 um 01:36 Uhr
Hi, ich bin relativ unerfahren im Umgang mit Clansphere und habe die CMS und ein Templaten installiert , dabei ist aber nun folgender Fehler aufgetreten, dass der Content der Comunity Box verschoben ist (siehe Bild). Auch eine Neuinstallation des CMS und des Templates haben leider nichts gebracht. <div id="matches"> <div class="no_data" style="margin-top: 47px; margin-left: 18px;">Keine Einträge gefunden.</div> </div> <div id="community"> Keine neuen Beiträge </div> </div> Bei den Matches ist in der div die Position angegeben, habe diese aber nicht für den Preview des Boards gefunden. Die Ausgabe des Firefox Quelltextes und dies ist in der News.html der Template zu finden: </div> {board:navlist} </div> Dummerweise finde ich in der Navlist des Boards keien anzeichen, wo diese die Position angibt... Navlist <?php // ClanSphere 2010 - www.clansphere.net // $Id$ $cs_lang = cs_translate('board'); $cs_get = cs_get('catid'); $cs_option = cs_sql_option(__FILE__,'board'); require_once 'mods/board/functions.php'; $cs_usertime = cs_sql_select(__FILE__,'users','users_readtime',"users_ id = '" . $account["users_id"] . "'"); $cs_readtime = cs_time() - $cs_usertime['users_readtime']; $data = array(); $tables = 'threads thr INNER JOIN {pre}_board frm ON frm.board_id = thr.board_id '; $tables .= 'LEFT JOIN {pre}_read red ON thr.threads_id = red.threads_id AND red.users_id = \''.$account['users_id'].'\''; $cells = 'thr.threads_headline AS threads_headline, thr.threads_id AS threads_id, '; $cells .= 'thr.threads_last_time AS threads_last_time, frm.board_name AS board_name, frm.board_id AS board_id'; $cond = 'thr.threads_ghost = 0 AND frm.board_access <= \''.$account['access_board'].'\' AND frm.board_pwd = \'\''; if(!empty($account['users_id'])) { $cond .= ' AND thr.threads_last_time > \'' . $cs_readtime . '\' AND (thr.threads_last_time > red.read_since OR red.threads_id IS NULL)'; } if(!empty($cs_get['catid'])) { $cond .= ' AND frm.categories_id = ' . $cs_get['catid']; } $order = 'thr.threads_last_time DESC'; $data['threads'] = cs_sql_select(__FILE__,$tables,$cells,$cond,$order,0,$cs_option['max_navlis t']); if(empty($data['threads'])) { echo $cs_lang['no_new_posts']; } else { $count_threads = count($data['threads']); for ($run = 0; $run < $count_threads; $run++) { $data['threads'][$run]['threads_date'] = cs_date('unix',$data['threads'][$run]['threads_last_tim e'],1); $data['threads'][$run]['threads_headline_short'] = strlen($data['threads'][$run]['threads_headline']) <= $cs_option['max_headline'] ? $data['threads'][$run]['threads_headline'] : cs_substr($data['threads'][$run]['threads_headline'],0,$cs_o ption['max_headline']-2) . '..'; $data['threads'][$run]['threads_headline_short'] = cs_secure($data['threads'][$run]['threads_headline_short']); $data['threads'][$run]['threads_headline'] = cs_secure($data['threads'][$run]['threads_headline']); $data['threads'][$run]['new_posts'] = last_comment($data['threads'][$run]['threads_id'], $account["users_id"], $account['users_limit']); } echo cs_subtemplate(__FILE__,$data,'board','navlist'); } Hoffe ihr könnt mir helfen und ich habe mich nicht zu doof angestellt MfG Nitro_24 Dateianhänge:
Bild.jpg (31.99 KiB - 30 mal heruntergeladen )
|
Inaktiv |
|
Nitro_24 Thread-Ersteller Beginner Beiträge: 2 |
# Antwort: 1 - 24.10.2011 um 17:41 Uhr
push Ist der Fehler so billig oder wisst ihr auch nichts? |
Inaktiv |
|
Tress13 Highlander Herkunft: Lüdenscheid Beiträge: 3048 |
# Antwort: 2 - 24.10.2011 um 17:42 Uhr
Kann ich das mal live sehen ? Mach doch mal ne border um die beiden Boxen rum, dann siehste auch, ob der Platz reicht und so. ------------------ www.iv-gaming.de | www.iv-artwork.de Zuletzt editiert von Tress13 am 24.10.2011 um 17:44 Uhr (1x Editiert) |
Inaktiv |
|
gamermazzo Going for pro Beiträge: 450 |
# Antwort: 3 - 25.10.2011 um 09:09 Uhr
<div id="community"> Keine neuen Beiträge </div> hier fehlt ja dann wohl die klasse "no_data", denn wenn "community" die id für den Background ist, fehlt ja dann die innere Klasse für den Content <div class="no_data" style="margin-top: 47px; margin-left: 18px;">{Platzhalter}</div>
------------------ Gruß Mazzo |
Inaktiv |
|
Nitro_24 Thread-Ersteller Beginner Beiträge: 2 |
# Antwort: 4 - 25.10.2011 um 18:59 Uhr
Danke gamermazzo habs dann auch richtig fix gefunden Vielen Dank und MfG Nitro |
Inaktiv |
|
gamermazzo Going for pro Beiträge: 450 |
# Antwort: 5 - 25.10.2011 um 23:53 Uhr
Kein Ding Have fun ! ------------------ Gruß Mazzo |
Inaktiv |
|
Antworten: 5
Seite [1] |
Sie müssen sich registrieren, um zu antworten. |