Let a guestbook owner post in their own guestbook.
suscribe :)
Agreed. The feature would be a nice option.
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! :)
Yes, that would improve the module.
I am also waiting for this option. It would be nice...
Cheers,
Sinan
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;
I will try this and tell you if it works in my site! :)
So did it work?
I just tried it, it works. Great! :)
I see no reason why this shouldn't always be allowed.
Thanks for reporting this issue! Committed a fix to HEAD (2.x).
A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.
Automatically closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
feconroses commentedsuscribe :)
Comment #2
bobgeier commentedAgreed. The feature would be a nice option.
Comment #3
design.er commentedThis (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! :)
Comment #4
Anonymous (not verified) commentedYes, that would improve the module.
Comment #5
Sinan Erdem commentedI am also waiting for this option. It would be nice...
Cheers,
Sinan
Comment #6
homebrewruss commentedThis 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.
change to
and comment out these 3 lines:
Comment #7
feconroses commentedI will try this and tell you if it works in my site! :)
Comment #8
halloffame commentedSo did it work?
Comment #9
Melot commentedI just tried it, it works. Great! :)
Comment #10
sunComment #11
sunI see no reason why this shouldn't always be allowed.
Thanks for reporting this issue! Committed a fix to HEAD (2.x).
A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.