jlaks (@jlaks)

Forum Replies Created

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

  • jlaks
    Participant

    @jlaks

    Wow Rob, I really feel stupid now. Spent 4 hours coping bbPress files to child theme and finessing the php.

    Thanks for the share.


    jlaks
    Participant

    @jlaks

    Thx Rob,

    Missed it as well my eyes are weary. Thank You for the quick response. Setting new forum for my eccomerce site https://www.boatpartsforless.com/. Learned quite a bit about bbPress in a day. Last thing really needing attention before it goes live is a login re-direct and one piece of code color of font forum titles. Really like bbPress but two a few quirky things.

    First: when I registered today for bbPress forum I really had to look for log in then finally figured out it was the icon top right. Seems like logging in and registering should not take that much effort.

    Second: Quirk. After log in site does not redirect back to page you where on. That disappointed me earlier today when searching for info and had to register to add to this topic. Again while I am really liking bbPress so far, seems weird two paramount conveniences are not incorporated in out of the box.

    Last one: is a little scary. If someone inputs incorrect log in information it redirects to WordPress main login in screen. Really have to work on that one before forum goes live. While most hackers know where log in in is for WordPress sites still seems stupid to advertise it like that.

    Or it could just be me, frustrated with having to learn something new.


    jlaks
    Participant

    @jlaks

    BTW really nice site


    jlaks
    Participant

    @jlaks

    Hi blueberry cove,

    Would you mind sharing how you got your login/register, lost password links at top of your forum page. I have created these pages wordpress already. But each time I try and add a button or link to the top of the wordpress forum page. Button or link is added but breaks the bbpress forum itself and forum itself does not show only newly added link or button.

    Thanks in advance


    jlaks
    Participant

    @jlaks

    Hi robkk,

    I have tried every way I can to get the link to show, but no matter what I do it won’t. I can easily change the text “You must be logged in to create new topics” but no luck adding a link there. I have been working with the files form-topic.php, form-reply.php and form-forum.php. Here is the piece of code in each file I am working with including your snippet above. Any help will be much appreciated.

    <div class="bbp-template-notice">
    			<p><?php is_user_logged_in() ? _e( 'You cannot create new topics.', 'bbpress' ) : _e( 'You must be logged in to create new topics.<a href="http://mysitename.com/login" title="login"></a>', 'bbpress' ); ?></p>
    		</div>

    I understand I have to use my url for forum login in “mysitename.com”

    Thanks

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