Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

Reply
 
Thread Tools
SCANU's Warning to Users Awaiting Email Confirmation Details »»
SCANU's Warning to Users Awaiting Email Confirmation
Version: 2.1, by Scanu Scanu is offline
Developer Last Online: Apr 2022 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 4.x.x Rating:
Released: 09-12-2011 Last Update: 08-14-2012 Installs: 187
Uses Plugins Auto-Templates
Translations  
No support by the author.

Description

This modification add a warn in the forum that alert users that they are awaiting email confirmation (only if they are). Look at the screenshots for more!

Installation - Upgrade
Upload the xml file via admincp and go in settings -> Warning to users... to customize the text and the style
Upgrade: Redownload and reupload the file, making sure that overwriting is set to yes

Translations
  • Arabic language by Dr.OsamA (download in the attachments)

IF YOU LIKE THIS MOD PLEASE MARK AS INSTALLED AND NOMINATE

To get support:
  1. Mark this mod as Installed
  2. Copy/Pasted errors or screenshots
  3. URL/link to site

Thanks to CharlieDelta for the idea and thanks to my brother that allowed me to use his style. Please if there are errors in the phrases let me know.
To the coders: This mod use javascript and css but i don't want to write them in other files because i like that the mod is easy to install so you have not to upload files, the image too are situated in online server so you don't have to download and re-upload in your server. That's all

Download Now

File Type: xml Warning to Users Awaiting Email Confirmation-Arabic by alra7ba.xml (10.8 KB, 56 views)
File Type: xml Warning to Users Awaiting Email Confirmation 2.0.5.xml (13.7 KB, 263 views)
File Type: xml Warning to Users Awaiting Email Confirmation 2.1.xml (13.2 KB, 285 views)

Screenshots

File Type: png warnaca.png (22.9 KB, 0 views)
File Type: jpg CSS.jpg (63.8 KB, 0 views)
File Type: jpg Settings.jpg (91.6 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #72  
Old 11-06-2011, 10:08 AM
karel1985 karel1985 is offline
 
Join Date: Mar 2007
Location: Belgium
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Scanu View Post
Simple download this modified file in the attachments i just added 1 or 2 line of code
Great ! Can i adapt this also for your other mod? (for guest to register?)
Reply With Quote
  #73  
Old 11-06-2011, 10:19 AM
Scanu's Avatar
Scanu Scanu is offline
 
Join Date: Nov 2010
Posts: 829
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you're able to do it yes otherwise i will help you
Reply With Quote
  #74  
Old 11-06-2011, 10:43 AM
Scanu's Avatar
Scanu Scanu is offline
 
Join Date: Nov 2010
Posts: 829
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Karel find this in the xml of Guest Warn
PHP Code:
if (in_array(THIS_SCRIPT, array('register'))) 
And replace with
PHP Code:
if (in_array(THIS_SCRIPT, array('register','index'))) 
Then reupload the product via pca
Reply With Quote
  #75  
Old 11-06-2011, 11:09 AM
karel1985 karel1985 is offline
 
Join Date: Mar 2007
Location: Belgium
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Scanu View Post
Karel find this in the xml of Guest Warn
PHP Code:
if (in_array(THIS_SCRIPT, array('register'))) 
And replace with
PHP Code:
if (in_array(THIS_SCRIPT, array('register','index'))) 
Then reupload the product via pca
Thanks, however i am using vbadvanced for index, so when i changed this as you said, then it was still visible on the index but not anymore on the forum index...

But i found it :-) the name for my vbadvanced index was adv_index so this worked !

Also, if you want to change this without reinstalling this mod (you lose the translation and settings...), its better to change in Plugin Manager
Reply With Quote
  #76  
Old 11-06-2011, 11:20 AM
Scanu's Avatar
Scanu Scanu is offline
 
Join Date: Nov 2010
Posts: 829
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes as you said if you use vbadvanced index the script is adv_index
Reply With Quote
  #77  
Old 11-20-2011, 02:42 PM
OldSchoolDSL OldSchoolDSL is offline
 
Join Date: Oct 2010
Posts: 1,196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've updated the English in this file. The explanation provided is a little longer than the original, but friendlier and clearer on explaining the process.

Hello username, if you reading this, it means your one last step away from becoming a member. Please check your e-mail for your e-mail conformation letter to activate your account. You will not be able to reply or post until you confirm your account. If after a while you can't find your e-mail confirmation letter in your inbox, please double-check your spam box as it could mistakenly get lost there. Finally if you still after waiting do not receive your confirmation e-mail, you can Click here to be sent a new one.
Attached Files
File Type: xml Warning to Users Awaiting Email Confirmation 2.0.xml (13.7 KB, 12 views)
Reply With Quote
  #78  
Old 11-20-2011, 04:20 PM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by OldSchoolDSL View Post
I've updated the English in this file. The explanation provided is a little longer than the original, but friendlier and clearer on explaining the process.

Hello username, if you reading this, it means your one last step away from becoming a member. Please check your e-mail for your e-mail conformation letter to activate your account. You will not be able to reply or post until you confirm your account. If after a while you can't find your e-mail confirmation letter in your inbox, please double-check your spam box as it could mistakenly get lost there. Finally if you still after waiting do not receive your confirmation e-mail, you can Click here to be sent a new one.
In the first incidence ... confirmation not conformation ....

Regards,
Doug
Reply With Quote
  #79  
Old 11-20-2011, 07:22 PM
Scanu's Avatar
Scanu Scanu is offline
 
Join Date: Nov 2010
Posts: 829
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by OldSchoolDSL View Post
I've updated the English in this file. The explanation provided is a little longer than the original, but friendlier and clearer on explaining the process.

Hello username, if you reading this, it means your one last step away from becoming a member. Please check your e-mail for your e-mail conformation letter to activate your account. You will not be able to reply or post until you confirm your account. If after a while you can't find your e-mail confirmation letter in your inbox, please double-check your spam box as it could mistakenly get lost there. Finally if you still after waiting do not receive your confirmation e-mail, you can Click here to be sent a new one.
Thank you so much for your great help!
Reply With Quote
  #80  
Old 11-21-2011, 03:22 AM
OldSchoolDSL OldSchoolDSL is offline
 
Join Date: Oct 2010
Posts: 1,196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BadgerDog View Post
In the first incidence ... confirmation not conformation ....

Regards,
Doug
No sleep makes for poor thinking. LOL

This corrects my typing error and lack of sleep.
Attached Files
File Type: xml Warning to Users Awaiting Email Confirmation 2.0.xml (13.7 KB, 9 views)
Reply With Quote
  #81  
Old 01-08-2012, 03:08 PM
Alan_SP's Avatar
Alan_SP Alan_SP is offline
 
Join Date: Nov 2009
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Only problem I see is that this shows only on forum pages, not in CMS and other pages. Is there a way to make it visible on all pages?

Also, please include in CSS option to manually decide how wide is notice to users waiting email confirmation. Now I need to change it manually (I use pretty long text).

You could add this link: profile.php?do=editpassword It leads to options for changing email address, as some users give wrong email address and with this link they could change it and try confirm another one.

Anyway, pretty useful, especially if it will work on all pages.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:43 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08916 seconds
  • Memory Usage 2,367KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (12)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (8)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete