![]() |
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 03:27 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:
|