Chi Kien Uong
Geranienstraße 30
71034 Böblingen
Deutschland / Germany
|
If you are not registered or logged in, you may still use these forums but with limited features.
Show recent topics
|
|
|
Author |
Message |
17/02/2004 10:43:42
|
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
|
|
17/02/2004 12:16:50
|
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
|
|
|
|
|
|
Based on the open source JForum
|