friendica-addons/newmemberwidget
Tobias Diekershoff 500aab3c53 regenerated all strings.php files from the current translation strings (message.po) 2021-02-01 18:47:38 +01:00
..
lang regenerated all strings.php files from the current translation strings (message.po) 2021-02-01 18:47:38 +01:00
templates added a New Member Widget to let the admin pass some information to new members 2014-06-01 14:39:46 +02:00
README.md Updated documentation of the newmemberwidget 2019-02-14 16:12:57 +01:00
newmemberwidget.php Update newmemberwidget.php 2020-09-25 11:52:09 -07:00

README.md

New Member Widget

With this addon you can enable a widget for the sidebar of the network tab, which will be displayed for new members. It contains a linkt to friendicas introduction pages at /newmember and optionally

  • a link to the global support forum
  • a link to an eventually existing local support forum
  • a welcome message you might want to send to your new members.

There is no extra styling added for this added, so it should work with any theme you have selected, or your user selects. But it was only tested with duepuntozero,quattro and clean.

Testing it

You want to test it, but you don't want to create a new account? Take your fav text editor (yeah emacs will do as well) and edit the newmemberwidget.php file. In line 39 you will find a if clause, just add a ! infront of the

empty($_SESSION['

right after the bracket following the if. That will negate the requirement of being a new member, so don't forget the remove that ! again after testing ;-)

Translations

If you want to translate this addon, please grab a copy of lang/C/message.po and copy it to lang/XX/message.po where XX is the language you want to translate for (i.e. de, fr, nb-no). After you translated the content go to the root of your friendica directory and run

php bin/console po2php addon/newmember/lang/XX/message.po

to translate the message.po file into the strings.php file needed by friendica to catch your translations.

With the translated files, either do a pull request at github, or send me the two files (message.po and strings.php) you just worked with as attachment to an email.

Author

  • Tobias Diekershoff <tobias.diekershoff(at)gmx.net>

History

  • Version 1 (2014-06-01): Initial Release

License

This addon is licensed under the MIT License.

Copyright (c) 2014 Tobias Diekershoff

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.