Forums: How to get the URL of advanced search results page - Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

How to get the URL of advanced search results page

#1 User is offline   admin 

  • Administrator
  • PipPipPip
  • Group: Admin
  • Posts: 8453
  • Joined: 03-February 03

Posted 05 July 2007 - 11:56 PM

PHPRunner 4.2:

Proceed to the Visual Editor and open the advanced search page.
Switch to HTML mode and find the following code snippet:

Quote

<form method="POST" action="TableName_list.php" name="editform">


and replace it with:

Quote

<form method="GET" action="TableName_list.php" name="editform">


Build the project and run advanced search. Copy and paste the URL into your code.

PHPRunner 5.0/5.1:

Build the project and open generated <table_name>_search.php file.

Find the following code snippet:

Quote

$contents_block["begin"]="<form method=\"POST\" ";


and replace it with:

Quote

$contents_block["begin"]="<form method=\"GET\" ";


Run the search and copy the URL.
Best regards,
Sergey Kornilov
0

#2 User is offline   don'tknowwhatI'mdoing 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 54
  • Joined: 21-September 07

Posted 31 October 2008 - 01:36 PM

View Postadmin, on Jul 6 2007, 12:56 AM, said:

Proceed to the Visual Editor and open the advanced search page.
Switch to HTML mode and find the following code snippet:

Quote

<form method="POST" action="TableName_list.php" name="editform">


and replace it with:

Quote

<form method="GET" action="TableName_list.php" name="editform">


Build the project and run advanced search. Copy and paste the URL into your code.


Does this apply to 5.0? I'm sure I managed to get it working on a previous version, but I am unable to now!
0

#3 User is offline   admin 

  • Administrator
  • PipPipPip
  • Group: Admin
  • Posts: 8453
  • Joined: 03-February 03

Posted 05 November 2008 - 08:42 PM

Should work the same way in all versions. What's happening when you make this change in version 5.0?
Best regards,
Sergey Kornilov
0

#4 User is offline   don'tknowwhatI'mdoing 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 54
  • Joined: 21-September 07

Posted 12 November 2008 - 05:46 PM

View Postadmin, on Nov 5 2008, 08:42 PM, said:

Should work the same way in all versions. What's happening when you make this change in version 5.0?


I've not been able to make the changes - the problem is I can't find the relevant code in 5.0!
0

#5 User is offline   admin 

  • Administrator
  • PipPipPip
  • Group: Admin
  • Posts: 8453
  • Joined: 03-February 03

Posted 13 November 2008 - 04:22 AM

I've posted an update related to version 5.0.
Best regards,
Sergey Kornilov
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users