If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Advanced Guestbook - Drop Down Box  XML
Forum Index » Support Forum
Author Message
Anonymous



Hello People.

How do you add an link (For example: Back to Home) on the Advanced Guestbook drop-down box behind "go" button? (So it will take you to the home page of your site.)

Thank You
Anonymous



You need to open up the relevant .class file and make changes in there.
The file is lib/GB.class and look for this code within the document:-

function generate_JumpMenu() {
$menu_array[] = "<select name=\"entry\" class=\"select\">";
$menu_array[] = "<option value=\"0\" selected>".$this->db->LANG["FormSelect"]."</option>";

You mmay have to insert the option for this box in the database as its a database driven site.
Hope this helps
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum