Freddy

Anonymous
Hi there,

I've got some questions about the CMS.


1) I'd like to create sub-topics like :

New
--> Entertaiment
---> Jokes

Is this possible ?

2) About URL Rewrite

Is it possible to change the pattern of the Rewrite-Function ?

Default : /index.php?topic=GeekLog
New : /topic/geeklog


Thanks!

See ya

Status: offline

kobab

Forum User
Regular Poster
Registered: 02/22/10
Posts: 73
1) not available
2) yes, available at configuration.

Freddy

Anonymous
Quote by: kobab

1) not available
2) yes, available at configuration.




1) no way to configure it ?
2) is there an how to?


thanks

Status: offline

Roccivic

Forum User
Moderator
Registered: 05/19/10
Posts: 136
Quote by: Freddy


2) About URL Rewrite

Is it possible to change the pattern of the Rewrite-Function ?

Default : /index.php?topic=GeekLog
New : /topic/geeklog



You won't have much control over how to rewrite the URLs, but it is possible. Simply set the "Use URL-rewrite" to "True" in the configuration.

Also see: http://www.geeklog.net/forum/viewtopic.php?showtopic=92034

Rouslan

Freddy

Anonymous
Hi,

alright and there is no way @ 1) ?




Status: offline

Roccivic

Forum User
Moderator
Registered: 05/19/10
Posts: 136
Quote by: Freddy

alright and there is no way @ 1) ?



Not really, no. You can file a feature request and see how that goes.
Or, if you willing hire a programmer, I'm sure it can be coded in.

Status: offline

Laugh

Site Admin
Admin
Registered: 09/27/05
Posts: 1468
Geeklog doesn't support sub topics but depending on what you want to do you could simulate sub topics by creating the topics and then a block which you would hardcode the list of topics and how you would want them to appear. Or even better you could use one of the menu plugins like navman to list the topics.

Tom
One of the Geeklog Core Developers.

Status: offline

Roccivic

Forum User
Moderator
Registered: 05/19/10
Posts: 136
Quote by: Laugh

you could simulate sub topics by creating the topics and then a block which you would hardcode the list of topics and how you would want them to appear.



That's actually a pretty neat hack, wouldn't have thought of that. Surprised!