GetSimple Support Forum
How to display subpages? - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: How to display subpages? (/showthread.php?tid=209)



How to display subpages? - emendelski - 2009-11-05

Hi,
i need to say - you are doing great job! Thanks a lot.

But i'm not familiar with php as i want to, so i need to request a little bit of help:
i wanna create site with pages like this:
Code:
# Home
# Sports
     * Running
           Cross-country trails - planned
           Cross-country trails - checked
     * Cycling
           Bike paths planned
           Bike paths checked
     * Bodybuilding
     * Skiing
# Tourism
     * Mountains
     * Lakes

And i have 2 issues:
  • is there possibility to make 3-level (or more) menu?
  • how can i make a function that will show all children-elements for parent?

Example: when i browse 'Sport' - page i wanna see:
Code:
# Sports
     * Running
     * Cycling
     * Bodybuilding
     * Skiing

I browsed below topics but i wasnt able to determine which part of code suits me.
http://get-simple.info/forum/viewtopic.php?id=100
http://get-simple.info/forum/viewtopic.php?id=105
http://get-simple.info/forum/viewtopic.php?id=107

Ill be very appreciated for all help.
Greets.