[drupal-docs] Help text
Ron Mahon
ron at inmrc.com
Sun Apr 3 16:06:32 UTC 2005
- Previous message: [drupal-docs] Drupal Test site
- Next message: Re: [drupal-docs] Someone with bypass input data permission please post Argg, This is one of those areas that highlights our lack of good organization in the handbook. You see I understand why this might exist under PHPTemplate since it is a specific solution, but there is also some Custom Login information here: Home » Drupal handbook » Administrator's guide » Configuration http://drupal.org/node/13777 Hmmm... bryan On Apr 1, 2005, at 8:49 PM, Boris Mann wrote: Hey: Someone contacted Ourmedia.org asking for the PHPTemplate code for doing the login area in the nav bar. I thought it would be a good time to create a "theme snippets repository", like we have for blocks. So I did: http://drupal.org/node/19854 But, I can't include the code below because it has too many funky stuff that thinks I'm trying to hack Drupal. If someone could paste this into the Custom Login node (http://drupal.org/node/19855), that would be great. (the code tags are just for formatting in the handbook) <code> <?php if ($user->uid) : ?> Logged in as: <?php print l($user->name,'user/'.$user->uid); ?> | <?php print l("logout","logout"); ?> <?php else : ?> <?php print l("Register","user/register"); ?> | Login: <form action="user/login" method="post"><input type="hidden" name="edit[destination]" value="user" /><input type="text" maxlength="64" class="form-text" name="edit[name]" id="edit-name" size="15" value="" /><input type="password" class="form-password" maxlength="64" name="edit[pass]" id="edit-pass" size="15" value="" /><input type="submit" name="op" value="Log in" /></form> <?php endif; ?> </code> -- Boris Mann http://www.bryght.com -- [ drupal-docs | http://lists.drupal.org/listinfo/drupal-docs ]
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
I like the idea of a special place for help text to live.
As I was thinking about this I wonder how many if any one will install them?
Unless all the help text's are part of the initial distribution. Perhaps
with a flag of installed or not.
If you follow this to it's natural conclusion you might conclude that the
help file should be role dependent. Role 1 Admin-root users: Role 2 all
others
While this discussion is focused on installation help. If I was the user
advocate I would be concerned with users help.
Centralizing all this information would certainly make it easer to maintain.
>From my experience in Program development it is almost imposable to get a
programmer to write good documentation or help files.
They simply know too much. So a centralized location would lend it's self to
third party support of this function.
Regards
Ron
- Previous message: [drupal-docs] Drupal Test site
- Next message: Re: [drupal-docs] Someone with bypass input data permission please post Argg, This is one of those areas that highlights our lack of good organization in the handbook. You see I understand why this might exist under PHPTemplate since it is a specific solution, but there is also some Custom Login information here: Home » Drupal handbook » Administrator's guide » Configuration http://drupal.org/node/13777 Hmmm... bryan On Apr 1, 2005, at 8:49 PM, Boris Mann wrote: Hey: Someone contacted Ourmedia.org asking for the PHPTemplate code for doing the login area in the nav bar. I thought it would be a good time to create a "theme snippets repository", like we have for blocks. So I did: http://drupal.org/node/19854 But, I can't include the code below because it has too many funky stuff that thinks I'm trying to hack Drupal. If someone could paste this into the Custom Login node (http://drupal.org/node/19855), that would be great. (the code tags are just for formatting in the handbook) <code> <?php if ($user->uid) : ?> Logged in as: <?php print l($user->name,'user/'.$user->uid); ?> | <?php print l("logout","logout"); ?> <?php else : ?> <?php print l("Register","user/register"); ?> | Login: <form action="user/login" method="post"><input type="hidden" name="edit[destination]" value="user" /><input type="text" maxlength="64" class="form-text" name="edit[name]" id="edit-name" size="15" value="" /><input type="password" class="form-password" maxlength="64" name="edit[pass]" id="edit-pass" size="15" value="" /><input type="submit" name="op" value="Log in" /></form> <?php endif; ?> </code> -- Boris Mann http://www.bryght.com -- [ drupal-docs | http://lists.drupal.org/listinfo/drupal-docs ]
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the drupal-docs
mailing list