Hi need some help. What did i have to change that Avatar always will be copy into profile photos album and what to do that on Avatarside will disapear "Copy to profile photos album"?
Pls give me some Help
Kind regards
nightlover
Hi need some help. What did i have to change that Avatar always will be copy into profile photos album and what to do that on Avatarside will disapear "Copy to profile photos album"? Pls give me some Help Kind regards nightlover |
Open the: modules\boonex\avatar\templates\base\block_wide.html
find this string : <input type="checkbox" name="copy_to_profile_photos" id="copy_to_profile_photos" checked="checked" />
and replace with <input type="checkbox" name="copy_to_profile_photos" id="copy_to_profile_photos" /> PS: If possible do not write me personally, please try to ask on the forum first |
Ok i think we did missunderstood us. I would like have that when a user uploads an avatar it always will save in profile photos album. They should not select yes or no u know what i mean? I willnot gif users posibility to select it.
regards |
Ok i think we did missunderstood us. I would like have that when a user uploads an avatar it always will save in profile photos album. They should not select yes or no u know what i mean? I willnot gif users posibility to select it.
regards OK I understood you now :)
open the : modules\boonex\avatar\classes\BxAvaModule.php
find these strings : if ($_POST['copy_to_profile_photos']) { and replace with :
PS: If possible do not write me personally, please try to ask on the forum first |
It's funny how some people must have, that which drives me nuts. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Thank u very much thats what im looking for, good work regards |
Thanks
I was needing that little mod too
Thanks |
you are welcome! PS: If possible do not write me personally, please try to ask on the forum first |
thanks, i used this too...I don't like giving users options... Now I'm wondering if its possible to remove the radio box and text? |