Option to allow guestbook owners to post in their own guestbook

nargonne - October 6, 2008 - 20:44
Project:Guestbook
Version:5.x-2.x-dev
Component:Miscellaneous
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active
Description

Let a guestbook owner post in their own guestbook.

#1

feconroses - April 21, 2009 - 22:08

suscribe :)

#2

bobgeier - May 26, 2009 - 00:07

Agreed. The feature would be a nice option.

#3

design.er - July 13, 2009 - 10:59

This (IMO important) request is about 9 months old -> any news? Would also be interesting for 6.x, of course.

Thanks a lot for your time and work. I appreciate it! :)

#4

BENNYSOFT - July 23, 2009 - 10:45

Yes, that would improve the module.

#5

etcetera9 - July 23, 2009 - 18:43

I am also waiting for this option. It would be nice...

Cheers,

Sinan

#6

homebrewruss - July 28, 2009 - 16:37

This is doable in the version of the module i'm using (6.x-1.1 ) with Drupal 6 but you need to edit the module.

I did it by editing this line.

// Insert new message
  if (_guestbook_access('post', $uid) == 'allowed') {

change to

  // Insert new message
  if (_guestbook_access('post', $uid) == 'allowed' || 'own guestbook') {

and comment out these 3 lines:

    case 'own guestbook':
    $output .= ' ';
    break;

#7

feconroses - August 5, 2009 - 03:41

I will try this and tell you if it works in my site! :)

#8

evilgenius - October 2, 2009 - 10:49

So did it work?

 
 

Drupal is a registered trademark of Dries Buytaert.