Closed (won't fix)
Project:
Drupal core
Version:
7.x-dev
Component:
user system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Mar 2004 at 04:01 UTC
Updated:
17 Sep 2011 at 16:15 UTC
Jump to comment: Most recent file
Comments
Comment #1
killes@www.drop.org commentedDoesn't apply anymore.
Comment #2
nedjoUpdated patch for current CVS. I think this would be a useful addition for improving accessibility to users unfamiliar with content management systems.
Comment #3
dries commentedUnless more people want this, I'm not going to commit this yet.
Comment #4
Bèr Kessels commentedI think this is very usefull.
One small things, though: you use variable_get("user_register_message", 0) and on the other place variable_get("user_register_message", "blabla") this way the user_register message often, but not always contain 0, because after clean installation one must first register, but after upgrade you will first configure.
My .02
Comment #5
matt westgate commentedHow will this patch affect the 'User registration guidelines' setting via user/register? I usually use this spot to explain the benefits/guidelines of registering with a site. There, I'm also not limited to the space of a block.
Comment #6
nedjoThe proposed enhancement does not replace but compliments the "User registration guidelines".
Faced with a "User login" block (the main registration route on most Drupal sites), visitors unfamiliar with the idea of an online commmunity-driven site have no immediate cue as to what an "account" is or why they might wish to register.
The "User registration guidelines" are indeed the best place to give extended information. But these guidelines are visible only if a site visitor has already made the decision to register and clicked on "Create new account" (or has initiated registration before deciding, assuming that there may be further information available through the registration process).
The point of this proposed enhancement is (optionally, since the text can simply be left blank) to provide a brief, quick idea of what registration means for the benefit of the uninitiated.
Revised patch fixes a couple of errors caused by changing double to single quotes. (Issue noted by Ber is now addressed.)
Comment #7
moshe weitzman commentedInstead of writing code just for this block, how about enhancing the block system so that it calls out to the hook_help('block, 'module-delta') or something like that. This way, we can use the help hook to inject text into any block, just like a 'page'.
Comment #8
killes@www.drop.org commentedDoesn't apply anymore.
Comment #9
nedjoWith the new block configuration methods, Moshe's suggestion looks easily doable--though I don't seem to have gotten around to it yet!
Comment #10
coreb commentedMoving out of the x.y.z queue into 6.x-dev.
Comment #11
pasqualleComment #12
jody lynnI don't think this belongs in core. We can't add settings all over the place for every possible customization someone would want to do to a block.