By Jabadoo on
After some playing (and difficulties in upgrading) with Xoops CMS, I decided to give drupal a go.
All is going well, I managed to get nearly everything to work.
The only big thing I am missing is a good site guestbook for anonymous users.
I tried the guestbook module, but I only get the user guestbooks, no site guestbook. And there is no email, home page field, or htmlarea support...
Is there a better guestbook module in development, or does someone has a suggestion for me ?
I tried to make a content type for a guestbook entry, but I don't know how to get all the entries in one single page, and a button to add another entry.
Someone has a working guestbook in 4.63 ?
Thanks in advance,
Steven
Comments
Flexinode?
Well, you could try installing the flexinode.module which gives the flexibility to add a new content type with custom fields. Might be the solution you are looking for:
http://drupal.org/project/flexinode
Also, you might be interested in a scouting module that is in the works- it is UK specific at the moment. I mentioned it seeing that you are into Scouts too:
http://drupal.org/node/24729
You can try the demo by logging into the test site with your drupal.org user account.
Guestbook
I was also in need for a simple sitewide guestbook.
Today I wrote my own based on http://drupaldocs.org/api/4.6/file/contributions/docs/developer/examples...
You can see an example on http://www.dierenambulance-purmerend.nl/test/?q=guestbook which will move later on to http://www.dierenambulance-purmerend.nl/guestbook
If you or someone else is interested in the code I will of course share it.
Jos
Re-inventing the wheel!
Well, not entirely as your module is verrrrrry nice looking :o) But yes the guestbook module *does* do a site guestbook. Its located at www.yoursite.com/guestbook/0 (on clean urls).
Check it out on my site here:
www.ciclosuno.com/guestbook/0
Of course, you have to change the access control to stop people from having their own guestbooks and only be able to use the sites one (which means just having everything unselected - everyone *can* access the sites guestbook anyway as long as you add a link to it in your menu so they know where to go!)
Pobster
I agree it was some kind of reinventing
I agree it was some kind of re-invention. I had the choise to adjust the existing guestbook module fit my needs (url and email fields) or write my own. Because I'm a drupal starter and in a process of learning to write modules I decided to write my own.
I like it :o)
Maybe you should submit it as a module? It looks good! Neat and simple.
Pobster
Any chance of seeing the code
I'm also looking for an improved guestbook module. Any chance of seeing your code or of you submitting it as a new module?
John
Can you Share your code
I have taken a close look at your website. Your guestbook is everything I was looking for. Can you share it with me or in the drupal CVS directory??
Here is the code
You can download the module shown on http://www.dierenambulance-purmerend.nl/?q=guestbook
from http://www.4pages.nl/drupaldownloads/simple_guestbook.zip
The module is made for a drupal 4.6 site and is not ready for 4.7.
The module needs the following table which also can be found in the remarks inside the module.
OMG 4.7 compatibility couldn't be any easier...
Pobster
Simple = good
This works nicely, but does not seem to allow anonymous users to post, even with 'edit guestbook' set for them in Access controls, unless I'm overlooking something?
Regards
Tony Sleep
Do you mean you're using the
Do you mean you're using the above code or the actual guestbook module?
...Use the rewritten Guestbook module, it works just fine...
Pobster
Simple Guestbook with Drupal 4.6
Im using... as the title says - the downloaded code from from http://www.4pages.nl/drupaldownloads/simple_guestbook.zip
Works well, but appears not to permit anon posting.
I had tried the full Guestbook module but 'Guestbook(0)' invariably produced a page of debug info from my embedded Gallery2! Some sort of function clash, I guess. It was OTT anyhow for my simple use.
Regards
Tony Sleep http://tonysleep.co.uk
Odd... I used 4.6 with both
Odd... I used 4.6 with both Gallery2 and the guestbook module before with no troubles? Exactly what errors do you get? Maybe your problems are from the new security Drupal stuck in core for the last update (with 'tokens')?
Pobster
guestbook.module
Guestbook.module now supports anonymous guestbooks (and a lot more) in the newly submitted 4.7 module (DRUPAL-4-7 tag in CVS). Thanks to tenrapid for the rewrite.
http://drupal.org/project/guestbook