Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter xavierwp

    (@xavierwp)

    no 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 =/

    Thread Starter xavierwp

    (@xavierwp)

    no 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 =/

    Thread Starter xavierwp

    (@xavierwp)

    no 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 =/

    Thread Starter xavierwp

    (@xavierwp)

    i’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

    Thread Starter xavierwp

    (@xavierwp)

    Never 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

    Thread Starter xavierwp

    (@xavierwp)

    thanks frank i will check it out

    Thread Starter xavierwp

    (@xavierwp)

    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

    hi 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

    well, 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

    sorry 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

    Jeff

    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
    xavi

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

    xavi

    anyone?

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

Viewing 14 replies - 1 through 14 (of 14 total)