-
How to fix that?
http://farm4.static.flickr.com/3341/...d26e45b2_z.jpg
Code:
<?PHP
set_time_limit(20);
$_config['forum_feed'] = '?';
$_config['notice_feed'] = '?';
$_config['updates_feed'] = '?';
$_config['events_feed'] = '?';
$_config['forum_link'] = 'http://link-to-forum/';
$_config['server_feed'] = 'http://127.0.0.1/backend/';// dont forget to add / in the end
$_config['front_page'] = 'frontpage';
$_config['popup_vote'] = 1200;
$_config['top_hero'] = 10;
$_config['nocache'] = false;
$_config['close_site'] = false;
$_config['redirect'] = 'http://127.0.0.1';
how to fix that.. help me plz
-
Re: How to fix that?
For $_config['forum_feed'] = '?';, $_config['notice_feed'] = '?'; ,$_config['updates_feed'] = '?';, $_config['events_feed'] = '?'; ,take a look in fronted folder in modules then "frontpage.php" and search <!-- (s) CABAL News --> and configure there.