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: Lady Rando
Forum Index » Profile for Lady Rando » Messages posted by Lady Rando
Author Message
I got your form.php and replaced mine with yours. Still getting the error message.
Carbonize wrote:And you need to open email.php and add border="0" to the image tag.


Thanks, I pasted this to my email.php. I'm still getting the same error from the messed up form.php file.
Carbonize wrote:And you need to open email.php and add border="0" to the image tag.


Where do I insert that in the email.php?
http://www.dowitstudio.com/AdvancedGuestBook/
This is what I did and I'm still getting the error:

$gb_post->bottest = (isset($HTTP_POST_VARS["bottest"])) ? $HTTP_POST_VARS["bottest"] : '';
$gb_post->name = (isset($HTTP_POST_VARS["gb_name"])) ? $HTTP_POST_VARS["gb_name"] : '';
Thanks, I'll go give that a try.
Carbonize, even though my guestbook says it's 2.3.1 the coding in addentry.php looks like this:
$gb_post->name = (isset($HTTP_POST_VARS["name"])) ? $HTTP_POST_VARS["name"] : '';

instead of this:
$gb_post->name = (isset($_POST["gb_name"])) ? $_POST["gb_name"] : '';
fng wrote:I have included the mod into one of my guestbooks, including the error fix but now i'm getting a
Guestbook - Error
You forgot to fill in the Name field. Please correct it and re-submit.

i''m running ad_guestbook 2.3.1 and double checked all the changes, of course i put in a name in the name field as well as the human verification check.

Any ideas?


I'm getting this same error.
So how do I fix it? I would prefer to hide their addresses completely from pulic viewing. Thank you.
opps, sorry bout that. I did tell you I know less than squat about php.
Can't find that code. This is what my entry.php looks like:

<tr bgcolor="$bgcolor">
<td width="32%" valign="top">
<table border="0" cellspacing="0" cellpadding="2">
<tr>
<td class="font2" valign="top" width="8%"><b>$id)</b></td>
<td width="92%"> <img src="$GB_PG[base_url]/img/ip.gif" width="14" height="14" alt="$LANG[AltIP]">&nbsp;&nbsp;<img src="$GB_PG[base_url]/img/browser.gif" width="16" height="16" alt="$row[browser]">&nbsp;
$URL
$ICQ
$AIM
</td>
</tr>
<tr>
<td colspan="2" class="font1"><b>$row[name]</b>&nbsp;$GENDER</td>
</tr>
<tr>
<td colspan="2" class="font1">$hidemail</td>
</tr>
<tr>
<td colspan="2" class="font2">$LANG[FormLoc]:<br>$row[location]</td>
</tr>
</table>
</td>
<td width="68%" class="font1" valign="top">
<div align="left" class="font3"><img src="$GB_PG[base_url]/img/post.gif" width="9" height="9">$DATE&nbsp;$HOST
<a href="$GB_COMMENT"><img src="$GB_PG[base_url]/img/edit.gif" width="18" height="13" border="0" alt="$LANG[AltCom]"></a>
$EMAIL
</div>
<hr size="1"><div align="left">
$USER_PIC $MESSAGE
</div>
$COMMENT
</td>
</tr>
If I knew more about php I'd test for ya but afraid all you'd get is, that's nice, that thingy works well and what's this gizmo for?

btw, any way to hide the guests email address from public viewing and allow only the admin to see them?
Thank you, you're such a sweetie for helping.
Thanks for your reply. Sooo, how do I change the silly thing?
 
Forum Index » Profile for Lady Rando » Messages posted by Lady Rando
Go to:   
Based on the open source JForum