RE:New features added to the guestbook module

hard-art - June 6, 2005 - 21:27
Project:Guestbook
Version:4.7.x-1.x-dev
Component:Code
Category:task
Priority:normal
Assigned:hba
Status:closed
Description

I added 2 new fields
first field for e-mail of the guest
and second one for link to the website of the guest
after posting the guest info its possible to click the links.

i hope some one like this.

greetings
Arne

ps: the guestbook module works without problem in Drupal 4.6.0

AttachmentSize
guestbook.zip3.82 KB

#1

hba - June 7, 2005 - 08:45
Assigned to:hard-art» hba

Thanks. Arne. I'll look into your code, and consider adding it to CVS.

#2

hard-art - June 7, 2005 - 18:34
Version:4.5.x-1.x-dev» 6.x-2.x-dev

I have a update of my version of the code

fix:
when displaying the guestbook the e-mail of the guestbook entrys will not show to normal users only to the admin users
and i made some text translatable by the localization module.

greets
Arne

AttachmentSize
guestbook.module 11.79 KB

#3

hba - February 1, 2006 - 20:17
Version:6.x-2.x-dev» 4.6.x-1.x-dev

I'm still considering to commit the extra field, don't give up hope.

#4

andre1 - March 27, 2006 - 13:41
Title:New features added to the guestbook module» RE:New features added to the guestbook module
Status:needs review» reviewed & tested by the community

Just merged the extra features with your latest version of guestbook for 4.6.0 (27.02.06).
Also fixed some xhtml warnings and added a table for the formfield.

AttachmentSize
guestbook_4.module 12.55 KB

#5

andre1 - March 27, 2006 - 13:59

small fix for above code:
change:
$bookowner= l($account->name, "user/view/$account->uid");
to:
$bookowner= l($account->name, "user/$account->uid");

#6

hba - April 25, 2006 - 10:05
Version:4.6.x-1.x-dev» 6.x-2.x-dev

Email and web fields are available in the 4.7 version I just submitted to CVS (tagged with DRUPAL-4-7). Thanks goes to tenrapid for the rewrite!

#7

hba - April 25, 2006 - 10:05
Status:reviewed & tested by the community» fixed

#8

hba - April 26, 2006 - 08:00
Version:6.x-2.x-dev» 4.7.x-1.x-dev

#9

Anonymous - May 10, 2006 - 08:00
Status:fixed» closed

#10

MishelM - July 10, 2009 - 17:37

Is there any way to add something that would allow the Admin to approve comments before they went live. We are being harrassed by a person who keeps posting under a different IP address and don't want to take down the guestbook.

 
 

Drupal is a registered trademark of Dries Buytaert.