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 
Messages posted by: JTD
Forum Index » Profile for JTD » Messages posted by JTD
Author Message
trekker9876 wrote:I am having the exact same problem... let me know if you get a fix !!!


As to your problem just put the index.php at the end of your url. And then problem solved.
Very hard to see what the problem maybe if it isnt up and running.
Go here. guestbook/admin/styles Here is an example.
http://ourworld.cs.com/sinestersrelm498/styles.jpg
Try mine i dont use the index.php at the end of mine and i have no problems.

http://www.ravenprom.org/guestbook/
Probably because you are useing the wrong login and password.
I think your image files are missing Or are in the wrong folder. Like your sign the guestbook image is resolving to this--> http://img/signing.gif When it should resolve to this.-->http://www.pimptiva.com/guestbook/img/signing.gif
Also in your admin/styles section you can change font and font color. Change your background color. And many different things.
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;
}
Advanced Guestbook doesnt have css wish it did though.
As the title says if anyone needs any help with there guestbook as far as changeing the style or look adding pictures or fonts text colors let me know. I am fairly good at this part of it. here is my guestbook as an example. http://www.ravenprom.org/guestbook/ You can contact me via msn.
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.
yes just click on your user name in the db and edit your profile in the db.
why dont you just change it in your database.
Try looking in your admin style settings. If all elase fails try this. header.php Font size in bold.

<html>
<head>
<title>Marys-Creature-Comforts-Guestbook</title>
$LANG[metatag]
<meta name="keywords" content="guestbook, php, script, mySQL, free, advance">
<style type="text/css">
<!--
.font1 { font-family: $VARS[font_face]; font-size: $VARS[tb_font_1]; color: $VARS[text_color] }
.font2 { font-family: $VARS[font_face]; font-size: $VARS[tb_font_2]; color: $VARS[text_color] }
.font3 { font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt; color: $VARS[text_color]; font-weight: bold}
.select { font-family: $VARS[font_face]; font-size: 9pt}
.input { font-family: $VARS[font_face]; font-size: 9pt}

-->
</style>
</head>
<body bgcolor="$VARS[pbgcolor]" link="$VARS[link_color]" vlink="$VARS[link_color]">
Never mind. Found out where to put the script. footer.php file.
 
Forum Index » Profile for JTD » Messages posted by JTD
Go to:   
Based on the open source JForum