xavierwp
Forum Replies Created
-
Forum: Plugins
In reply to: [Login-Logout] auto login and redirect after registrationno luck.., i tried it using different combinations and there’s no change.. this is what i did:
'<a href="<?php echo get_permalink( 8 ); ?>">My Account</a>'; echo $split_char.$item_before.'<a href="<?php echo get_permalink( 8 ); ?>">My Account</a>'; echo $split_char.$item_before.'"item_extra_login">'.'<a href="<?php echo get_permalink( 8 ); ?>">My Account</a>'; echo $split_char.$item_before.'<a href="<?php echo get_permalink( 8 ); ?>">My Account</a>'.$login_extra.$item_after; echo $split_char.$item_before.'"item_extra_login">'.'<a href="<?php echo get_permalink( 8 ); ?>">My Account</a>'.$item_after; echo $split_char.$item_before.'"item_extra_login">'.'<a href="<?php echo get_permalink( 8 ); ?>">My Account</a>'.$login_extra.$item_after;
i’m stuck with this =/
Forum: Plugins
In reply to: [Login-Logout] auto login and redirect after registrationno luck.., i tried it using different combinations and there’s no change.. this is what i did:
'<a href="<?php echo get_permalink( 8 ); ?>">My Account</a>'; echo $split_char.$item_before.'<a href="<?php echo get_permalink( 8 ); ?>">My Account</a>'; echo $split_char.$item_before.'"item_extra_login">'.'<a href="<?php echo get_permalink( 8 ); ?>">My Account</a>'; echo $split_char.$item_before.'<a href="<?php echo get_permalink( 8 ); ?>">My Account</a>'.$login_extra.$item_after; echo $split_char.$item_before.'"item_extra_login">'.'<a href="<?php echo get_permalink( 8 ); ?>">My Account</a>'.$item_after; echo $split_char.$item_before.'"item_extra_login">'.'<a href="<?php echo get_permalink( 8 ); ?>">My Account</a>'.$login_extra.$item_after;
i’m stuck with this =/
Forum: Plugins
In reply to: [Login-Logout] auto login and redirect after registrationno luck.., i tried it using different combinations and there’s no change.. this is what i did:
'<a href="<?php echo get_permalink( 8 ); ?>">My Account</a>'; echo $split_char.$item_before.'<a href="<?php echo get_permalink( 8 ); ?>">My Account</a>'; echo $split_char.$item_before.'"item_extra_login">'.'<a href="<?php echo get_permalink( 8 ); ?>">My Account</a>'; echo $split_char.$item_before.'<a href="<?php echo get_permalink( 8 ); ?>">My Account</a>'.$login_extra.$item_after; echo $split_char.$item_before.'"item_extra_login">'.'<a href="<?php echo get_permalink( 8 ); ?>">My Account</a>'.$item_after; echo $split_char.$item_before.'"item_extra_login">'.'<a href="<?php echo get_permalink( 8 ); ?>">My Account</a>'.$login_extra.$item_after;
i’m stuck with this =/
Forum: Plugins
In reply to: [Login-Logout] auto login and redirect after registrationi’m doing it, i’ m working on my theme files but i’d like to use all the functionality of your plugin in my header, i think is great the way links change depending on the login state, i just don’t know how to implement the php link for the extra item. I’m referring to the following line:
` echo $split_char.$item_before.'”item_extra_login”>’.$login_extra.$item_after;
my link in the widget would be
<a href="https://localhost/aptest/?page_id=8">My Account</a>
…and it works perfect.any idea how can i make this link to work? thanks
xavi
Forum: Plugins
In reply to: [Login-Logout] auto login and redirect after registrationNever mind my previous comment, i figured it out by using the extra-items options, which works great.. just one thing can you please give me some directions about how to write those links for the extra-items in header.. i’m totally lost as i’ m not a coder, your help is greatly appreciatted. thank you.
xavier
thanks frank i will check it out
i found a temporary solution, just open yourtheme/functions.php and add the following line:
error_reporting(0);
it works for me. hope it helps.
xavi
Forum: Plugins
In reply to: [Adminimize] [Plugin: Adminimize] how to remove warning foreach line 804hi bencheh
i am having same issue, i am also using user avatar plugin, it works great but i get the same message in the upload box. i ve been googling around but no luck so far. did you get to fix it?
xavi
Forum: Plugins
In reply to: Auto login after register and redirect to profile pagewell, i enabled custom e-mails module as well as custom passwords module, i am trying to config the settings for user and admin notification, as well as password recovery and reset, but i don’t get the email for new users and new users don’t get the notification email either.
my settings for User Notification are:
From Name
%blogname%
From E-mail: [email protected] –this is my blog’s email
Message:
email:%user_email%
Usuario:%user_login%
Password:%user_pass%
%siteurl%
my settings for Admin Notification are:
To: -i leaved it blank–From Name: Futbol Lago
From E-mail: -i leaved it blank–Message:
Usuario:%user_login%
E-mail:%user_email%
i also leave unchecked the box ‘Disable Admin Notification’
note: i am not using the moderation module, however i tested it and got a new user notification email saying: access not granted to my site.
i wonder if it has to do with the ‘auto login after register feauture’ i just implemented earlier.
xavi
Forum: Plugins
In reply to: Auto login after register and redirect to profile pagesorry just one last question, could you please give an example of how to set user notification email, i mean by using the variable %user_pass%. i am not a coder. thank you
Forum: Plugins
In reply to: Auto login after register and redirect to profile pageJeff
you are a genious, it works perfect, thank you very much. In my next blog i will include tml again and will spread the word about your work.
thank you again
xaviForum: Plugins
In reply to: Auto login after register and redirect to profile pageHello Jeff
nope, thank you for repling, the weird thing is i get a welcome message so register is successful but the form still doesn’t change and you can see i got two repeated links after the submit button.
now my site is live:
https://www.lagofutbol.comxavi
Forum: Plugins
In reply to: Auto login after register and redirect to profile pageanyone?
Forum: Plugins
In reply to: Auto login after register and redirect to profile pageHi
Theme My Login is what i was looking for, brilliant plugin, i am testing the code you provide above but some reason i can’t get it to work properly,
i am using the tml widget and after hitting the submit button for new register the new user get redirected all right to the refered page but the widget form doesn’t change, it keeps the register form on the refered page instead of the welcome user logged in form. Any ideas about this issue?your help is greatly appreciated.
sorry that i can’t provide my url as i am working on my local server.