Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 9
Seite [1]
blinkonly


Beginner





Beiträge: 14
# Thema - 07.11.2011 um 11:41 Uhr
Hi,

i tried to adjust a board.htm in my template folder, just to have a different template form on the forum than on the index page

i tried to use :
http://www.csphere.eu/forum/board/thread/where/15781

it works in normal mode but not with rewrite activated is there any solution available to make it work with mod rewrite ?


------------------


Try Gravissimo.fr
Inaktiv
Tress13


Highlander




Herkunft: Lüdenscheid
Beiträge: 3048
# Antwort: 1 - 07.11.2011 um 11:58 Uhr
Try this index.php:

 
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
1. / 2. / ... 

<?php
// ClanSphere 2010 - www.clansphere.net
// $Id$
if(!empty($_GET['params'])){
    
$params explode('/'$_GET['params']);
    
$file =  empty($params[1]) ? '' $params[1];
}else
    
$file $_GET['mod'];
    
    
if(
$file == 'board')
    
$htm_file 'board.htm';
//elseif($file == 'gallery')
//   $htm_file = 'gallery.htm';
else 
    
$htm_file 'index.htm';

$cs_main = array('init_sql' => true'init_tpl' => true'tpl_file' => $htm_file);

require_once 
'system/core/functions.php';

cs_init($cs_main);


------------------


www.iv-gaming.de | www.iv-artwork.de

Inaktiv
|
blinkonly
Thread-Ersteller


Beginner





Beiträge: 14
# Antwort: 2 - 07.11.2011 um 19:30 Uhr
not working :s


------------------


Try Gravissimo.fr

Inaktiv
|
Tress13


Highlander




Herkunft: Lüdenscheid
Beiträge: 3048
# Antwort: 3 - 07.11.2011 um 19:31 Uhr
have you create a board.htm, too ?


------------------


www.iv-gaming.de | www.iv-artwork.de

Zuletzt editiert von Tress13 am 07.11.2011 um 19:32 Uhr (1x Editiert)
Inaktiv
|
blinkonly
Thread-Ersteller


Beginner





Beiträge: 14
# Antwort: 4 - 07.11.2011 um 19:46 Uhr
yes board.htm does exist


------------------


Try Gravissimo.fr

Inaktiv
|
Tress13


Highlander




Herkunft: Lüdenscheid
Beiträge: 3048
# Antwort: 5 - 07.11.2011 um 19:50 Uhr
have you put the index.php in your root directory ?
not in the template-folder.


------------------


www.iv-gaming.de | www.iv-artwork.de

Inaktiv
|
blinkonly
Thread-Ersteller


Beginner





Beiträge: 14
# Antwort: 6 - 07.11.2011 um 20:30 Uhr
yes offcourse i just have edited the existed one


------------------


Try Gravissimo.fr

Inaktiv
|
blinkonly
Thread-Ersteller


Beginner





Beiträge: 14
# Antwort: 7 - 21.12.2011 um 11:17 Uhr
ok it finally worked fine


------------------


Try Gravissimo.fr

Inaktiv
|
gamermazzo


Going for pro




Beiträge: 450
# Antwort: 8 - 21.12.2011 um 23:55 Uhr
what was the mistake ?^^


------------------
Gruß

Mazzo

Inaktiv
|
blinkonly
Thread-Ersteller


Beginner





Beiträge: 14
# Antwort: 9 - 22.12.2011 um 10:09 Uhr
Iv' deactivated the pretty urls


------------------


Try Gravissimo.fr

Inaktiv
|
Antworten: 9
Seite [1]


Sie müssen sich registrieren, um zu antworten.