BugSICK Posted May 8, 2018 Posted May 8, 2018 Hi im new to this configuration.. i have a working site but i don't know how to put news in the page.. please help me on this thanks
0 iamhyd Posted May 8, 2018 Posted May 8, 2018 if you are using eA-Dev themes check the file eADevConfig.php.
0 BugSICK Posted May 8, 2018 Author Posted May 8, 2018 @iamhyd i found this , what should i do next sir? <?php return array( // Rate my server link 'rms' => 'http://ratemyserver.net', // Rate my server link 'wiki' => 'http://wiki.net', // Facebook page link 'facebook' => 'https://www.facebook.com', // Forums link here 'forum' => '/forum', // RSS settings 'enablerss' => false, // true/ false true will show RSS links on index page 'no_of_rss' => 7, // Maximum No of RSS to display on 'news' => 'http://xul.fr/rss.xml', // RSS News link 'events' => 'http://xul.fr/rss.xml', // RSS News link 'itemMall' => array( '1.bmp', '2.bmp', '3.bmp', '4.bmp', '5.bmp', '6.bmp', '7.bmp', '8.bmp', '9.bmp', '10.bmp', '11.bmp', '12.bmp', ), 'banner' => array( '1.jpg', '2.jpg', ), // These are timings that will be displayed on WoE Schedule // Follow the proper format 'woeTime' => array( 'Monday' =>'09:00-10:00', 'Wednesday' =>'09:00-10:00', 'Friday' =>'09:00-10:00', 'Sunday' =>'09:00-10:00', ), // Castle ids to put here for Castle Owners 'castle_1' => 17, 'castle_2' => 17, 'castle_3' => 17, 'castle_4' => 17, ) ?>
0 iamhyd Posted May 8, 2018 Posted May 8, 2018 3 hours ago, BugSICK said: @iamhyd i found this , what should i do next sir? <?php return array( // Rate my server link 'rms' => 'http://ratemyserver.net', // Rate my server link 'wiki' => 'http://wiki.net', // Facebook page link 'facebook' => 'https://www.facebook.com', // Forums link here 'forum' => '/forum', // RSS settings 'enablerss' => false, // true/ false true will show RSS links on index page 'no_of_rss' => 7, // Maximum No of RSS to display on 'news' => 'http://xul.fr/rss.xml', // RSS News link 'events' => 'http://xul.fr/rss.xml', // RSS News link 'itemMall' => array( '1.bmp', '2.bmp', '3.bmp', '4.bmp', '5.bmp', '6.bmp', '7.bmp', '8.bmp', '9.bmp', '10.bmp', '11.bmp', '12.bmp', ), 'banner' => array( '1.jpg', '2.jpg', ), // These are timings that will be displayed on WoE Schedule // Follow the proper format 'woeTime' => array( 'Monday' =>'09:00-10:00', 'Wednesday' =>'09:00-10:00', 'Friday' =>'09:00-10:00', 'Sunday' =>'09:00-10:00', ), // Castle ids to put here for Castle Owners 'castle_1' => 17, 'castle_2' => 17, 'castle_3' => 17, 'castle_4' => 17, ) ?> FROM 'enablerss' => false, TO 'enablerss' => true, 1
0 BugSICK Posted May 9, 2018 Author Posted May 9, 2018 this is what its looks like now, and i want to make news or events but i cant find how to edit this
0 iamhyd Posted May 9, 2018 Posted May 9, 2018 What type of forum are you using? You need to create an RSS feed on you forum.
0 BugSICK Posted May 9, 2018 Author Posted May 9, 2018 hmmm. how to identify what kind of forum sir? is it build in in my theme?
0 Akbare Posted May 9, 2018 Posted May 9, 2018 33 minutes ago, BugSICK said: hmmm. how to identify what kind of forum sir? is it build in in my theme? check your link rss and paste to browser and use the front word, login with admin ID and check your Rss 1
0 Akbare Posted May 9, 2018 Posted May 9, 2018 open eADevConfig.php Quote // RSS settings 'enablerss' => false, // true/ false true will show RSS links on index page 'no_of_rss' => 7, // Maximum No of RSS to display on 'news' => 'http://xul.fr/rss.xml', // RSS News link 'events' => 'http://xul.fr/rss.xml', // RSS News link change your forum rsslink Quote 'news' => 'http://xul.fr/rss.xml', 'events' => 'http://xul.fr/rss.xml',
-1 iamhyd Posted May 9, 2018 Posted May 9, 2018 3 hours ago, BugSICK said: where can i find the rsslink? send me a pm on discord. I'll help you with that.
Question
BugSICK
Hi im new to this configuration.. i have a working site but i don't know how to put news in the page.. please help me on this thanks
12 answers to this question
Recommended Posts