I'm running a phpbb installation for quite a long time. We leave it open for guests and want to keep it that way, as there are people who come to ask one-time question, and won't invest enough time to register to our forum.
Some of them are forget to keep the username field, or even prefer to stay anonymous, but we can't handle long threads with few anonymous users, and are unable to distinguish between them. We have implemented a small JavaScript to block users from submitting messages without typing name in the username field, and even save it to the user cookies in order to make sure the user will have his name written next time he want to post something.
We could implement it as a PHP script, but this will require us to dig into the application code, and we prefer not to place patches/mods inside, as this make it more difficult to deal with application updates. We would be very happy if this could come with phpbb itself, so others will be able to use this feature without installing 3rd party scripts, and this won't be as easy to bypass as it is currently is, as with JavaScript disabled, we are not blocking users from submitting messages.
I can provide our current JavaScript solution in case you want to see how we done it.
[RFC] Require forum guests to enter their name or nickname
- callumacrae
- Former Team Member
- Posts: 1046
- Joined: Tue Apr 27, 2010 9:37 am
- Location: England
- Contact:
Re: [RFC] Require forum guests to enter their name or nickna
This would be better as a MOD, I don't think many people would want it.
~Callum
~Callum
Re: [RFC] Require forum guests to enter their name or nickna
If you're going to have the feature to allow guest posting in phpBB, why not do it properly to require an avatar/nickname for that guest?
It makes a lot of sense.
It makes a lot of sense.
Re: [RFC] Require forum guests to enter their name or nickna
A good idea would be have a default avatar but if the users email address(I think they should have to include one, not displayed) is associated with a Gravatar then display their gravatar.GravityDK wrote:If you're going to have the feature to allow guest posting in phpBB, why not do it properly to require an avatar/nickname for that guest?
It makes a lot of sense.
William Jacoby - Community Team
Knowledge Base | phpBB Board Rules | Search Customisation Database
Please don't contact me via PM or email for phpBB support .
Knowledge Base | phpBB Board Rules | Search Customisation Database
Please don't contact me via PM or email for phpBB support .
Re: [RFC] Require forum guests to enter their name or nickna
gravatar require users to enter their email address, thus they won't be anonymous any more and it is the same as requiring them to register. On the other hand, requiring users to type something in the name field will help others to distinguish between few anonymous persons who doesn't type their names.GravityDK wrote:If you're going to have the feature to allow guest posting in phpBB, why not do it properly to require an avatar/nickname for that guest?
Re: [RFC] Require forum guests to enter their name or nickna
Agreed. I did not mean to confuse avatar with nickname. They are different.
-
- Registered User
- Posts: 523
- Joined: Sat Apr 22, 2006 10:29 pm
- Contact:
Re: [RFC] Require forum guests to enter their name or nickna
If you're going to require guests to enter their name or nickname you might was well enforce the registration.
- Sylver Cheetah 53
- Registered User
- Posts: 7
- Joined: Mon Mar 12, 2018 11:11 pm
- Location: Romania
- Contact:
Re: [RFC] Require forum guests to enter their name or nickname
I am searching for this. I need it badly.
How to require guest to enter a name?
My forum version is 3.0.14.
Please...
How to require guest to enter a name?
My forum version is 3.0.14.
Please...
- DavidIQ
- Customisations Team Leader
- Posts: 1904
- Joined: Thu Mar 02, 2006 4:29 pm
- Location: Earth
- Contact:
Re: [RFC] Require forum guests to enter their name or nickname
Resurrected an 11 year old topic to ask about a feature for a phpBB version that is not supported anymore. Ticked all the boxes!