vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Automatically Start a Welcome Thread in the Forum of Your Choice (https://vborg.vbsupport.ru/showthread.php?t=91887)

Mr Chad 10-20-2005 02:52 AM

how do i make it show the members profile fields in the welcome post?

I try this but its not working, and i think this has to be possible if it can get the users name inside the post.
Code:

<if condition="$post[field1] != ''"><div>$post[field1]</div></if>
<if condition="$post[field2] != ''"><div>$post[field2]</div></if>
<if condition="$post[field3] != ''"><div>$post[field3]</div></if>
<if condition="$post[field4] != ''"><div>$post[field4]</div></if>
<if condition="$post[field5] != ''"><div>$post[field5]</div></if>
<if condition="$post[field6] != ''"><div>$post[field6]</div></if>
<if condition="$post[field7] != ''"><div>$post[field7]</div></if>
<if condition="$post[field8] != ''"><div>$post[field8]</div></if>
<if condition="$post[field9] != ''"><div>$post[field9]</div></if>
<if condition="$post[field10] != ''"><div>$post[field10]</div></if>
<if condition="$post[field11] != ''"><div>$post[field11]</div></if>
<if condition="$post[field12] != ''"><div>$post[field12]</div></if>


Mr Chad 10-20-2005 03:07 AM

anyone?

Xplorer4x4 10-20-2005 07:12 AM

Profile fields show up for me...

C_P 10-20-2005 12:51 PM

Works like a charm! Love this little mod. Thanks Amy!

Mr Chad 10-20-2005 01:22 PM

Quote:

Originally Posted by Xplorer4x4
Profile fields show up for me...

what does your welcome template looklike?

loonytune15 10-20-2005 02:10 PM

OK so does this now work for vb3.5 Gold? I am totally confused...

Mr Chad 10-20-2005 02:24 PM

Quote:

Originally Posted by loonytune15
OK so does this now work for vb3.5 Gold? I am totally confused...

It works fine. But Im just trying to customize it.

fly 10-20-2005 03:17 PM

Quote:

Originally Posted by chatbum
It works fine. But Im just trying to customize it.

I'm assuming that the profile fields don't work cause all the $post stuff isn't active when the plugin runs. However, I have no idea how to fix it. So yeah, Im not much help. :D

Mr Chad 10-20-2005 09:08 PM

Quote:

Originally Posted by flypaper
I'm assuming that the profile fields don't work cause all the $post stuff isn't active when the plugin runs. However, I have no idea how to fix it. So yeah, Im not much help. :D

yea but shouldnt it work? it just shows up blank in post even though i have all the profile fields, do i need to add something to a php file?

Xplorer4x4 10-20-2005 11:24 PM

Quote:

Originally Posted by chatbum
what does your welcome template looklike?

Just a bassic hello. Welcome to the board. read the rules, buy a subscription to remove the ads and get more featuers. I have no HTML included because I don't need it from what I see.(Sorry to lazy to post it.)

I have a small board so I have only had this tested twice. A member joined as Infamous and the post was created using HIS name, not mine.

However I registered under a name and the post was created with my user name.

Evil X 10-20-2005 11:36 PM

any way to make it so that the new member is the one who makes the thread auto-maticaly.. to be welcomed.... holla

C_P 10-21-2005 01:15 AM

Here is what I did, you can choose to do as you wish.
1. I created a Welcome User Group
2. I created a user "CP Greeter" and assisgned this user ID to that group as it's primary user group.
3. I created a sub-forum called "welcome" and allowed html code.
4. I edited the Amy's VERY nice xml code to reflect the user ID of CP Greeter and the forum ID.

This way, when a user registers, the forum post is automagically created under my CP Greeter profile and he welcomes our new users!
See it in action here:
http://www.cpfools.com/forum/forumdisplay.php?f=91

amykhar 10-21-2005 11:33 AM

Quote:

Originally Posted by ExtProof
any way to make it so that the new member is the one who makes the thread auto-maticaly.. to be welcomed.... holla

That's a different hack. Unfortunately, the guy gave it basically the same name as this one.

C_P 10-21-2005 01:22 PM

Hey Amy, This does work great but it seems to have the same IP as "CP Greeter".
Am I correct in stating this new thread to welcome the new user is created under same IP as the new user and not the official greeter?

amykhar 10-21-2005 07:18 PM

Yes. Given that the "greeter" account is being accessed through the new member's browser.

murrtex 10-22-2005 10:08 AM

would u like to mix your hack and this please? https://vborg.vbsupport.ru/showthrea...3&page=1&pp=15

Xplorer4x4 10-24-2005 06:43 PM

Here are the setup variables from my plug in. Yet, this hack ALWAYS starts the thread under the new members name, and not my name. Any idea what's going on?
PHP Code:

  // Setup Variables
    
$forumid 36// The forum id that you want the thread posted in
    
$postuserid 1// The Userid of the poster
    
$postusername "Xplorer4x4"// The username of the poster
    
$title "Hello " $username " welcome to XP."// The thread title 


murrtex 10-24-2005 07:04 PM

i want to arrange setting from vbulletin setting section..that hack (https://vborg.vbsupport.ru/showthrea...3&page=1&pp=15) can do it..bu it does not write user name by me...it writes by newuser..
your hack can do it it writes by me (poster) but when i change the welcome message ,it is very hard to arrange..do u understand what i am saying..

if it is possible..it will be perfect..

fly 10-25-2005 11:48 AM

Quote:

Originally Posted by Xplorer4x4
Here are the setup variables from my plug in. Yet, this hack ALWAYS starts the thread under the new members name, and not my name. Any idea what's going on?
PHP Code:

  // Setup Variables
    
$forumid 36// The forum id that you want the thread posted in
    
$postuserid 1// The Userid of the poster
    
$postusername "Xplorer4x4"// The username of the poster
    
$title "Hello " $username " welcome to XP."// The thread title 


See this post and make corrections accordingly.

https://vborg.vbsupport.ru/showpost....&postcount=108

Xplorer4x4 10-26-2005 01:09 PM

Ok thanks for the fix, I'll be back if it doesn;t work, but i got faith in ya fly.

fly 10-26-2005 02:22 PM

Quote:

Originally Posted by Xplorer4x4
Ok thanks for the fix, I'll be back if it doesn;t work, but i got faith in ya fly.

Don't thank me, Amy did all the hard work. :P

grc 10-29-2005 07:22 PM

This is a great add on -- but I need some help understanding how to keep the welcome thread from being posted until after the new user has been approved by the moderator.

How can I do 'dat?

Thanks in advance.

SpanishHarlem 10-29-2005 08:42 PM

Awesome hack... Thank's a bunch. click's install

murrtex 10-29-2005 11:10 PM

i found some bug..new user can delete Welcome Thread..is it strange isnt it?

C_P 10-29-2005 11:27 PM

Quote:

Originally Posted by grc
This is a great add on -- but I need some help understanding how to keep the welcome thread from being posted until after the new user has been approved by the moderator.

How can I do 'dat?

Thanks in advance.

I agree, that would be a nice feature of this.

grc 10-29-2005 11:32 PM

Quote:

Originally Posted by C_P
I agree, that would be a nice feature of this.

Here is what I tried -- but it didn't work:
I created a new user named Welcome Committee.
I made that user a regular user and made that the user who posts the welcome message.

I then set the forum up so that new threads had to be approved my a moderator. I thought that would do it -- that the moderator who approved new users would just click on thread approval and it would work.

But, no joy. It just went right ahead and posted the new user instead.

Surely there is a way though.

fly 10-31-2005 11:19 AM

Quote:

Originally Posted by murrtex
i found some bug..new user can delete Welcome Thread..is it strange isnt it?

Then you have permissions set for that group to be able to delete their own threads.

murrtex 10-31-2005 02:09 PM

no.it wasnt him, it was mine thread (welcome thread) (permissions are ok)
do u understand?

fly 10-31-2005 02:13 PM

Quote:

Originally Posted by murrtex
no.it wasnt him, it was mine thread (welcome thread) (permissions are ok)
do u understand?

The welcome thread is the ONLY thread the person can delete?

(This hack would have nothing to with permissions, so I think you have some other problem.)

fly 10-31-2005 02:16 PM

Quote:

Originally Posted by C_P
I agree, that would be a nice feature of this.

If you're familiar with coding and the plugin system, moving the plugin to register_activate_process and wrapping the code below around the plugin should work. That's how I have it running on my board, but is UNTESTED on Amy's hack...


PHP Code:

if ($vbulletin->userinfo['posts'] == '0')
{





Rickie3 11-12-2005 08:42 AM

i'm new to 3.5,this installed easily and works great thankyou clicks *install*

kylek 11-16-2005 10:13 PM

I seem to be missing something. Earlier in the first few posts Amy mentioned two versions - one for notice as person registers, and one for after the person has activated their account. The latter is what I am looking for.

Anyone have it or know what to change on the welcome thread upon registration?

fly 11-17-2005 11:08 AM

Quote:

Originally Posted by kylek
I seem to be missing something. Earlier in the first few posts Amy mentioned two versions - one for notice as person registers, and one for after the person has activated their account. The latter is what I am looking for.

Anyone have it or know what to change on the welcome thread upon registration?

You want the thread to be made after the person verifies their email address?

rob30UK 11-17-2005 12:44 PM

Actually, this mod could be heaps better.....

Can't someone make one that works like this mod request?

https://vborg.vbsupport.ru/showthread.php?t=100940

Far, Far more useful and less robotic I think.

shiola 11-17-2005 01:36 PM

Anyone that has used this hack - Has it improved newbies actually replying to it and getting involved with your forum? Or does it just create loads of threads which get ignored.

This hack sounds good, just want to see if it's actually effective.

Thanks.

fly 11-17-2005 01:45 PM

I use it as a noob jail. They can only post in this auto-gen thread, until they prove that they are not idiots/spammers/etc. It works well for me.

kylek 11-17-2005 04:39 PM

Quote:

Originally Posted by flypaper
You want the thread to be made after the person verifies their email address?

Yes please!! If at all possible so it will be posted after the person activates their account.

"The change the hook part is used only if you want to run this after the user activates their account. Give me a couple of secs, and I'll export that version and zip it up for people to download."

SpanishHarlem 11-17-2005 09:27 PM

Quote:

Originally Posted by shiola
Anyone that has used this hack - Has it improved newbies actually replying to it and getting involved with your forum? Or does it just create loads of threads which get ignored.

This hack sounds good, just want to see if it's actually effective.

Thanks.


I must admit this hack. And I find that yes it has improved the newbies posting. They seem to be getting more and more involved now that they are welcome in a thread. It's even getting my regular member's to post more as well.

Mastar 11-18-2005 12:55 AM

Where can I find the settings for this?

gldtn 11-18-2005 06:51 AM

Would be nice if this hack added a little textbox so guest that are registering can add thier own introduction text and then it would be posted like it's suppose to.

Just a thought! ;)


All times are GMT. The time now is 02:33 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01822 seconds
  • Memory Usage 1,837KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (3)bbcode_php_printable
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete