Jump to content
  • 0
BugSICK

Website news

Question

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

Link to comment
Share on other sites

12 answers to this question

Recommended Posts

  • 0

@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,
	)
?>

 

Link to comment
Share on other sites

  • 0
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
Link to comment
Share on other sites

  • 0

image.png.b92deb1e18526c245bbf63e435ba058b.png this is what its looks like now, and i want to make news or events but i cant find how to edit this

Link to comment
Share on other sites

  • 0
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
Link to comment
Share on other sites

  • 0

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

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.