Jump to content
  • 0

Website news


BugSICK

Question


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.02
  • Content Count:  87
  • Reputation:   1
  • Joined:  01/18/18
  • Last Seen:  

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

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  64
  • Reputation:   9
  • Joined:  09/28/13
  • Last Seen:  

if you are using eA-Dev themes check the file eADevConfig.php. 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.02
  • Content Count:  87
  • Reputation:   1
  • Joined:  01/18/18
  • Last Seen:  

@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

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  64
  • Reputation:   9
  • Joined:  09/28/13
  • Last Seen:  

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

  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.02
  • Content Count:  87
  • Reputation:   1
  • Joined:  01/18/18
  • Last Seen:  

then whats next sir?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.02
  • Content Count:  87
  • Reputation:   1
  • Joined:  01/18/18
  • Last Seen:  

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

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  64
  • Reputation:   9
  • Joined:  09/28/13
  • Last Seen:  

What type of forum are you using? You need to create an RSS feed on you forum.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.02
  • Content Count:  87
  • Reputation:   1
  • Joined:  01/18/18
  • Last Seen:  

hmmm. how to identify what kind of forum sir? is it build in in my theme?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  491
  • Reputation:   19
  • Joined:  11/19/11
  • Last Seen:  

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

  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.02
  • Content Count:  87
  • Reputation:   1
  • Joined:  01/18/18
  • Last Seen:  

image.png.d23512f95e6a21aa8267b4301d8a71db.png is this the one? sir @Akbare

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  491
  • Reputation:   19
  • Joined:  11/19/11
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.02
  • Content Count:  87
  • Reputation:   1
  • Joined:  01/18/18
  • Last Seen:  

where can i find the rsslink?

Link to comment
Share on other sites

  • -1

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  64
  • Reputation:   9
  • Joined:  09/28/13
  • Last Seen:  

3 hours ago, BugSICK said:

where can i find the rsslink?

send me a pm on discord. I'll help you with that.

Link to comment
Share on other sites

×
×
  • Create New...