[RFC] Require forum guests to enter their name or nickname

Note: We are moving the topics of this forum and it will be deleted at some point

Publish your own request for comments/change or patches for the next version of phpBB. Discuss the contributions and proposals of others. Upcoming releases are 3.2/Rhea and 3.3.
Locked
tomer
Registered User
Posts: 5
Joined: Fri Aug 20, 2010 3:30 pm
Contact:

[RFC] Require forum guests to enter their name or nickname

Post by tomer »

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.

User avatar
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

Post by callumacrae »

This would be better as a MOD, I don't think many people would want it.

~Callum
Made by developers, for developers!
My blog

GravityDK
Registered User
Posts: 36
Joined: Sat Aug 28, 2010 10:19 am

Re: [RFC] Require forum guests to enter their name or nickna

Post by GravityDK »

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.

User avatar
bonelifer
Community Team
Community Team
Posts: 118
Joined: Mon Jan 31, 2005 10:41 am

Re: [RFC] Require forum guests to enter their name or nickna

Post by bonelifer »

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.
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.
William Jacoby - Community Team
Knowledge Base | phpBB Board Rules | Search Customisation Database
Please don't contact me via PM or email for phpBB support .

tomer
Registered User
Posts: 5
Joined: Fri Aug 20, 2010 3:30 pm
Contact:

Re: [RFC] Require forum guests to enter their name or nickna

Post by tomer »

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?
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
Registered User
Posts: 36
Joined: Sat Aug 28, 2010 10:19 am

Re: [RFC] Require forum guests to enter their name or nickna

Post by GravityDK »

Agreed. I did not mean to confuse avatar with nickname. They are different.

keith10456
Registered User
Posts: 523
Joined: Sat Apr 22, 2006 10:29 pm
Contact:

Re: [RFC] Require forum guests to enter their name or nickna

Post by keith10456 »

If you're going to require guests to enter their name or nickname you might was well enforce the registration.

User avatar
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

Post by Sylver Cheetah 53 »

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... :(

User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 1903
Joined: Thu Mar 02, 2006 4:29 pm
Location: Earth
Contact:

Re: [RFC] Require forum guests to enter their name or nickname

Post by DavidIQ »

Resurrected an 11 year old topic to ask about a feature for a phpBB version that is not supported anymore. Ticked all the boxes!
Image

Locked