• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

Welcome New User Thread

  • Thread starter Thread starter ragtek
  • Start date Start date
Status
Not open for further replies.
Fu*k

I'm so sorry.

The bug is known and already fixed in all my add-ons.
It seems that i hadn't uploaded the new versions.

I'll upload it in 2h (when i'm in my office^^)

Temponary fix:

library/Ragtek/NUT/DataWriter/User
search for:
Code:
protected function _postSave()
    {
        if ($this->isInsert())
        {

replace with:
PHP:
 protected function _postSave()
    {
        //BUG FIX!
        // WE need to call "always" the parent mathod too!!
        parent::_postSave();
        if ($this->isInsert()){

Sorry once again:)
 
Update is available in the 1. post :)
Right now we only have one phrase of greeting. Maybe you could add the possibility of using several different phrases to greet people in threads? The script would then use them randomly.
I hope I made it clear enough :)
 
Right now we only have one phrase of greeting. Maybe you could add the possibility of using several different phrases to greet people in threads? The script would then use them randomly.
I hope I made it clear enough :)
I think it was requested already, but because it's a feature i don't need for my boards, it doesn't have a high priority;)
 
Is it possible to send an Alert to the new user upon welcome thread creation with thread link?
 
Is it possible to send an Alert to the new user upon welcome thread creation with thread link?
I have no clue:P
I hadn't time to check how the alerts are working.

BUT
it's a nice idea => I've put it on our todo list
 
hey ragtek,

I am not sure to understand what this plugin is actually doing. Will this actually just forward the user to a specific introductions-forum, similar as the Welcome-plugin from Floris ?

is this one working properly with XF 1.0.0 ?

thx.
 
hey ragtek,

I am not sure to understand what this plugin is actually doing. Will this actually just forward the user to a specific introductions-forum, similar as the Welcome-plugin from Floris ?

is this one working properly with XF 1.0.0 ?

thx.
No, it creates automatic a thread, after the user registration.
 
As this is no longer supported, I've closed the thread.

Let me know if you want it reopening ragtek.
 
Status
Not open for further replies.
Top Bottom