Posted: Wed 12. Jul 2006, 15:58
I had the same problem in the past and I decided to enhance build 1.2.6. I added alias features on article level and I added multidomain functionality.
The concept was very simple:
1. I added a new column to the article table and I made all neccessary modifications inside existing sources to ensure that the user is able to maintain alias on article level.
2. I modified the index.php. At the begining I implemented a feature which builds the following url /index.php?id=0,2,0,0,1,0 based on an alias.
3. I modified the function which generates the links. Instead to build the cryptical url this routine uses the article alias.
Because I don't use all features of phpwcms it could happen that some of the unused features does not work properly. However I decided to use them on existing sites:
http://www.zarzis.de
http://www.inselzypern.de
At this moment we are working on templates pending of the domain.
Br
Wolfgang
The concept was very simple:
1. I added a new column to the article table and I made all neccessary modifications inside existing sources to ensure that the user is able to maintain alias on article level.
2. I modified the index.php. At the begining I implemented a feature which builds the following url /index.php?id=0,2,0,0,1,0 based on an alias.
3. I modified the function which generates the links. Instead to build the cryptical url this routine uses the article alias.
Because I don't use all features of phpwcms it could happen that some of the unused features does not work properly. However I decided to use them on existing sites:
http://www.zarzis.de
http://www.inselzypern.de
At this moment we are working on templates pending of the domain.
Br
Wolfgang