Hi guys
there's anyway in Couch to change the php pre-defiend variables like
the second thing is i want to change the page IDs from Numeric to alphabet like this
something like youtube videos or to make it from the Clonable Posts as ex. if post name is "Akame ga kill Episode 3" the url will be like this
the second request more important !
thanks guys

Thanks KK For CouchCMS - Now I use it in every project
there's anyway in Couch to change the php pre-defiend variables like
- Code: Select all
"name.php?p=1"
- Code: Select all
"name.php?v=1"
the second thing is i want to change the page IDs from Numeric to alphabet like this
- Code: Select all
"name.php?v=1"
- Code: Select all
"name.php?v=test"
something like youtube videos or to make it from the Clonable Posts as ex. if post name is "Akame ga kill Episode 3" the url will be like this
- Code: Select all
"name.php?v=akame-ga-kill-episode-3"
the second request more important !
thanks guys
