Jump to content
  • 0

FLUX CP CMS Addon


Meister

Question


  • Group:  Members
  • Topic Count:  280
  • Topics Per Day:  0.06
  • Content Count:  841
  • Reputation:   17
  • Joined:  04/16/12
  • Last Seen:  

Good day!

How to add CMS Addon on index.php? I know what to do about no. 5 by means of redirecting.

What if I don't want to redirect it? I just want to show news /w other addons on index.php how to do it?

<?php if (!defined('FLUX_ROOT')) exit;
	$this->redirect($this->url('news','view'))
	?>

Cause base on the code below provided on the link.. http://rathena.org/b...x-cp-cms-addon/ .. It basically redirects the index.php to the news page..

Thanks.

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  113
  • Reputation:   2
  • Joined:  10/29/12
  • Last Seen:  

I have a problem with this Redirect script. Webpage doesnt even load. 500 internal server error.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  280
  • Topics Per Day:  0.06
  • Content Count:  841
  • Reputation:   17
  • Joined:  04/16/12
  • Last Seen:  

I have a problem with this Redirect script. Webpage doesnt even load. 500 internal server error.

Post your code.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  280
  • Topics Per Day:  0.06
  • Content Count:  841
  • Reputation:   17
  • Joined:  04/16/12
  • Last Seen:  

the code you posted. LOL

Create a new topic so that my request for support will not be over written. :(

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  280
  • Topics Per Day:  0.06
  • Content Count:  841
  • Reputation:   17
  • Joined:  04/16/12
  • Last Seen:  

bump

Link to comment
Share on other sites

×
×
  • Create New...