First of all this is a great modification, thanks for sharing eSASe.
Is there a way to redirect members to the avatar page (like by default) after they edited the profile info?
First of all this is a great modification, thanks for sharing eSASe. |
Hi! first of all i can't understand your question correctly but try these mods : http://www.boonex.com/m/FREE_MOD_DeeEmm_Profile_Edit_Redirect http://www.boonex.com/m/Redirect_to_any_page_after_logon_
:) so much to do.... |
There was a post on here last week on how to do the redirect to avatar. I believe deno posted the code.. it was only about 4 lines, and it works great, |
Hi Prashank25,
Thank you for answering. I have used http://www.boonex.com/m/FREE_MOD_DeeEmm_Profile_Edit_Redirect Now it redirects to the avatar page after forced profile edit using the profile info checker. This way it is easyer for people to have the whole profile complete. What i did was:
Edit pedit.php Find... if( empty( $this -> aErrors[0] ) and empty( $this -> aErrors[1] ) ) { // do not save in ajax mode Add underneath... header("Location: /m/avatar/"); |
There was a post on here last week on how to do the redirect to avatar. I believe deno posted the code.. it was only about 4 lines, and it works great, http://www.boonex.com/forums/topic/Redirect-for-Avatar-being-empty.htm ManOfTeal.COM a Proud UNA site, six years running strong! |
ok thanks for sharing after all sharing our knowledge is what makes a community. :) so much to do.... |
Thnx DRautenbach and newton27,
Your option can also be used but the i think in combination with the profile info checker module the option i chose is fine. I dont realy want to force the use of avatars, just point visitors the right way. |
Thnx DRautenbach and newton27,
Your option can also be used but the i think in combination with the profile info checker module the option i chose is fine. I dont realy want to force the use of avatars, just point visitors the right way. I've always had problems with members not "following through" with the avatar photo add because they over look the submit button if their avatar is large after uploading. My solution was to "reverse" the layout of that page, now the avatar edit box is on top and members see they can crop then save it. Now avatars are being completed. http://www.boonex.com/forums/?action=goto&my_threads=1#topic/Re-Arrange-Avatar-Page-.htm ManOfTeal.COM a Proud UNA site, six years running strong! |
Thnx DRautenbach and newton27,
Your option can also be used but the i think in combination with the profile info checker module the option i chose is fine. I dont realy want to force the use of avatars, just point visitors the right way. I've always had problems with members not "following through" with the avatar photo add because they over look the submit button if their avatar is large after uploading. My solution was to "reverse" the layout of that page, now the avatar edit box is on top and members see they can crop then save it. Now avatars are being completed. http://www.boonex.com/forums/?action=goto&my_threads=1#topic/Re-Arrange-Avatar-Page-.htm ohhhh... im off to take a look...... |