Jump to content
  • 0

How to config path file CMS Addon by Calcium Kid?


Meister

Question


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

I'm really noob at this. Sorry :(

I don't know what to put in path file.. and when I add page it doesn't show up in the left side panel :(.. How to do it? Any guide for newbie like me? or for nubs like me?

Thank you so much!

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   1
  • Joined:  05/13/12
  • Last Seen:  

Go to your addon.php located in: "addons\content_management\config\addon.php" and edit this:

// Sample items for pages function.

'Downloads' => array('module' => 'pages','action'=>'content&path=downloads'),

'Rules' => array('module' => 'pages','action'=>'content&path=rules'),

'Features' => array('module' => 'pages','action'=>'content&path=features'),

'NewPageYouWantOnMenu' => array('module' => 'pages','action'=>'content&path=PathYouWant'),

Then, when creating the page using CMS (logged as administrator), insert the PathYouWant in the "Page Path" field. The rest can be as you like.

Edited by Keitaro Urashima
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:  

Woot! Thanks! Really really thank you!

Link to comment
Share on other sites

×
×
  • Create New...