![]() |
No.
What is the Condition for? It should not show the Error if the Script is profile.php or usercp.php (obviously, otherwise Users would not even have the chance to edit the Fields ;)) So the Condition is PHP Code:
PHP Code:
PHP Code:
|
Quote:
|
Quote:
|
Quote:
|
@Kirby: LOL, DeMorgan's, good explanation.
@Boofo: Okay, thanks, added a how-to link. |
The reason I recommended a txt file was so user's wouldn't have to come back to the thread here to re-install this if they ever needed it. ;)
|
I have uninstalled this but i still get the warning about there being new profile fields and i can't access the site.
|
|
What a great hack. Gonna try to install it with 3.5.0 Gold tonight. Has anyone else tried it?
|
Great >>> :)
|
Quote:
|
Seems to work on 3.5 Gold. No problems. I tested it as much as I could last night, and found nothing wrong. Great hack, because we have a lot of people who didn't fill out the required fields.
|
Works like a champ!
|
really a small but powerfull hack, thanks to the coder.
*installed* |
Will this work with the birthday as well?
I just added the settings in AdminCP for new users to fill it in but I have around 30% of current members who have not. |
Dear Forum Love God,
I Iust tried it on 3.5 Gold, it keeps nagging at me to edit my profile even though I just did. I will leave it installed but disabled for now. Signed, Lost and Confused in Wisconsin. |
I'm having the same issue. I tried the bug fix Marco suggested but that did not work.
|
@:Judge: - nope, this mod is for required profile fields.
@wolfyman - make sure to fill in all required profile fields. @weaver - what bug fix did Marco suggest for this mod? |
I was referring to this bug fix:
http://www.vbulletin.com/forum/bugs3...iew&bugid=1020 Also, the gender profile field was my only required field other than the email and password which were both entered. |
@weaver - oh okay, thanks.
|
@wolfyman and weaver - are you installing this mod as a product?
[ ACP > Manage Products > Add/Import Product > Import Product ] |
Quote:
|
@wolfyman - just ran a test on 3.5 Gold and it worked okay for me. Not sure what to advise. Maybe delete/uninstall the mod, and then reinstall as a product.
|
ok, will try
|
ok, it was already installed as a product - I was pretty sure it was.
I figured out what happened though - the new field was gender, and it was set to editable only at registration. Wich means anybody who registered after the field was added was being asked to edit something they couldn't edit. :D |
@wolfyman: Thanks for the info. Mod has been updated to avoid that issue.
|
Quote:
|
Quote:
|
I just uninstalled and reinstalled the updated version. It wouldn't work with it set to "edit only at registration". I did what wolfyman did and now it works.
|
@weaver: glad it's working. :)
If you set 'Field Required' or 'Field Editable by User' to something other than 'Yes' the mod will now ignore that profile field. |
so not sure.. this is names product and the start of the thread says its a plug,
where is the user can edit profile option at ? do i just upload as product ? *edit* I've dl, and uploaded as a product. set up a new profile field,, checked the field is in the profile options.. i had clicked require user to fill out, and user editable. am i missing something ? even shanged the plugin in acp from the fix that was posted on the bug tracker. I must be missing something |
This was a very helpful hack. Thats for the excellent work.
|
This won't let the user log out until they fill in their information either. Is that by design? If so, how can we allow them to log out?
Thanks |
@Loco Macheen: userid one is not affected by this mod.
@HR3rdGen: thanks, glad you like. :) @ConqSoft: just edit the following line... Code:
from: if (THIS_SCRIPT != 'profile' AND THIS_SCRIPT != 'usercp') |
I will like to use this hack to force the members to update their profiles that when it want to download some attach files (extensions)
is it possible ? |
@Allan: change the hookname from global_start to attachment_start and then use the following as the inner most if block:
Code:
if (empty($zzz_userfield) && $zzz_userfield != "0") |
Thank Calorie, but i'm sorry, I not understand or I have to put this code :(
Would there be a means to choose the extensions clarify for the consideration of this hack ? |
@Allan: you could try attachment_display as the hookname instead, and use something like the following:
Code:
if ($vbulletin->userinfo['userid'] > 1 && $extension == 'txt') |
i tested with id#'s other then admin
where do i see the " edit your profile" box ? and i see it added the querry, but i just don't see the profile request ? |
@Loco Macheen: install the mod as a product from the ACP and, on the profile fields you want to have filled out by users with userid greater than one, set 'Field Required' to 'Yes' and 'Field Editable by User' to 'Yes' for the mod to kick in.
|
All times are GMT. The time now is 04:16 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|