View Single Post
Old
  (#2 (permalink))
grpace
Junior Member
 
Status: Offline
Posts: 3
Join Date: Dec 2004
12-30-2004, 02:20 AM

I fear that is a natural thing with the CGI/GET method phpNuke is using for this. The CGI/POST method (typically used in forms) does not display this string of info.

You could try to hack the code and place each link within a <form> tag, giving each form a unique name= value. Although you'll need to ensure the form fields are "hidden" and their names match what nuke expects *exactly*.

This will, of course, result in one heck of a lot of <form>s on a page !!
   
Reply With Quote