bbPress

Simple, Fast, Elegant

bbPress support forums » Installation

Return to blog button?

(3 posts)
  • Started 2 years ago by blackdigitgroup
  • Latest reply from ear1grey
  • This topic is not a support question
  1. blackdigitgroup
    Member

    I've integrated with Wordpress and I've noticed that there is no easy way for users to return to my site after visiting the forum.

    I'm a newbie, and was wondering if there is an easy way to put this together?

    Would this be useful?

    Thanks!

    Posted 2 years ago #
  2. blackdigitgroup
    Member

    It's primitive, but in bb-templates/header.php, under:

    <div id="wrapper">

    I added:

    <FORM METHOD="LINK" ACTION="http://myblogurl.com/">
    <INPUT TYPE="submit" VALUE="Return to My Blog">
    </FORM>

    It puts a return to blog button on the upper left hand corner of the header.

    There's got to be a better way, but for now it's suits my purposes.

    Any suggestions?

    Posted 2 years ago #
  3. Personally I just created a super-header (at $_SERVER["DOCUMENT_ROOT"]."/tabs.php") which is included as part of my wp and bb theme. It provides consistent tabs for blog, forum, etc.

    Posted 2 years ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.