Jump to content

Question

Posted

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

 

ab.png

babaw.png

12 answers to this question

Recommended Posts

  • 0
Posted

@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
Posted
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,	
  • Upvote 1
  • 0
Posted
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

  • Upvote 1
  • 0
Posted

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',

 

 

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...