Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 15,151 through 15,175 (of 26,891 total)
  • Author
    Search Results
  • Andreas
    Member

    Thanks, this is working. Just before I added both of feed address into header.php

    #109183
    bobbyh44
    Member

    Hi Again,

    Ahh thanks tgiokdi, getting closer to knowing how to get this working.

    So you install it.

    Then you make a wordpress page.

    Then you add a shortcode tag to that page.

    I’m guessing you add it into the HTML view of the page or a post and it would look something like:

    [bbpress(testforum)]

    Where the name of the forum is ‘testforum’.

    I haven’t tried this but maybe its a step in the right direction. Can anyone tell me what the tag looks like to get the forum to show up… or is it a secret ;)

    #106303
    kai920
    Member

    @anointed, did you ever find a good solution or plugin for this? I tried https://wordpress.org/extend/plugins/widget-context/ but putting forums/* doesn’t allow me to show/hide widgets.

    #95760
    Andre
    Participant

    There aren’t many plugins that work with bbPress 2.0 yet. The ones that do are WordPress plugins, which I assume you know how to install since you installed bbPress 2.0.

    bbPress 1.x plugins will not work with bbPress 2.0.

    Andre
    Participant

    1. It seems as though you are using bbPress 2.0 not the 1.x standalone version. 2.0 does not have a completely separate admin panel, that was just in 0.x and 1.x versions.

    2. bbPress 2.0 uses the WordPress theme. bbPress 1.x has a separate theme. You can customize the WP to make it look better with bbPress, but the only way to give bbPress 2.0 a separate theme is to put it on a different site (which can easily be done using the Multisite features in WP).

    More info on theme compatibility can be found in this topic – https://bbpress.org/forums/topic/bbpress-20-theme-compatibility

    3. I don’t think there’s a way to convert it yet, but check this topic – https://bbpress.org/forums/topic/introducing-bbconverter-convert-your-current-forums-for-use-with-bbpress-2x – and you may be able to talk anointed and AWJunkies into helping.

    #95759
    QuickCat
    Member

    I am very new to bbpress plugin for wordpress. How do I get a plugin within the bbpress plugin for wordpress? I want to use BBcode, BBVideo, UserApprove and Allow Images. Are there any plugins in for this? How does one install a plugin when bbpress is a plugin itself? Can you automatically download or do you have to install manually?

    Will the plugins for the old software work for this bbpress plugin?

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

    #109582

    Hi TechKnow, how about your installation problem? Tell us.

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

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

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

    #109579
    TechKnow
    Member

    Nothing but crickets huh?

    #109649

    As my experiences, any forums or topics or replies not showing are due your WordPress custom theme options, specially options about number of posts displayed on archive pages.

    Try find it and change any number related to archive pages.

    #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!

    #95749
    amirsaam
    Member

    Before installing bbPlugin do you see activity stream?

    Install WordPress again, then set up the BuddyPress. After that install bbPlugin on it.

    If you saw issue again write it down again here

    Maziyar is a Persian name. Are you Persian? Email me then… :)

    Erlend
    Participant

    Fantastic, will start testing right away. A couple questions & suggestions right off the bat:

    – Some very simple step-by-step tutorials for the different kinds of set-ups would go a long way. I’m assuming bbPress 1.x also includes BuddyPress, but it’d be nice to know if there’s any kind of distinction where the conversion is concerned.

    – In the bbConverter settings you ask for a Table Prefix. Which one do you want, the WordPress prefix (commonly wp_ ) or the forum prefix (e.g. bb_ , wp_bb_ , etc.)?

    – In the case of a BuddyPress forum migration, do we really need to keep bbConverter activated for passwords? They should all be compatible already.

    #109604

    BackPress is a subset of WordPress functionality and exists in WordPress, so yes, you’ll have access to it if you integrate.

    #109603
    amirsaam
    Member

    Yep JJJ, bbPlugin is very good but I’ve still have no skill in using it. Other way our people like the StandAlone more than the bbPlugin. For now I want learn more about the SA :)

    This BackPress question is that I want know it and you can better answer me, is that possible to get some function from WordPress after integrating? BackPress will be used here? :)

    #109602

    If you plan on integrating bbPress with WordPress, you’ll have much better luck using 2.0. While its very possible to do in 1.0/1.1, you’re going to have a hard time finding anyone to help you with how.

    #109625

    Are you able to see your forums in wp-admin? If so, is your bbPress 1.0 install in a subfolder of your WordPress install?

    #108099
    ebharding
    Participant

    Any progress on this?

    Here is a screen shot of the dashboard showing the issue.

    my timezone is “Pacific” and that is set in the wordpress settings.

    system clock says 12:21,

    post time stamp is 12:06 and

    the freshness say 7 hours ago.

    http://www.westsac.com/bbpress_timezone_bug.png.

    The forums are going live next week and I am in the process of removing the “Freshness” code from the public views.

    Anointed
    Participant

    @intimez

    We can add vanilla forums to the list.

    As to url’s, no, the converter has nothing to do with url’s. It simply gets your data into the format that WordPress expects to see. Now because it is WordPress, you are able to write your own custom permalink redirects in order to match your old system. Of course a lot is going to depend upon what your old system was like. If the old forums had pretty permalinks, then it is much easier to match with custom rules.

Viewing 25 results - 15,151 through 15,175 (of 26,891 total)
Skip to toolbar