![]() |
@TTG: I can't really find explanation why it causes those database error, maybe difference syntax used in mysql versions (i got mysql 4.x btw)... cuz like i said, this mod only add few queries to setting dbtable.
I got this mod tested on 3 vb boards, they all work fine without an error. i don't know if you guys follow the right instructions. :| Quote:
|
Quote:
open register.php, FIND: Code:
{ $_POST['welcomethread_title'] = "$vbphrase[welcomethread_title_default]"; } // too lazy to check for empty title Code:
{ $_POST['welcomethread_title'] = "Hi, I am new!"; } // too lazy to check for empty title Code:
{ $_POST['welcomethread_message'] = "$vbphrase[welcomethread_message_default]"; } // ehhh, use default if empty Code:
{ $_POST['welcomethread_message'] = "Hello everyone, I am new here. Just thought to drop a line to say hi."; } // ehhh, use default if empty I think i'll make those field as required ones after all. :squareeyed: |
I'll have to install this soon.....
|
Quote:
|
Is there a way to prevent a new post if a user chooses not to do one? We award certain contest points to new users when they do an intro post - so if they choose not to do one we do not one posted.
|
allright i have read all poster here but i thought no one got my error
everything about installer is smoothly include the part of setting in admincp ->.....option ...-> user reg.... I follow very tire the intruction of attachment and your dev board too my error it when my board has the new member reg this mod still created the thread in the forumid that i assigned but it's blank post and no title there is only showed on the new welcome thread that is a name of new member would you please take a look over this error for me thanks regards |
Do the register.php edits shown on this thread
|
yes i did but still problem as my post
no thread and no title |
Quote:
|
I didnt see an answer to my question - is there a way to make this an option so if a new user doesnt want to fill out the fields then NO default message is posted? Maybe I overlooked something but it appears that default will show if user doesnt do one manually.
|
Quote:
Fatal error: Call to undefined function: print_cp_header() in /home/dreamss/public_html/forums/welcomethread_installer.php on line 13 |
I followed all instructions and made sure that any changes were in the right place. My new user's message appears fine, but the Staff Welcome post doesn't show. Is it a time limit issue? Or am I still missing something
|
@ChrisBaktis: I'll include this option + welcome PM in new version of the mod
@H2k: open welcomethread_installer.php on line 13, comment out //print_cp_header() ... 1st report of error of installer btw. @dcarr: if the user chooses to create introduction thread, welcome thread by staff won't be created. |
Ahhhh understood...thanks very much.
|
great
|
/me clicks install.
Nice hack! |
its a great hack
|
Thnx , Great Hack
Works on vB 3.0.5 |
Nice it works fine...
|
Quote:
('Welcome Thread On Registration', ' ', ' '); Do I need to fill the ' ' out with something? And I also need to run the welcomethread_installer.php? script, right? The guide says nothing about this. |
first run welcomethread_installer.php after that edit register.php by the way "print_cp_header();" you can get rid of that by
PHP Code:
|
Sorry, I don't understand? When I run the welcomethread_installer.php, I get the line 13 error, so what do I do to get on? And where should the require_once code be added?
|
I installed the mod, and it works fine. Messages are posting in the correct forum and I don't get any errors.
However. I have the option for the user to create an intro on registration. If they choose to create thier own ("Yes"), but don't type in any thing the fields, then the default message ("Hi, I am new!" - "Hello everyone, I'm new here! Just thought to drop a line to say hi.") is printed in the correct forum. If they chooose "No", again with no input to the fields, then my default (Admin) Welcome Message Text is posted. I would like to get rid of the "Yes"/"No" option and make it them "required fields" (like password, name, email, etc). In other words, they HAVE to input to the fields, and if they don't, they will get an error message similar to if they have an incorrect email address, or forget to enter a password field, etc. The default Welcome Message from "Staff" gets to look ridiculous after awhile. With the same message shown over and over, it lacks the personal touch. I assume this would require recoding in register.php, but I'm not sure of the correct syntax. John |
I think I know what I may have done wrong: I created the user registration options manually by following this guide: http://www.all4a-designs.com/forums/...21.msg22#msg22
Now, I would like to remove the fields I have created since I am not able to run the install scripts as long as they are there. Anybody knows how to remove the fields? Help would greatly be appreciated. |
Quote:
|
Quote:
FIND: Hi, I am new! and Hello everyone, I'm new here! Just thought to drop a line to say hi. REPLACE WITH YOUR OWN welcome title + message. |
I am able to run the installer ( I just forget to put the installer.php in the admincp folder). When I run the installer, I get the following error message:
Quote:
|
Quote:
run http://yoursite/forumroot/admincp/we...p?op=uninstall , and that will to remove all current phrases and settings of this mod. and to re-install, just run http://yoursite/forumroot/admincp/we...php?op=install |
Thanks a lot. Exactly what I looked for.
|
Any time frame when the next version will be out that will not post a new thread if the member doesnt do one himself?
|
Ups, I was to quick. Sorry, it doesn't work.
Let me try to be more clear about this. 1. I didn't put the welcome_installer.php in the admincp folder. Therefore I couldn't install the hack. 2. Instead I tried to do the hack manually by following this guide: Quote:
3. So I created the 6 varnames in 'user registration options' manually. 4. Now that I have found out how to install the hack, I don't know how to delete the 6 varnames I have created manually. 5. Since I never installed the hack, it evidently doesn't work to uninstall it. ------ BUT something is going on. Tonight we got a new user at 21:56 CET, and I could see that the Forum Staff as I call the welcome_thread_rep had created a post the very same minute. Since the 'Forum Staff' isn't used anywhere else on the board than for the purpose of generating an automatic welcome greeting, the board must have created a welcome greeting. I obtained the information about a post made by Forum Staff on my Bindex portal, but it is nowhere to be found on the board. Moreover it doesn't have a title and seemingly no content. I guess the reason is that I have created the 6 varnames + content in the user registration options, but I haven't added them to the phrase manager. Could that be the reason? And if so, what is the phrase type for each of the 6 varnames? Is it global? |
hi,
this hack works fine however i'm facing a problem.I'm looged into administrator account and in the forum i assigned to this hack (the forumid) i can't see the ip address of the posters.I can in *all* other forums .I'm not blaming your hack yet but.... if it is this is a serious bug look at the two images below the one where's no computer icon in the postbit template that is from your hack the second image is from another forum (on the same board) edit one more image showing my iplogging setting is correc :S why why why the hell ?? |
@ DanCan: it will delete all phrases, setting regardless to installer or instruction posted on my dev board that you used.
@Delphiprogrammi: thanks for pointing it out. attached is patch for the mod that you can use. *first post is now updated* @ChrisBaktis: will be out this weekend. it got pm new user feature and uShop integrated, and admin can set amount of points for users who make new thread at registration. |
Great - looking forward to using this.
|
Quote:
|
I''ve followed the instruction in the V 2.0.0 version but whern I go into User Registration Options its not showing :disappointed:
|
CaNCEL THAT I never ran the install script DOH lol
Very nice hack,thanks |
Quote:
I got it working on my board now. v3 :tired: |
certainly saves me lots of time..............works great. thanx
|
Any word on when you will add the feature so a thread is NOT created unless the new member does one?
|
All times are GMT. The time now is 04:18 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|