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

Reply
 
Thread Tools
Force User To Define Profile Fields Details »»
Force User To Define Profile Fields
Version: 1.0, by MarkFL MarkFL is offline
Developer Last Online: Jun 2020 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 4.2.x Rating:
Released: 04-29-2016 Last Update: Never Installs: 14
Uses Plugins
Translations  
No support by the author.

Overview:

This product allows you to designate those profile fields which do not have a default value, are not hidden and are editable by users as required to be filled in by your users. You may exclude users by usergroup and/or username. You may also exclude scripts so that your users will have partial access to your forums until they meet the requirements. You may also choose to allow your users a certain number of "grace posts" before they are required to complete their profile.

Compatibility:

Tested and working on VB 4.2.x and may work on all 4.x versions of vBulletin.

Backup/Warning:

This product does not alter your database, however it is always good practice to make regular backups and you should make a backup before installing ANY new mod.

As always, products are USE AT YOUR OWN RISK. I will provide support and do my best to help but no absolute guarantee is offered.

To Install:
  1. Download and extract the attached .zip file.
  2. Follow AdminCP -> Plugins & Products -> Manage Products -> Add/Import Product.
  3. Click on "Choose File" and browse to the product .xml file that was packaged in the .zip file.
  4. Click "Import."
  5. You MUST enable the product in the settings before it will function.
  6. Configure the remaining settings to your liking. Each setting has a detailed explanation of its use.



Support for this product can be found here:

Download Now

File Type: zip MarkFL - Force User To Define Profile Fields v1.0.zip (4.4 KB, 52 views)

Screenshots

File Type: jpg markfl_forceprofile_acp.jpg (89.2 KB, 0 views)

Show Your Support

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

Comments
  #2  
Old 04-30-2016, 01:41 PM
trollshrooms's Avatar
trollshrooms trollshrooms is offline
 
Join Date: Sep 2011
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any way to have a forum selection added and have the profile info posted in the forum selected by user choice?
Reply With Quote
  #3  
Old 04-30-2016, 01:49 PM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by trollshrooms View Post
Any way to have a forum selection added and have the profile info posted in the forum selected by user choice?
Do you mean a user could select in which forums each profile field would appear in their postbit? If so, this isn't part of the intended purpose of this product.
Reply With Quote
  #4  
Old 04-30-2016, 01:54 PM
trollshrooms's Avatar
trollshrooms trollshrooms is offline
 
Join Date: Sep 2011
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No I mean so it makes a new post in a selected forums of choice with the users profile fields selected in the mod...

Example:

Forum of choice: Introductions

Title: username

Info: biography location occupation etc...
Reply With Quote
Благодарность от:
MarkFL
  #5  
Old 04-30-2016, 02:07 PM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by trollshrooms View Post
No I mean so it makes a new post in a selected forums of choice with the users profile fields selected in the mod...

Example:

Forum of choice: Introductions

Title: username

Info: biography location occupation etc...
So, you mean anytime a user modifies any of the profile fields set as required by this product, a post is made in a thread to show what that user has entered for those fields, as a means of verifying that they simply haven't entered something meaningless just to get around the restriction?

If so, I can see how that might be useful, and I may consider this for a future update.
Reply With Quote
  #6  
Old 04-30-2016, 02:10 PM
trollshrooms's Avatar
trollshrooms trollshrooms is offline
 
Join Date: Sep 2011
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Basically so the required fields make a new post in the specific forum selected, i would have a forum called introductions and then the member that filled in the profile fields correctly it would be posted in that forum...

Just an idea but maybe the profile about me has a hook you can use and have it make a post in a certain forum...
Reply With Quote
Благодарность от:
Stratis
  #7  
Old 05-01-2016, 02:50 PM
Elixar's Avatar
Elixar Elixar is offline
 
Join Date: Jan 2014
Posts: 579
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

PHP Code:
Database error in vBulletin 4.2.2:

Invalid SQL:

        
SELECT profilefield.*
        
FROM science_profilefield AS profilefield
        WHERE profilefieldid 
=;

MySQL Error   You have an error in your SQL syntaxcheck the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3 
Reply With Quote
  #8  
Old 05-01-2016, 03:04 PM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Elixar View Post
PHP Code:
Database error in vBulletin 4.2.2:

Invalid SQL:

        
SELECT profilefield.*
        
FROM science_profilefield AS profilefield
        WHERE profilefieldid 
=;

MySQL Error   You have an error in your SQL syntaxcheck the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3 
Please take a second to mark as installed if you want continuing support.

I am unable to replicate that error...the product runs without error on both my vB 4.2.x dev sites.
Reply With Quote
  #9  
Old 04-05-2017, 10:02 AM
mitch84 mitch84 is offline
 
Join Date: Mar 2008
Location: france
Posts: 516
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi, possible add a option for force user add a avatar? or my request is not for this hack.
maybe a nice antispammer too, no? thx
Reply With Quote
  #10  
Old 04-05-2017, 12:13 PM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mitch84 View Post
hi, possible add a option for force user add a avatar? or my request is not for this hack.
maybe a nice antispammer too, no? thx
For avatars, use this product:

Force Users To Define Avatars
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 04:59 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.06272 seconds
  • Memory Usage 2,335KB
  • 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
  • (2)bbcode_php
  • (4)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
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (2)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (2)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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_postinfo_query
  • fetch_postinfo
  • 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
  • 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
  • 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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete