Author |
Message |
02/02/2005 22:51:13
|
Krusher
Newbie
Joined: 02/02/2005 20:58:38
Messages: 2
Location: NJ, USA
Offline
|
Thanks for the scripting help Trevor! Great job! But you only get an A- since:
I forgot to mention about having to edit other parts of the script to make the automatic entries into jump links as well. I did it once but can't remember off the top of my head what the changes were
(just kidding)
If you have the time to look up the "other parts of the script" it would be greatly appreciated!
|
http://www.givemenames.com/ |
|
08/07/2005 01:31:28
|
Anonymous
|
Right after pasting the first script in the instructions I get the following error:
Warning: fopen(./templates/header.php): failed to open stream: Permission denied in /home/rappetog/public_html/guestbook/lib/admin.class.php on line 193
Warning: fwrite(): supplied argument is not a valid stream resource in /home/rappetog/public_html/guestbook/lib/admin.class.php on line 194
Warning: fclose(): supplied argument is not a valid stream resource in /home/rappetog/public_html/guestbook/lib/admin.class.php on line 200
Please advise. Thanks.
|
|
08/07/2005 03:42:54
|
JTD
Graduate
Joined: 08/05/2004 21:52:50
Messages: 529
Location: Arkansas
Offline
|
The reason you get this is they changed the coding of the drop down menu in the newer version. So trevors code will not work as written.
|
LINK-> Use Lazarus Guestbook |
|
08/07/2005 20:59:34
|
Anonymous
|
after further research I believe I am using the correct version, 2.3.1, but I may not have my permissions set correctly. Where and how should I set my permissions to be able to modify the templates? I've looked at other posts in here to change my permissions but there is conflicting information as to where and what to set. Thanks.
|
|
09/07/2005 12:30:52
|
JTD
Graduate
Joined: 08/05/2004 21:52:50
Messages: 529
Location: Arkansas
Offline
|
bjr56 wrote:after further research I believe I am using the correct version, 2.3.1, but I may not have my permissions set correctly. Where and how should I set my permissions to be able to modify the templates? I've looked at other posts in here to change my permissions but there is conflicting information as to where and what to set. Thanks.
Trevers version worked on 2.2 and early 2.3.1. If it doesnt work for you then you probably edited wrong.
|
LINK-> Use Lazarus Guestbook |
|
20/10/2005 23:08:00
|
pierito
Newbie
Joined: 03/10/2005 23:21:07
Messages: 3
Offline
|
Ok,
So, i don't understand how to make "all" the menu jump without the "GO" button.
I install the script, and for going to every page of my site i don't need the "GO" button, but to go to other page of the guestbook i need the "GO" button !
So, what i want to do is, either use the "GO" button for all, or don't use it for all !
Sorry, Please, what i have to do ?
It seems i must change something in : onChange=\"urlJump('self',this)
but i don't know what ?
|
|
20/02/2006 15:18:36
|
ahjara
Newbie
Joined: 20/02/2006 14:34:56
Messages: 1
Offline
|
THIS IS MY CODE
function generate_JumpMenu() {
$menu_array[] = "<select name=\"entry\" onChange=\"urlJump('self',this)\" class=\"select\">";
$menu_array[] = "<option value=\"http://www.fruitful.topcities.com/guests.html\" class=\"select\">HOME</option>";
$menu_array[] = "<option value=\"0\" selected>".$this->db->LANG["FormSelect"]."
</option>";
WOT HAVE I DONE WRONG? THE MENU SELECTION IS THERE BUT IT DOESNT GO TO MY CHOICE PAGE BY ITSELF OR BY PRESSING THE GO BUTTON... HELP!
I AM USING VERSION 2.3.3
|
|
21/02/2006 21:46:16
|
amber222
Graduate
Joined: 07/05/2004 21:13:07
Messages: 586
Offline
|
I am not using AG anymore, so I cannot advise on the jumpmenu. I just wanted to say that using Lazarus Guestbook's gbinclude feature makes integrating with your site a breeze.
Lazarus - no jump menu required!
|
|
24/09/2006 21:18:34
|
the intruder
Newbie
Joined: 22/09/2006 21:47:15
Messages: 4
Offline
|
I like this idea very much but it cannot be done with version 2.4.1 I only wish I had the older version of the guestbook now, because it would answer my question im having trouble with getting an answer to. It would be nice if this could be done with 2.4.1.
|
|
24/09/2006 22:08:59
|
Auron
Expert
Joined: 23/06/2003 22:02:17
Messages: 1053
Offline
|
I think there is a way to convert ur GB to Lazarus from AGB.
Ask Carb' or check the stickies.
Converting may help? Not sure tbh.
|
Visit my site @ www.ragnaru.com
Adv. Poll Install Guide NOW BACK ONLINE! (And also rather out of date I would of thought) |
|
25/09/2006 10:30:03
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
As Lazarus is justa fork of the Advanced Guestbook it uses the same database structure. Updating is just a matter of copying te dataabse information from the Advanced Guestbook config.inc.php file to the one in Lazarus then visiting install.php in your web browser and selecting update.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
12/05/2008 17:27:00
|
hwilliam
Newbie
Joined: 12/05/2008 00:58:33
Messages: 3
Location: Mich
Offline
|
In the Lazarus version of the Advanced Guestbook there is no header.php file, so where and how can I add jump items?
|
|
12/05/2008 17:29:23
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
templates/classic/body.tpl
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
12/05/2008 17:53:53
|
hwilliam
Newbie
Joined: 12/05/2008 00:58:33
Messages: 3
Location: Mich
Offline
|
Thanks for all the help, however in the gb.class.php file in the Lazarus version there is no generate jump menu line. there is a line about at 139 that says
$TPL['GB_JUMPMENU'] = implode("\n",$this->generate_JumpMenu());
is under this were the new code goes?
|
|
|