Author |
Message |
25/05/2004 19:56:25
|
BlizzRD
Newbie
Joined: 25/05/2004 14:50:10
Messages: 2
Offline
|
Hello,
I installed the advanced guestbook, everthing is working just fine, but when I try to login the admin I enter the standard Username: test and Password: 123 I reach the blue screen and choose for example "password" or "easy admin" after I clickt this, I get back to the logon screen.
After login on again, I keep geting in the blue screen but can't go further??
Please help me
|
|
26/05/2004 00:27:31
|
yumiko
Beginner
Joined: 03/08/2003 08:10:17
Messages: 6
Location: USA CT
Offline
|
if you keep getting kicked out, read this and maybe it will help you. It tells you how to fix the problem.
http://www.procaz.net/yabbse/index.php?board=6;action=display;threadid=687
|
|
26/05/2004 10:44:44
|
BlizzRD
Newbie
Joined: 25/05/2004 14:50:10
Messages: 2
Offline
|
I followd the advice and deleted the book_auth tabel and created a new one but the problem remains...
I installed it via C-Panel...does that matter...?
|
|
26/05/2004 13:36:52
|
yumiko
Beginner
Joined: 03/08/2003 08:10:17
Messages: 6
Location: USA CT
Offline
|
if you post at that forum I linked, maybe they can help you.
|
|
26/05/2004 20:47:21
|
Jam'n
Graduate
Joined: 07/01/2003 17:31:39
Messages: 166
Location: Netherlands
Offline
|
I’m stopping my support and development for the guestbook, because I have some other obligations and priorities.
So you will not find any help anymore at Procaz.
|
Jam'n
------------------------------------------------
Only the man who's truly educated
understands that he knows very little...
------------------------------------------------ |
|
29/05/2004 15:43:00
|
JTD
Graduate
Joined: 08/05/2004 21:52:50
Messages: 529
Location: Arkansas
Offline
|
Jam'n wrote:I’m stopping my support and development for the guestbook, because I have some other obligations and priorities.
So you will not find any help anymore at Procaz.
Well that sucks why offer it then.
|
LINK-> Use Lazarus Guestbook |
|
29/05/2004 17:19:26
|
Auron
Expert
Joined: 23/06/2003 22:02:17
Messages: 1053
Offline
|
he wasn't "yumiko" was.
Also : he can give it up if he wishes since he did not create adv gb.
complain to the original author about crap support (he's only posted about 25 times).
- Auron
|
Visit my site @ www.ragnaru.com
Adv. Poll Install Guide NOW BACK ONLINE! (And also rather out of date I would of thought) |
|
29/05/2004 21:27:46
|
Anonymous
|
As Auron points out this forum is essentially users helping users. Unfortunately, that's not necessarily made clear on the site and people coming here may think they are going to get support from the developer or a support team.
It can lead to frustration when someone's question isn't answered, but there isn't much that can be done about that if no one knows the answer.
People like Jam'n and the others before him have provided assistance and developed mods. People like Auron and now JTD continue to help where they can. But they have nothing to do with official support
FWIW, my remaining 2 cents
If you have a problem:
1) Be sure to indicate if it's the Guestbook, Poll or one of the other scripts.
2) Provide a link to the site, if you can
3) Explain in as much detail as you can what the problem is
4) Be patient
|
|
29/05/2004 22:01:32
|
Auron
Expert
Joined: 23/06/2003 22:02:17
Messages: 1053
Offline
|
Very well put whoever posted that.
Thanks
- Auron
|
Visit my site @ www.ragnaru.com
Adv. Poll Install Guide NOW BACK ONLINE! (And also rather out of date I would of thought) |
|
30/05/2004 05:29:23
|
Brianr
Beginner
Joined: 21/05/2004 15:16:13
Messages: 30
Location: Hamilton ON Canada
Offline
|
Auron, guess I should have signed in before I posted that. Tough getting old
I too can help out in some areas like CSS, changing styles, tweaking the HTML and will do so when I can. Not much help with PHP, though.
I've been using the Ultimate Advanced Guestbook on a few sites ( sample here) but I should be able to apply whatever knowledge I've gained to the Advanced Guestbook
|
|
30/05/2004 05:37:25
|
JTD
Graduate
Joined: 08/05/2004 21:52:50
Messages: 529
Location: Arkansas
Offline
|
Advanced Guestbook doesnt have css wish it did though.
|
LINK-> Use Lazarus Guestbook |
|
30/05/2004 05:44:02
|
Brianr
Beginner
Joined: 21/05/2004 15:16:13
Messages: 30
Location: Hamilton ON Canada
Offline
|
Sure it does
In header.php and success.php The defaults are set in the admin settings
Plus you can add your own in both of those.
Check out my link and view the page source.
|
|
30/05/2004 19:28:56
|
JTD
Graduate
Joined: 08/05/2004 21:52:50
Messages: 529
Location: Arkansas
Offline
|
What iam saying is it doesnt have a seperate css style sheet like most other things do. This one is sorta half assed intergrated into the code. Another words it doesnt really have this.
body {
background-color: #EEEEEE;
color: #000000;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
/* this attribute sets the basis for all the other scrollbar colors (Internet Explorer 5.5+ only) */
scrollbar-face-color: #DEE3E7;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #DEE3E7;
scrollbar-3dlight-color: #D1D7DC;
scrollbar-arrow-color: #006699;
scrollbar-track-color: #EFEFEF;
scrollbar-darkshadow-color: #98AAB1;
}
hr {
height: 4px;
color: #0000FF;
background-color: #ffffff;
}
ul, li, p, td {
color: #0000FF;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
.tablehead {
background-color: #C8D0D6;
color: #0000FF;
border : 0px;
}
.tablebottom {
background-color: #127CAF;
border : 0px;
}
.bordercolor {
background-color: #BA55D3;
}
.tablebgcolor {
background-color: #F3F3F8;
}
.navbar {
background-color: #BA55D3;
border : 0px;
}
.row1 {
background-color: #EBEEF1;
color: #0000FF;
}
.row2 {
background-color: #D9DDE1;
color: #0000FF;
}
.head1 {
background-color: #127CAF;
color: #0000FF;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
background-image : url(bgcell.gif);
}
.head1:hover {
background-color: #E0AC14;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}
.head2 {
background-color: #127CAF;
color: #0000FF;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
background-image : url(bgcell.gif);
}
.title {
font-family: Arial,Helvetica,sans-serif;
font-size: 16px;
font-weight: bold;
color : #0000FF;
}
.smalltext {
font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-size: 10px;
font-weight: normal;
color : #0000FF;
}
.smalltext:hover {
font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-size: 10px;
font-weight: normal;
color :#0000FF;
}
.marktext {
color: Blue;
background-color: #ffffff;
}
.new {
font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
color: #C62B0F;
font : bold;
}
a:hover {
color: #0000FF;
}
form {
font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
}
.logininput {
background-color: #ffffff;
font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
color: Black;
font-size: 11px;
width: 130px;
}
.searchinput {
background-color: #FFFFFF;
font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
color: Blue;
font-size: 11px;
WIDTH: 130px;
}
.textarea {
font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
color: Black;
font-size: 11px;
width: 230px;
}
.input {
font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
color: Black;
font-size: 11px;
width: 230px;
}
.select {
font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
color: Black;
font-size: 11px;
}
.setperpageselect {
font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
color: Black;
font-size: 11px;
}
.categoryselect {
font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
color: #006699;
font-size: 11px;
}
.dropdownmarker {
font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
background-color: #EEEEEE;
color: Black;
font-size: 11px;
}
.button {
font-family: Tahoma,Verdana,Arial, Helvetica, sans-serif;
background-color: Silver;
color: Black;
font-size: 11px;
font-weight: bold;
}
/*--Categories------------------------------------------------*/
.catbgcolor {
background-color: #EAEAEA;
}
.maincat {
font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
font-weight: bold;
color : Black;
}
.maincat:hover {
font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
font-weight: bold;
color : #0000FF;
}
.subcat {
font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-size: 10px;
font-weight: bold;
}
/*--Images----------------------------------------------------*/
.imagerow1 {
background-color: #E5E5E5;
color: #666666;
}
.imagerow2 {
background-color: #EFEFEF;
color: #666666;
}
/*--Comments--------------------------------------------------*/
.commentrow1 {
background-color: #e1e1e1;
color: #666666;
}
.commentrow2 {
background-color: #efefef;
color: #666666;
}
.commentspacerrow {
background-color: #d1d1d1;
color: #C0C0C0;
}
.commenttextarea {
font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
color: Black;
font-size: 11px;
width: 270px;
}
.commentinput {
font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
color: Black;
font-size: 11px;
width: 270px;
}
|
LINK-> Use Lazarus Guestbook |
|
30/05/2004 23:22:38
|
Brianr
Beginner
Joined: 21/05/2004 15:16:13
Messages: 30
Location: Hamilton ON Canada
Offline
|
Agreed. Fully integrated CSS would improve the look and make customising relatively easy.
However, if you do know CSS you can combine it with some HTML changes to get around some of the shortcomings.
Unfortunately, it's not something that's available to everyone because it's done outside the basic style settings that are available in the admin panel.
|
|
31/05/2004 02:14:03
|
Jam'n
Graduate
Joined: 07/01/2003 17:31:39
Messages: 166
Location: Netherlands
Offline
|
Auron , JTD and Brianr
Thanks guy's and good luck with rest.
@ Auron: I love the new design you made
|
Jam'n
------------------------------------------------
Only the man who's truly educated
understands that he knows very little...
------------------------------------------------ |
|
|