View Single Post
  #622  
Old 03-10-2006, 01:42 PM
Mosh's Avatar
Mosh Mosh is offline
 
Join Date: Aug 2004
Location: Melbourne, Australia
Posts: 1,968
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Parture
There Should be 5 Steps Not 4 Steps

Ted S has a great 4 steps: (1) welcome message for guests, (2) message for those who did not get an email to verify or who gave the wrong email address submitted, (3) a message for those who validated their email to post their first post), and (4) a message for those who have not posted for 2 weeks.

Totally awesome! I love it.

I also moderate my accounts though for registing as I have no choice, because sometimes spammers come in from 4chan.org for example plotting by bringing in 100 to 185 people at once to spam literally hundreds of grotesque posts in just a couple of hours (and they do this a couple times a week, picking their spots for the attack. So you see I have to moderate registering. Initially, I took the message to post a first post to an "Introductory" forum to allow new members to post in this forum while still moderating registration. Those in the COPPA user group could post in the Introductory forum, but still the spammers would come. They only don't attack my site when I moderate registration and disallow posting until a registration is approved.

As it is now, I changed (3) to read as follows:

"Our records indicate that you have never posted to our site before! If your registration is now approved, why not make your first post today by starting a new topic or responding to an existing thread.

Why not start with your first post today and become an active part of Biblocality Christian Forums now!" http://biblocality.com/forums

However I would prefer, and it would be better, if this message came after a message 2.5 which says something about being in the moderator que waiting for the account to be confirmed. Please be patient for a moderator to approve your account.

Then, after an account that has registered is approved, they can receive header that invites users to post their fist post to any forum.

After someone validates their email, they are not placed in the Registered User Group for my forum, but they are placed in the COPPA (Users Awaiting Moderation) User Group to become Registered Users.
OK, the quick and easy way is

Create 1 new phrase

Code:
Phrase Type: GLOBAL
Product: Welcome Headers
Varname: welcome_coppa
Text: You are currently on the Moderation Queue, awaiting account confirmation. Please be patient while waiting a Staff Member to approve your account.
Edit the welcome_headers template:

Find:

Code:
	<!-- / guest welcome message -->
<else />
Paste underneath it:

Code:
<if condition="is_member_of($bbuserinfo, 4)">
	<!-- / coppa/moderated user message -->
	<br />
	<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
	<tr> 
		<td class="alt1">
			<phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_coppa]</phrase>
		</td>
	</tr> 
	</table>
	<!-- / coppa/moderated user message -->
<else />
Save your template, and that is you all done, you now have your 5th message.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01280 seconds
  • Memory Usage 1,781KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete