Meister Posted May 21, 2012 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 841 Reputation: 17 Joined: 04/16/12 Last Seen: March 4, 2024 Share Posted May 21, 2012 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 More sharing options...
Keitaro Urashima Posted May 21, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 34 Reputation: 1 Joined: 05/13/12 Last Seen: February 1, 2021 Share Posted May 21, 2012 (edited) 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 May 21, 2012 by Keitaro Urashima Link to comment Share on other sites More sharing options...
Meister Posted May 21, 2012 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 841 Reputation: 17 Joined: 04/16/12 Last Seen: March 4, 2024 Author Share Posted May 21, 2012 Woot! Thanks! Really really thank you! Link to comment Share on other sites More sharing options...
Question
Meister
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