Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
GuestPost v1.3
Minisweeper
New
Download
Make a guest user account and define the username and password in the default.php file and it should just add the add comments form to all pages and allow guests to post. It will log them in and immediately back out again in order to do so. I suggest you choose a hard to guess password since otherwise someone will just log into the guest account properly, change its password, and break the extension. If people are posting while not logged in it will add a warning that they are posting as guest.
The extension will not work in conjunction with the AddComments extension since that requires the fields to be filled in (if you're php savvy you could just remove that requirement from the addcomments/default.php and it should work fine)
As of v1.3, if a guest enters their own name into the Username box and leaves the password box free, it will head up the post with their name. This requires the HTML formatter to be installed.
Let me know how it goes.
Make a guest user account and define the username and password in the default.php file and it should just add the add comments form to all pages and allow guests to post. It will log them in and immediately back out again in order to do so. I suggest you choose a hard to guess password since otherwise someone will just log into the guest account properly, change its password, and break the extension. If people are posting while not logged in it will add a warning that they are posting as guest.
The extension will not work in conjunction with the AddComments extension since that requires the fields to be filled in (if you're php savvy you could just remove that requirement from the addcomments/default.php and it should work fine)
As of v1.3, if a guest enters their own name into the Username box and leaves the password box free, it will head up the post with their name. This requires the HTML formatter to be installed.
Let me know how it goes.
0
This discussion has been closed.
Comments
Btw. in addons it says requires version 1.0.1 but works fine with my 1.0 as well (if someone is interested).
One suggestion: As for now, the guest can only participate in threads. Would it be too complicated to allow it to make new threads as well?
Thanks again!
As for making whole discussions, it is a lot more work yes. There's a whole load more permission checking in place at a higher level than for just adding comments (un-signed in users cant even view the post.php page - all users can see the comment grid it's just a matter of adding more stuff to it)
Some problems were encountered The requested username and password combination could not be found.
I get the above error.
I've made the guest account and entered the details in default.php
I tested the account by logging in with the details.
Any ideas?
Later:
I manually entered the guest account details and they were accepted, post successful.
Somehow, they are not being picked up from the default.php definitions.
Yes I double-checked my typing.