The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
I would like to start a new thread in a private forum each time a new member registers on the forums, the title would be the new users username, and the post would have same type of information as the new member email i recieve.
Anyone know how to set this up, or create this hack for me? |
#2
|
|||
|
|||
Yeah, i'll whip that up.
I'll add a bit in the admin options to turn it on or off and what forumid to post it to. Last question is it to do it on register or when they click the activate link in the email? |
#3
|
|||
|
|||
On registration would be awesome! thanks for your help
|
#4
|
|||
|
|||
Let me know if you need help testing this
|
#5
|
||||
|
||||
Joe,
If he doesn't get back to you, I can tell you right now how to do this. Go to releases and get the robot moderator hack. Modify it so that it posts to the forum of your choice, and change the subject line and message. Note: You can pass parameters to the script and include them in the message. Then, open up registration.php Find this: PHP Code:
That SHOULD do it for you. Amy |
#6
|
|||
|
|||
Thanks! I'll give it a try tonite
|
#7
|
|||
|
|||
Hmm, i cant figure this out... im a total php newbie, and none of this makes sense...
PPN, any word on this hack? thanks! |
#8
|
|||
|
|||
bump?
|
#9
|
|||
|
|||
i'll donate $20 to your forum / website if you make this for me PLEASE!!
|
#10
|
|||
|
|||
This hack was done in about 10mins before i went to bed so hope it works ok, worked fine on my test forums.
run these two sql queries, they will create two fields under user and registration options. INSERT INTO setting (settingid, settinggroupid, title, varname, value, description, optioncode, displayorder) VALUES (NULL, '6', 'New Thread on Registration', 'newregthread', '1', 'Post a new thread to the forum identified below when a user registers', 'yesno', '18') INSERT INTO setting (settingid, settinggroupid, title, varname, value, description, optioncode, displayorder) VALUES (NULL, '6', 'Forum to post to for a new registration', 'newregthreadforumid', '1', 'The Forumid to post a new thread to when a user registers', '', '19') you should immediately go change the forumid specified via the admin panel so new users won't have problems when registering Open register.php go to line 489 look for PHP Code:
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|