friendica-addons/newmemberwidget
Adam Magness 49eff56e5d Core Logger
implement log() function.
more to squash


Core Logger Class

implement log() function
2018-10-29 19:40:18 -04:00
..
lang NL translation THX JeroenED 2018-08-25 21:12:02 +02: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 Update documentation about po2php console command 2018-03-18 23:57:25 -04:00
newmemberwidget.php Core Logger 2018-10-29 19:40:18 -04: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 21 you will find a if clause, just add a ! infront of the

x(!_SESSION

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.