| Author |
Message |
|
|
|
also, i'd like to add images next to the text. the image name will be the same as the text option in the poll plus the .jpg at the end.
|
 |
|
|
Using DB mode and I setup a poll and added all of the content to the page, but I'm getting this:
http://www.firenormanchad.com
Any ideas of what I'm doing wrong? Do I post the header, loop, and footer directly into the index.php page, or not?
Thanks
|
 |
|
|
|
I a research but I My English is very drove can you found anythingmade given me link?
|
 |
|
|
I allready did it so i added
$GB_PG["base_url"] = "http://www.thecurse.ro/html";
and not working ....... anything else ??
|
 |
|
|
ok
|
 |
|
|
|
ok
|
 |
|
|
|
Can anyone recommend a good source of copyright free emoticons I can add to the guestbook?
|
 |
|
|
Ah, thank you... I got there in the end, where it says "Guestbook" it is an image file and the 'comments' font (admin comments) was in com.php. I did find both of these mentioned in this forum but was have some difficulties with the latter.
Great guestbook!
|
 |
|
|
I lost the login passes from my Advanced Guestbook 2.2
It is possibleto recover it or to modify it
Thank you very much
|
 |
|
|
and here is my CONFIG.php code
---------
<?php
/* database settings */
$GB_DB["dbName"] = "thecurse_book";
$GB_DB["host"] = "localhost";
$GB_DB["user"] = "thecurse_book1";
$GB_DB["pass"] = "xxxxxxxxxxxxxxxxxxxx";
/* tables */
$GB_TBL["data"] = "book_data";
$GB_TBL["auth"] = "book_auth";
$GB_TBL["cfg"] = "book_config";
$GB_TBL["com"] = "book_com";
$GB_TBL["ip"] = "book_ip";
$GB_TBL["words"] = "book_words";
$GB_TBL["ban"] = "book_ban";
$GB_TBL["priv"] = "book_private";
$GB_TBL["smile"] = "book_smilies";
$GB_TBL["pics"] = "book_pics";
/* guestbook pages */
$GB_PG["index"] = "index.php";
$GB_PG["admin"] = "admin.php";
$GB_PG["comment"] = "comment.php";
$GB_PG["addentry"] = "addentry.php";
/* guestbook templates */
$GB_TPL["adm_enter"] = "admin_enter.php";
$GB_TPL["body"] = "body.php";
$GB_TPL["entry"] = "entry.php";
$GB_TPL["error"] = "error.php";
$GB_TPL["form"] = "form.php";
$GB_TPL["preview"] = "preview.php";
$GB_TPL["prev_entry"] = "preview_entry.php";
$GB_TPL["header"] = "header.php";
$GB_TPL["footer"] = "footer.php";
$GB_TPL["icq"] = "icq.php";
$GB_TPL["url"] = "url.php";
$GB_TPL["aim"] = "aim.php";
$GB_TPL["com"] = "com.php";
$GB_TPL["email"] = "email.php";
$GB_TPL["success"] = "success.php";
$GB_TPL["frm_icq"] = "form_icq.php";
$GB_TPL["frm_aim"] = "form_aim.php";
$GB_TPL["frm_gender"] = "form_gender.php";
$GB_TPL["frm_image"] = "form_image.php";
$GB_TPL["com_pass"] = "com_pass.php";
$GB_TPL["com_form"] = "comment.php";
$GB_TPL["image"] = "user_pic.php";
/* misc */
define('IS_MODULE', true); /* running as POST-Nuke 0.x or PHP-Nuke 5.x addon? */
$GB_PG["base_url"] = ""; /* e.g htpp://www.yourdomain.com/guestbook/img */
$DB_CLASS = "mysql.class.php";
$TEC_MAIL = "you_at_your_domain_dot_com";
$GB_UPLOAD = "public";
$GB_TMP = "tmp";
if ($GB_PG["base_url"] == "") {
$inter_type = php_sapi_name();
if ($inter_type == "cgi") {
if (isset($HTTP_SERVER_VARS["PATH_INFO"]) && !empty($HTTP_SERVER_VARS["PATH_INFO"])) {
$GB_PG["base_url"] = dirname($HTTP_SERVER_VARS["PATH_INFO"]);
} elseif (isset($HTTP_SERVER_VARS["REQUEST_URI"]) && !empty($HTTP_SERVER_VARS["REQUEST_URI"])) {
$GB_PG["base_url"] = dirname($HTTP_SERVER_VARS["REQUEST_URI"]);
} else {
$GB_PG["base_url"] = dirname($HTTP_SERVER_VARS["SCRIPT_NAME"]);
}
} else {
$GB_PG["base_url"] = "http://www.thecurse.ro/html";
}
}
?>
|
 |
|
|
Hi
Just installed advanced guestbook 2.3.1
Gotten on just fine with most aspects of customizing it except two things:
1. I have set the general page fonts to blue, all looks fine except one place on the page where you view the messages. The top of the page says "Guestbook" - IN BLACK...! I want this to appear blue and also change it to say something different - any help?
2. How can I add a background (wallpaper) to the 'view' and 'sign' pages?
Thanks in advance
Rick (guest)
|
 |
|
|
i have phpnuke 7.5 i install guest book is ok.BUT when i am putting a picture and I want to see it (if i click on it) the image doesn't show..what can i do?
all the pictures all appearing but if i click on it (java open new window,to see the image bigger) it doesn t show
pls help
http://www.thecurse.ro/html/modules.php?op=modload&name=guestbook&file=index
|
 |
|
|
I'm new to php programming and have problem to implement the poll on my html page. The result is:
connect(); $php_poll=new poll(); ?>
poll_process(4); ?>
So, I used the suggestion which I found on this forum:
<style type="text/php">
.poll:#default
{
input your php code here
}
</style>
<poll php="#default" alt="My Great Poll" //>
Now is my page blank.
I don't know what I have to put in alt="", where do I have to put my poll_process(4); and how do I have to make it visable on my html page?
Pls. could somebody help me to solve this problem!?
|
 |
|
|
go to templates/body.php.............
edit ......<a href="http://www.yousite.com"><img src="img/logo.gif" width="225" height="42"></a>
this adds a logo and a link back to your website.
check mine on www.philsinfo.com/guestbook
|
 |
|
|
Before anyone could reply, I could fix the problem.
Regards,
maraland.net
|
 |
|
|