Profile Info Checker (ADVANCED) redirect to avatar

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?

Quote · 5 Oct 2011

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....
Quote · 5 Oct 2011

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,

Quote · 5 Oct 2011

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
if (!$this -> bAjaxMode or $this->bForceAjaxSave) {
$this -> saveProfile();
$sStatusText = '_Save profile successful';

Add underneath...

header("Location: /m/avatar/");

exit;
Quote · 5 Oct 2011

 

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!
Quote · 5 Oct 2011

ok thanks for sharing after all sharing our knowledge is what makes a community.

:) 

so much to do....
Quote · 5 Oct 2011

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. Wink

Quote · 5 Oct 2011

 

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. Wink

 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!
Quote · 5 Oct 2011

 

 

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. Wink

 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......

Quote · 5 Oct 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.