PDA

View Full Version : change combo on private.php problem


akafi
06-26-2009, 07:48 PM
Dear all
on page private.php -pm_messagelist template i change the combo of selected_messages on it move to folder,delete , mark as read and so on into hyperlinks but the links didnot work
i want to know what the error in

akafi
07-05-2009, 09:13 AM
no one can help???

Lynne
07-05-2009, 02:09 PM
You changed the dropdowns into links? You need to look at the form they were in and the form action. You may also have to change the code since you are changing the passed variables from $_POST to $_GET and the code may specifically say it is expecting a $_POST variable and therefore won't accept it as a $_GET variable.