Extending the code of mm_phpmenu.php

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Rudi
Beginner
Beginner
Posts: 1
Joined: Tue Mar 15, 2005 6:17 pm

Extending the code of mm_phpmenu.php

Post by Rudi »

I am currently evaluating the mysql + php driven menue.

- I have set up the database with all tables
- I have implemented the code in a test project

In the table 'item' I have added a new field which is called 'contentGroup'.

I now want to add the content of this field to the url which is built out of the information stored in the table 'item'.

I am not quite sure which piece of code in mm_phpmenu.php file is generating the complete URL.

Normal: $HTTP_HOST + [URL]
I.e.: http://www.mydomain.com/template_content.php4

What I want: $HTTP_HOST + [URL] + [contentGroup]
I.e.: http://www.mydomain.com/template_conten ... roup=0_0_0

How do I have to change the code in the mm_phpmenu.php file in order to get this result?

THX

RUDI
Post Reply