saintalm
Forum Replies Created
-
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] WordPress login and backendFor this one: when I click on “Se connecter” > I end up on the same page.
> can I be forwarded into http://zooroom.org/login/
>>> I tried to change the link of your code from
function my_login_url( $login_url, $redirect = null ) {
$login_url = “http://zooroom.org/annonces/creer/”;
if ( !empty($redirect) ) {
$login_url = add_query_arg(‘redirect_to’, urlencode($redirect), $login_url);
}
return $login_url;>>> into :
function my_login_url( $login_url, $redirect = null ) {
$login_url = “http://zooroom.org/login/”;
if ( !empty($redirect) ) {
$login_url = add_query_arg(‘redirect_to’, urlencode($redirect), $login_url);
}
return $login_url;>>> when I do that the redirection is working into http://zooroom.org/login, but then I have issues when I try to login as admin (zooroom/wp-admin): see result in image at http://zooroom.org/loginTmp.jpg
>>>> any idea please
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Link to the user profileHello Greg
I’ve found on internet how to create a plugin: I though it was much complicated…
So I’ve put the code and it’s working perfect now: thanks a lot!Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Categories Icon not appearingHello
I mean these ones as shown in image:
zooroom.org/iconsTmp.jpg
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Link to the user profileAre you planning to put this redirection adress as an option in furture versions?
Thanks
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Link to the user profileHello Greg
Yes I know but for me it’s easier
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Categories Icon not appearingHello Greg
Ok I’ve made a mistake for the categories in the bottom of the page
But still I don’t see the WP Adverts icons appearing in Ads (the icons we define in categories)
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] WordPress login and backendHello
Is there a way to put code in WP Adverts file and not in my theme files, otherwose I loss support from my template provider…
I just want to change this link “Se Connecter” target from
http://zooroom.org/wp-login.php?redirect_to=http%3A%2F%2Fzooroom.org%2Fannonces%2Fcreer%2F
> to : http://zooroom.org/login/Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Link to the user profileHello Greg
Is there a way to put the code in WP Adverts files?
I cannot put it in my template or I lose supportThanks
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Link to the user profileHello Greg
I’ve got a link to this url:
http://zooroom.org/author/elisabeth/
while it should be:
http://zooroom.org/owners/elisabeth/Can I change that?
Thank you
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] WordPress login and backendHello Greg
Thank you for you answer very much appreciated
But can you exlain in which file I should put this code?
And at what part of the file?I’m really bad in code
Thanks a lot!
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] French translationI had these ones:
Editer les listes :
> Changer l’annoncePublier une liste:
> Publier l’annonceThanks
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] WordPress login and backendCan I just link to my standard login page?
like this one:
http://zooroom.org/login/> where to change the code?
Thanks
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Link to the user profileForum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Link to the user profileHello
Thanks for anwser but I’m not good in code: where (in what file) should I put it and at what place in the other code?
About the link: http://example.com/custom/link/here/
> the link is variable: it should be the one of the user who posted the advert. Ex: http://zooroom.org/owners/mathilde/ (list of users here: http://zooroom.org/hotes/)
> I’ve found this on internet: would it work?
https://wordpress.org/support/topic/link-to-authors-profile-page?replies=6
“><?php the_author(); ?>Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Login not working with user not connectedPlease check this infor from my Template:
http://help.wprentals.org/2016/03/07/register-and-login/
I used the “add advert” page and not “Manage”
And I don’t want the user is forward on the backend page