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)

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')
{






All times are GMT. The time now is 09:55 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
  • Page Generation 0.01320 seconds
  • Memory Usage 1,740KB
  • 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_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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