Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 35,001 through 35,025 (of 64,516 total)
  • Author
    Search Results
  • #109669

    More explanation..

    Your forums_index page is located at myblog.com/forum and displayed full-width or no sidebar. That is what you want and displays perfectly.

    But when you accessing a topic or reply it will show sidebar, it happen due each forum specific page is using specific ‘page template’ that belong to bbPress theme.

    Here example:

    myblog.com/forums – default forums will using ‘single-forum.php’ page template

    myblog.com/forum – your custom page that you use now (in my case I create custom template ‘page-forum-home.php’ to show page without sidebar. On your case just using ‘No Sidebar’ template page)

    But when you browse into (forum)

    myblog.com/forums/forum/general/ – it will using ‘single-forum.php’ page template

    When you browse more (topic)

    myblog.com/forums/topic/rules-and-ethics/ – it will using ‘single-topic.php’ page template

    And that also applies when you edit something or doing something else, it will use different page template that belong to bbPress theme.

    How to solve this?

    I want you to understand that your WordPress theme (not bbPress theme) have page templates, such as

    page.php - default page
    page-full.php - page to show full width or no sidebar
    page-blog.php
    page-contact.php
    page-gallery.php
    page-login.php
    page-search.php
    page-sitemap.php
    page-template-portfolio.php
    etc ... (the number varries and depend on each WP theme)

    You need to copy page-full.php or whatever page to show full width or no sidebar content (html and php styles) and replace (about 75%) for your others bbpress theme.

    That what I going to by owning your the content of “No Sidebars” page template of yours.

    So your forum will display the same layout and styles.

    #109668

    I’m not sure I’m getting you. If I’m creating a new page I can chose “No Sidebars” as template, which I have done for the page where I’ve put my bbpress shortcodes (myblog.com/forum) That page looks fine.

    Yes, that what I meant and you already do that.

    The problem is when I click on a topic or whatever on that page and gets taken to another page. Like myblog.com/forums/forum/topic/

    Then the sidebars show up.

    Its using another page template that I will describe later if you can provide me the content of “No Sidebars” page template. It will be modified to suit another template for use in bbPress.

    Did I just answer your question? :)

    I really appreciate that you’re taking your time to answer me!

    Please don’t give up on me yet :)

    For your notes, English was not my mother language. I’m Indonesian and I do love to help, since it took my two days to understand bbPress (and I still confused a lots) and able to start my own forum site. I browse this forum, since this is the only help available.

    miruru
    Member

    Thank you however this has not made any difference.

    I am using the actual bbpress (2.0) plugin not the standalone and it still displays the 1970 date. It doesn’t matter what date format I use. I have a feeling it made be due to the $post->post_id that is causing this.

    #109667
    Per Carlen
    Member

    I’m not sure I’m getting you. If I’m creating a new page I can chose “No Sidebars” as template, which I have done for the page where I’ve put my bbpress shortcodes (myblog.com/forum) That page looks fine.

    The problem is when I click on a topic or whatever on that page and gets taken to another page. Like myblog.com/forums/forum/topic/

    Then the sidebars show up.

    Did I just answer your question? :)

    I really appreciate that you’re taking your time to answer me!

    Please don’t give up on me yet :)

    If your php code work and displayed the date as “THU JAN 1970”, it happen due php code ‘D M Y’

    You should refer this page http://php.net/manual/en/function.date.php to change code that will suit your display need.

    <?php global $post;

    $lalaposttime = date( 'CHANGE THIS', strtotime( $post->post_id ) );

    echo $lalaposttime; ?>

    AFAIK when posts (or pages, forums, topics or replies) were saved on specific timezone, and the you change to another timezone your post date won’t be changed.

    Those new timezone only affect the next posts, and your previous post will have same post date. So when you visit your forum, it still showing old date.

    #95750
    maziyar
    Member

    Hey man

    Thanks for reply,

    I just did what you said. Install a clean WP and after that I installed BP from plugin directory. I tested the activity stream, it worked. I install bbpress plugin and the activity stream still not working.

    If I do this in WPMU, it’s a same situation but the other blogs(site) if they use bbpress it show on activity stream in the main website.

    I’ve done this in varity of environment. Like I said, Ubuntu+XAMPP, Ubuntu+LAMP, Windows+WAMP and MAC OS X + MAMP.

    #109664
    Per Carlen
    Member

    Thanks alot for helping me out!

    I have removed <?php get_sidebar(); ?> in the .php’s within …/wp-contentpluginsbbpressbbp-themesbbp-twentyten folder, but as you say, that’s not where I should be looking.

    The thing is that I want to keep my sidebars on the rest of the blog so I don’t want to remove them in my wp-theme (Suffusion). Is there a way to remove the sidebars from the forum part of my blog, but keep them on the other pages?

    Thanks again!

    #109682

    In reply to: BBPress Avatars

    tgiokdi
    Member

    I too would like avatar display to be an option.

    tgiokdi
    Member

    just wanted to say that this converter worked much better than the included one. The included one didn’t really do anything, it just sat there and looked silly.

    #109181
    tgiokdi
    Member

    perhaps in the bbpress installation, there should be a suggestion to add a page with the shortcode already on it, or create a link in the menu. It took me a while to figure out just where the ‘new’ forum was.

    #109304

    Glad you solve it, I just started new forum using bbPress too and this forum is the only one where we can find answers, so lets help each others.

    #40194

    Topic: BBPress Avatars

    in forum Installation
    cbur
    Member

    How can I make it so users wordpress avatar pics are not shown in the new topic area? For instance, I use avatars all over my wordpress site, but I do not want them to show up anywhere in the bbpress forums on the site. Username is enough, the pictures are not needed in the forum area at all.

    I noticed I can remove them by editing the HTML, but when a new topic is created the avatar is pulled right back in. I would suspect I may need to comment out some of the php somewhere.

    Any help would be greatly appreciated.

    #109303
    demonboy
    Participant

    Permalinks doesn’t come into it as this was working before I started uploading a theme. However I think I have solved the issue, and of course it was very straightforward! Quite simply I had not copied the bbpress folder into my theme’s folder as I assumed this was a theme in itself.

    Of course I wouldn’t have worked this out if I had not attempted to follow through your suggestions, so thank you for helping me work out my own stupid mistake ;)

    #109302

    Permalinks! Have you save it for WordPress and also bbPress?

    First, you never lose your forums post unless yo delete it. It just not shows, that all.

    Can you describe more about your problems? Start from the beginning.

    ebharding
    Participant

    discovered something interesting

    I have http://www.westsac.com and http://www.westsac.com/news-ledger. This is a Multisite installation. the BBPress forum are activated on both (network activated) site but we are only using them on the main site

    http://www.westsac.com/forums/ here the freshness is off by -7 hours on the other site

    http://www.westsac.com/news-ledger/forums/forum/top-level/ the freshness is correct.

    I scanned the options table of both sites and discovered that the got_offest was different, main site was set to -7 the other site was blank.

    So I change the gmt_offset to blank on the main site, but that did not make a difference.

    Does something have to happen for this change to take effect?

    #109300

    I have version 2.0 but can’t for the life of me get my theme to be picked up. I have followed the guide here: bbpress.org/forums/topic/bbpress-20-theme-compatibility as best I could but there are some things not well explained. This is what I have done so far:

    Great, you find that!

    1. Copied all the files from /bbpress/bbp-themes/bbp-twentyten/ and placed into the root of my theme (wp-content/themes/mytheme/)

    Correct, beware of replacing files by accident. Usually you will have 2 file left style.css and functions.php

    2. Copied the .js and .css files from the /bbpress/bbp-themes/bbp-twentyten/css/ and /bbpress/bbp-themes/bbp-twentyten/js/ folders into the root of my theme (wp-content/themes/mytheme/)

    Correct!

    3. I also copied the content of style.css from the bbp-twenty-ten theme into my own css file, which also sits in wp-content/themes/mytheme/

    Yes, add it at the bottom of the file.

    4. I copied the entire contents of functions.php from the bbp-twenty-ten folder to my own theme functions.php, which also sits in the root of my theme folder.

    Don’t do that. Just add this to your functions.php file:

    add_theme_support( 'bbpress' );

    All that displays is the ‘Forums’ header but no content.

    You need to make some forum first withing WordPress admin dashboard then you will have some content when you display the forum itself..

    What am I doing wrong? Have I placed something wrong somewhere? Should I have copied the whole bbp-twentyten folder itself into the root of my theme folder? What is that first page that gets served up when hitting http://www.mywebsite.com/forums/? Is it page-front-forums.php and should that be sitting in the root of my theme as it is currently?

    I’m also confused my the functions.php where it says:

    // Setup the theme path

    $this->dir = $bbp->themes_dir . ‘/bbp-twentyten’;

    // Setup the theme URL

    $this->url = $bbp->themes_url . ‘/bbp-twentyten’;

    Following this, I’ve tried copying bbp-twentyten folder into the root of my theme, but still nothing.

    Yours, quite confused.

    Don’t do that. Skip this.

    After you do above that I recommend, tell me the result.

    #109581
    Andre
    Participant

    Put [bbp-forum-index] as the content of the page if you want a list of forums displayed.

    Put [bbp-topic-index] as the content of the page if you want a list of topics displayed.

    Other shortcodes are listed at https://bbpress.org/forums/topic/bbpress-20-shortcodes.

    #109580

    Ok, I try to help.

    You should read this https://bbpress.org/forums/topic/bbpress-20-shortcodes

    Then if you still encounter problems, just reply again. I will be here.

    #40193
    Kimber sklin
    Member

    I was changing a few basic settings after my bbPress install, the last change bring to nice fancy text permalinks, then bam. 500 Internal Server Error.

    I checked my host error log and the error is .’htaccess: Options not allowed here.’

    I don’t know a lot about .htaccess but is it something to do with the multiviews? I’ve done a lot of googling but only confusing similar posts seems to come up – hope someone can help?

    Url is: http://www.neverenoughnotes.co.uk/forum, .htaccess is t chmod 755

    ‘# BEGIN bbPress

    Options -MultiViews

    AllowOverride All

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /forum/

    RewriteRule ^page/([0-9]+)/?$ /forum/index.php?page=$1 [L,QSA]

    RewriteRule ^forum/([^/]+)/page/([0-9]+)/?$ /forum/forum.php?id=$1&page=$2 [L,QSA]

    RewriteRule ^forum/([^/]+)/?$ /forum/forum.php?id=$1 [L,QSA]

    RewriteRule ^forum/?$ /forum/ [R=302,L,QSA]

    RewriteRule ^topic/([^/]+)/page/([0-9]+)/?$ /forum/topic.php?id=$1&page=$2 [L,QSA]

    RewriteRule ^topic/([^/]+)/?$ /forum/topic.php?id=$1 [L,QSA]

    RewriteRule ^topic/?$ /forum/ [R=302,L,QSA]

    RewriteRule ^tags/([^/]+)/page/([0-9]+)/?$ /forum/tags.php?tag=$1&page=$2 [L,QSA]

    RewriteRule ^tags/([^/]+)/?$ /forum/tags.php?tag=$1 [L,QSA]

    RewriteRule ^tags/?$ /forum/tags.php [L,QSA]

    RewriteRule ^profile/([^/]+)/page/([0-9]+)/?$ /forum/profile.php?id=$1&page=$2 [L,QSA]

    RewriteRule ^profile/([^/]+)/([^/]+)/?$ /forum/profile.php?id=$1&tab=$2 [L,QSA]

    RewriteRule ^profile/([^/]+)/([^/]+)/page/([0-9]+)/?$ /forum/profile.php?id=$1&tab=$2&page=$3 [L,QSA]

    RewriteRule ^profile/([^/]+)/?$ /forum/profile.php?id=$1 [L,QSA]

    RewriteRule ^profile/?$ /forum/profile.php [L,QSA]

    RewriteRule ^view/([^/]+)/page/([0-9]+)/?$ /forum/view.php?view=$1&page=$2 [L,QSA]

    RewriteRule ^view/([^/]+)/?$ /forum/view.php?view=$1 [L,QSA]

    RewriteRule ^rss/?$ /forum/rss.php [L,QSA]

    RewriteRule ^rss/topics/?$ /forum/rss.php?topics=1 [L,QSA]

    RewriteRule ^rss/forum/([^/]+)/?$ /forum/rss.php?forum=$1 [L,QSA]

    RewriteRule ^rss/forum/([^/]+)/topics/?$ /forum/rss.php?forum=$1&topics=1 [L,QSA]

    RewriteRule ^rss/topic/([^/]+)/?$ /forum/rss.php?topic=$1 [L,QSA]

    RewriteRule ^rss/tags/([^/]+)/?$ /forum/rss.php?tag=$1 [L,QSA]

    RewriteRule ^rss/tags/([^/]+)/topics/?$ /forum/rss.php?tag=$1&topics=1 [L,QSA]

    RewriteRule ^rss/profile/([^/]+)/?$ /forum/rss.php?profile=$1 [L,QSA]

    RewriteRule ^rss/view/([^/]+)/?$ /forum/rss.php?view=$1 [L,QSA]

    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule ^.*$ /forum/index.php [L]

    </IfModule>

    # END bbPress’

    miruru
    Member

    Most forum software displays the actual date for the freshness. I have used the following code as an example:

    <?php global $post;

    $lalaposttime = date( 'D M Y', strtotime( $post->post_id ) );

    echo $lalaposttime; ?>

    This worked to a point, however it displays the date as “THU JAN 1970”.

    I assumes that it will be different for the bbpress plugin itself.

    Could anyone help get me started with this?

    Thanks in advance.

    #109322

    In reply to: Where is my Forum?

    How to access your forum? (please create some forums first)

    – After you installed bbPress, sitename.ext/forums/ will always display your forum site.

    – If you are not merge bbPress theme with WordPress theme, you can create a page and use shortcode [bbp-forum-index] to show the forum index/archive

    – If you are merge bbPress theme with WordPress theme, you can create a page and choose page template bbPress – Forums (index)

    and you will see your forum.

    #109663

    ..

    I changed this in mypage.com/wp-content/plugins/bbpress/bbp-themes/bbp-twentyten

    But I don’t use that theme. I use NO theme. So where do I remove the sidebars?

    Hi, AFAIK every bbPress usage always use ‘bbPress default theme’ located within …/wp-contentpluginsbbpressbbp-themesbbp-twentyten folder (except you integrated it with your WordPress theme or you are using custom theme already).

    So you are using ‘bbPress theme’ already and there are no sidebars within that default theme. Sidebars if from your WordPress theme, that you should edit.

    Things looks okey so far! Now I want to remove the sidebars from the forum (not the page, I know how to do that) and I have read a couple of tutorials but still don’t get it.

    Some theme have page template to display ‘full width page’, you must choose it. If your theme don’t have it try create it.

    Here are sample of page using shortcode [bbp-forum-index]

    -> http://themescommunity.com/forums-index/

    I’m newbie too!

    #109662
    Per Carlen
    Member

    Another thing; can I apply a theme on bbpress that doesn’t affect the rest of my blog? Like Suffusion for the blog, Twenty Ten for bbpress?

    Thanks!

    #40192
    Per Carlen
    Member

    I have a blog with the Suffusion-theme on wich I just installed bbpress. I don’t need a fancy theme for bbpress.

    * Created a new page for the forum (blablabla.com/Forum)

    * Set up all the forums/subforum etc.

    * Used the shortcode for showing the forum = [bbp-forum-index]

    Things looks okey so far! Now I want to remove the sidebars from the forum (not the page, I know how to do that) and I have read a couple of tutorials but still don’t get it.

    I don’t want to use a theme or childtheme, I want the forum to have the same coloring etc. as the Suffusion theme I use. So where do I remove the sidebars?

    I have removed <?php get_sidebar(); ?> from:

    * single-forum.php

    * single-topic.php

    * single-reply.php

    as described in another thread in here. I changed this in mypage.com/wp-content/plugins/bbpress/bbp-themes/bbp-twentyten

    But I don’t use that theme. I use NO theme. So where do I remove the sidebars?

    Please let me know what I’m doing wrong here! :)

Viewing 25 results - 35,001 through 35,025 (of 64,516 total)
Skip to toolbar