How to I make layout changes to the class selection menu that appears on the main index.php page? I have looked everywhere and cant seem to find the information.
Also is there away to create a menu with menumanager that would be able to go the the class listing? say a text link instead of form selection?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well here was my solution. I turned off the listings menu then I went to the phpwebsite menu editor and here is the code that I used to get to the classes.
"index.php?module=phpwslistings&LISTINGS_user_op=View Listings&CLASS_id=x"
Where x was the number of the class I wanted.
It's not elegant but it works.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How to I make layout changes to the class selection menu that appears on the main index.php page? I have looked everywhere and cant seem to find the information.
Also is there away to create a menu with menumanager that would be able to go the the class listing? say a text link instead of form selection?
Sorry, there is currently no way to change this menu outside of code. With the next release you will be able to.
Wendall
Well here was my solution. I turned off the listings menu then I went to the phpwebsite menu editor and here is the code that I used to get to the classes.
"index.php?module=phpwslistings&LISTINGS_user_op=View Listings&CLASS_id=x"
Where x was the number of the class I wanted.
It's not elegant but it works.