I recently built a forum here: http://www.gamesync.com/community

I started doing it this way, but in the end said no. If you check out
my url structures, its like /community/forum/<forum_slug>/<topic_id>/.
I first had it like so: /community/<mainforum_slug>/<childforum_slug>/
<topic>/.

Your going to run into a lot of problems with routing, as you will
need to setup a route with EVERY page, including replying, posting a
topic, searching, etc, etc. I personally suggest doing it similar to
mine.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to