Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '+.+default+.+'

Viewing 25 results - 4,476 through 4,500 (of 6,794 total)
  • Author
    Search Results
  • You can change the forums slug in your bbPress setting. Just navigate to Setting > Forums in your dashboard and change the default value in “Archive Slugs” & “Single Slugs”

    It’s recommended that you keep the “Single Slugs” enabled, since it’s what differentiate between a topic, tag, reply & user. Just change it to something different.

    spidersilk
    Member

    I’m in the process of converting a standlone BBpress 1.1 installation into the 2.02 plugin version (well, really, recreating it from scratch in the plugin version, because the importer apparently doesn’t work if your blog actually has any users or content).

    And I’ve run into a problem – the default permalink structure for the BBpress plugin is really bizarre. It adds a “forums” slug for the forums area, which is fine and to be expected, but then it also insists on adding an additional “forum” slug before the name of each forum, so that instead of a normal URL like example.com/forums/announcements, you get example.com/forums/forum/announcements, which looks weird and awkward. I tried just removing the forum slug, but that left a double slash in the URL, which my web browser then reduced to a single slash, resulting in a 404 error.

    And for posts within forums, instead of the sort of URL you would normally expect – i.e. for a post in the announcements forum, something like example.com/forums/announcements/welcome, or example.com/forums/announcements/12345 or whatever, you have example.com/forums/topic/welcome – there doesn’t appear to be any way to associate the posts with the actual forum they’re in.

    Is there any way to fix this? Obviously the “forums/forum” thing is the most important – having the completely useless “topic” slug in the post URLs is annoying and pointless, but the “forums/forum” thing makes it look like I was drunk when I set the forums up or something – I really can’t let it go live with a glitch like that in the URLs. But I’d like to fix the topic issue too if possible. Any ideas?

    #113520

    In reply to: email notification

    locomo
    Participant

    not sure if this is the best way but I’m doing this to have the checkbox checked by default:

    /* set forum subscription field checked by default */

    function my_forum_topic_subscribed_by_default() {

    echo ‘<script type=”text/javascript”>jQuery(“#bbp_topic_subscription”).prop(“checked”,”checked”);</script>’;

    }

    add_action(‘bbp_theme_after_topic_form_subscriptions’, ‘my_forum_topic_subscribed_by_default’);

    add_action(‘bbp_theme_after_reply_form_subscription’, ‘my_forum_topic_subscribed_by_default’);

    #44637
    Nate
    Participant

    Problem: Remove sidebar from bbPress

    Solution: My theme has a Full Width option

    I know that if I input my shortcode into a Page, it will display the forum in the Template of my choosing. Presto, the forum index is within Full Width.

    Yet when the user decides to choose a forum, they’re relegated to the Theme’s default Template, which includes the sidebar.

    Meeeeh.

    Is there a quick and dirty way to tell bbPress to use the Full Width template that’s already available?

    I recently noticed that when I try to start a topic or posting a reply, it’s taking about 30+ second before the topic/reply is show up. If you try to tell me there may be a “bad plugin” and try to disable all of it except bbPress, save it. I have tried the following:

    1. Using different browser.

    I find out that when I try to use Firefox 12.0 to post, it’s loading extremely slow. But this is not happening in Internet Explorer 9 or Google Chrome 18.

    Try to start Firefox in safe mode? Yes I have tried to do that but it doesn’t make a difference.

    2. Using different user/computer.

    It’s still the same.

    3. Try to post a comment in a normal post.

    I was able to comment a post without any problems, so I think it may be a “bad plugin” problem.

    4. Disable all plugin (except bbPress & BuddyPress)

    But the same thing happen. FYI I don’t edit either the bbPress or BuddyPress files.

    5. Using different theme.

    I replace my modified custom community theme with BuddyPress Default theme and see if I putting bad codes in my theme. But this doesn’t solve problem even I tried other themes.

    6. Change permalink structure.

    It doesn’t make any changes, and I don’t think it will help.

    7. Reinstall WordPress, bbPress & BuddyPress

    Still doesn’t make any changes.

    8. Create a new install in another domain.

    I use http://scirefs.com/ as my main and http://www.scirefs.org as a sandbox (with the same configuration as in SCIREFs.com) with only bbPress and BuddyPress activated. But everything works fine in SCIREFs.org with either bbPress 2.02 or 2.1 and I have no issue with Firefox 12.

    9. The Cloudflare……

    Since I have Cloudflare as my CDN for SCIREfs.com but not SCIREFs.org, I tried to remove SCIREFs.com from Cloudflare and add SCIREfs.org to it and see what happens. The result: The issue with Firefox at SCIREFs.com disappear but SCIREfs.org is now facing the old issue.

    Do anyone here have any ideas what’s wrong with it? Or someone here is facing the same problem? This seems to be the first and the only problem I can’t figure it myself.

    You can login to SCIREFs.org using the following information:

    Username: demo

    Password: demo

    URL of the forums: http://www.scirefs.org/test-forums

    And try to start a topic or post a reply using Firefox and see if it’s happening to you.

    #109942
    kennymcnett
    Member

    Thanks mattsimo and jaredatch. Worked the charm.

    Here are all of the $args and the defaults, FYI (pulled from bbPress core file: bbp-common-template.php)

    // HTML
    'before' => '<div class="bbp-breadcrumb"><p>',
    'after' => '</p></div>',
    'sep' => is_rtl() ? __( '&lsaquo;', 'bbpress' ) : __( '&rsaquo;', 'bbpress' ),
    'pad_sep' => 1,

    // Home
    'include_home' => $pre_include_home,
    'home_text' => $pre_front_text,

    // Forum root
    'include_root' => $pre_include_root,
    'root_text' => $pre_root_text,

    // Current
    'include_current' => $pre_include_current,
    'current_text' => $pre_current_text

    #44610
    earnshae
    Member

    Hello,

    I installed bbpress and I really like it.

    I found that there is an alignment issue that is caused by the return of the bbp_reply_class function for the default theme bbp-twentyten.

    I noticed that others were having the same problem.

    So I fixed it in my version and would like to submit my bug fix…

    How do I go about doing that for this project. I have never contributed a patch to an open source project before but would like to submit this bug fix.

    Thanks for your help.

    What are your hosts using as web hosting control panels? cPanel, vDeck or something else?

    Take me as an example (I’m using vDeck 4), in your control panel, navigate to “File Manager” (or similar name). If your install your website in root directory, then navigate to /wp-content/plugins/ and upload your bbPress zip file there. For sub-directory, navigate to /”sub-directory”/wp-content/plugins/ and upload it there. Uncompress the zip file.

    In your wordpress dashboard, go to Plugin section. You should see the bbPress in your plugin list. Activate it and you’re done.

    Actually there’s an easier way to do this. Navigate to Plugin > Add New. Search for bbPress and click “install now” and activate it.

    You can also refer:

    https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/2/#bp-sitewide-forums

    #113467

    I don’t think so. The default bbPress works differently compared to BuddyPress Group Forums, (it’s not like bbPress to SimplePress or vice versa) so it would be troublesome to migrate it from one to another one, and I don’t see a reason to create a plugin for that.

    You say “hidden forums” don’t work. Can you describe it?

    And it’s unfair to say that the bbPress developers stopped updating their plugins. FYI they are currently developing bbPress 2.1 which is still under development and bbPress project is still alive.

    You can see it for yourself:

    https://bbpress.trac.wordpress.org/timeline

    https://bbpress.trac.wordpress.org/milestone/2.1

    #44581
    katmmad
    Participant

    Hi — I’m trying to add BBPress to my WordPress blog. I’m currently running Genesis, Prose theme (although that may change soon). My BBPress version is 2.21+, and I’m also trying to use Genesis Extend (I think successfully) and, at the author’s suggestion, I am trying to use the bbPress Custom CSS File. The immediate thing that I’m trying to do is to rearrange and remove some of the forum column headings. The default is:

    Topic / Voices / Posts / Freshness

    I’d like to change that to

    Topic / Posts / Author

    And include information in the Topic column about what category it’s in, as well as include Freshness data in the Author column.

    Is there an easy way to do this, or is this all CSS Styling? (Or should I try to find a bbPress theme I like?)

    The NEXT question then becomes, um… does anyone know where the bbPress Custom CSS File is? I poked around a bit in FTP and couldn’t find it. Do I have to generate it myself and upload it? Do I stick the file in the Prose theme folder, the Genesis theme folder, or the bbPress folder? Or the bbPress Custom CSS File plugin folder?

    Many thanks in advance!

    CIVIC
    Member

    Hi, when I installed my Site Wide forum I saw this, “■Place the ‘bbpress’ folder in your ‘/wp-content/plugins/’ directory.”

    But, have no idea how to ■Place the ‘bbpress’ folder in your ‘/wp-content/plugins/’ directory. Any advice?

    CIVIC
    Member

    Thanks, sniperkitten! To answer your question, I’m using the default BuddyPress theme (1.5.5.) by the BuddyPress Team. I really appreciate the help. Thanks to you, my forums are up. :)

    Andrew
    Member

    Hey Jobjorn,

    I’m still pretty green with bbPress but I think you could make a plugin to modify that base page title. I think the function you may want is this..

    function bbp_get_forum_archive_title( $title = '' ) {
    global $bbp;

    // If no title was passed
    if ( empty( $title ) ) {

    // Set root text to page title
    if ( $page = bbp_get_page_by_path( $bbp->root_slug ) ) {
    $title = get_the_title( $page->ID );

    // Default to forum post type name label
    } else {
    $fto = get_post_type_object( bbp_get_forum_post_type() );
    $title = $fto->labels->name;
    }
    }

    return apply_filters( 'bbp_get_forum_archive_title', $title );
    }

    It’s located in the bbp-forum-template.php

    #108138
    spiritfly
    Member

    I can’t believe this still haven’t been resolved. What is going on with the bbpress community? This is a must have. It should be the forums default looks.

    I have tried playing with it, but I still don’t understand what really is going on.

    Can someone who made these kind of subcategories post the changes he made?

    Thanks

    #113435

    In reply to: User registration

    The default access bbPress gives should be fine.

    #113370
    phillg
    Member

    Yeah I have tried the default forums and tried changing it to discussions then flushing the htaccess file but it still 404’s it works when the default wordpress permalink settings are used.

    The site is helloecoliving.com (the clients host is very slow)

    Thanks

    #113338

    In reply to: Forum = Archives?

    The default bbPress installation should be showing “Forums” instead of “Archives”.

    Can you check for the presence of this line in bbpress.php below the line “$forum = array(“

    ‘name’ => __( ‘Forums’, ‘bbpress’ ),

    “Your active theme does not include bbPress template files. Your forums are using the default styling included with bbPress.”

    This is not an error. It only state that the bbPress is using the style that comes with bbPress, which is located in the bbp-twentyten.

    “Broken Themes

    The following themes are installed but incomplete. Themes must have a stylesheet and a template.

    Name Description

    bbPress (Twenty Ten) The parent theme is missing. Please install the “twentyten” parent theme.”

    The “bbp-twentyten” comes with the bbpress is not designed to be use as a theme. It’s just used to style the bbPress forum, not your entire website.

    #113369

    Did you change the forums base? (By default it’s “forums”)

    Can you show me your website’s URL?

    What theme are you using?

    By default, navigate to Appearance > Menu in your dashboard. Create a custom menu by entering any name you desired.

    In the “Custom Link” section, insert the site wide forums URL, give it a name and add it to the menu. You might also want to add something else in your menu besides the Site Wide Forums.

    Save the menu, and in the “Theme Locations” section (if you theme support it, although most theme should have this feature), select where you want the menu to show up. Save it, and you’re done.

    If you theme do not support a custom menu, then you’ll need to manually add the wp_nav_menu function in your theme template, or putting it as a widget.

    PaulieP
    Participant

    I need someone who has created themes integrated with a WP site theme before – basically I want a cleaner theme than the default bbPress style, and that is integrated properly with my WP theme.

    I am using the bbPress plugin for WP. Let me know how to contact you .THanks.

    #44476
    dutchlimits
    Member

    Hello friends,

    I’m trying to import the BBPress theme into my main theme, Vithy. I’ve tried it once, it did not work at all. The only thing what occurred is that the whole website was blank except for the header.

    I’ve followed the manual how to do it the right way but still having issues.

    This is what i did:

    1. Moved all of the files including folders from “bbp-twentyten” to “wp-content” -> “themes” -> “vithy” .

    2. Added “add_theme_support( ‘bbpress’ );” to functions.php

    No result. Am i missing something? I have already changed some looks of the default theme.

    To view my website (its hidden, you need to log in with this normal user)

    address: http://dutchlimitsstudio.com/wp-admin/

    user: public

    pass public@user

    I’ve already put everything back to the default folders like it was! So it isn’t done yet!

    #113373
    Arion
    Member

    Sure.

    I have the Black Label wordpress theme on my site and as such it comes with a fullscreen background image option on every post and page. I bought this theme for this very reason. Now, when I plugged in bbpress, I had to use the shortcodes on the main forum page which was no problem but when I click on the forum or the topic links, I get sent to a page that instead of saying “edit page” in the admin bar, it says “Edit forum” or “Edit topic” and doesn’t allow me to set the background image.

    Now I looked into creating a default background image by changing some .css but this sets that image for ALL the pages, (page.php) and though it is overridden by the set background image in the theme, it isn’t pleasing to my eye to have one background image when you open and a second or two later have another one pop up on top of it. So I trashed this option.

    Did some research on how I can resolve this problem and found a previous thread here: https://bbpress.org/forums/topic/bbpress-20-shortcodes

    Needless to say that it interested me that I could create my own wrapper and have the forums and topics open up in a special page and have a set background for that page alone that won’t affect my other pages.

    Well, this is the skinny of my situation. I hope I gave you enough info this time, sorry for not doing it from the get go. Can I do this? Where do I change the default wrapper to my new one? I’m imagining it’s in the function sets. Or perhaps there is an even better solution to my situation. What do yo suggest Brandon?

    Oh, and thanks for your time :)

    #44457
    phillg
    Member

    I have spent countless hours trying to solves this but im still having no luck. I have trawled through google and the bbpress forum but can’t seem to find a solution.

    While updating a website for a client they asked for buddpress to be removed as no one was using the social network side of the site, and a stand alone forum be put in place, hence bbpress.

    I started off by removing the buddypress plugin and all it files, deleted the bb-config.php and dropped all the tables in the database with the prefix wp_bp.

    I installed the latest bbpress plugin from within the wordpress admin and activated it, then created a few test forums and topics.

    The forum displays fine when the default permalink structure is used however when I turn pretty permalinks on all the pages go to a 404 page not found.

    I have tried adding Options +Multiview and Options -Multiview to the .htaccess. I have tried setting the bbpress mod_rewrite to true and false but still no luck.

    I have also tried chmod 777 the .htaccess file.

    Here is my .htaccess file:

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /

    # BEGIN ANTISPAMBLOG REGISTRATION

    RewriteCond %{REQUEST_METHOD} POST

    RewriteCond %{REQUEST_URI} .join-hello*

    RewriteCond %{HTTP_REFERER} !.*helloecoliving.com.* [OR]

    RewriteCond %{HTTP_USER_AGENT} ^$

    RewriteRule (.*) http://helloecoliving.com/spam-prevention [R=301,L]

    # END ANTISPAMBLOG REGISTRATION

    #uploaded files

    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*

    RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]

    # add a trailing slash to /wp-admin

    RewriteCond %{REQUEST_URI} ^.*/wp-admin$

    RewriteRule ^(.+)$ $1/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]

    RewriteCond %{REQUEST_FILENAME} -d

    RewriteRule . – [L]

    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]

    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*.php)$ $2 [L]

    RewriteRule . index.php [L]

    </IfModule>

    <IfModule mod_security.c>

    <Files async-upload.php>

    SecFilterEngine Off

    SecFilterScanPOST Off

    </Files>

    </IfModule>

    <Files 403.shtml>

    order allow,deny

    allow from all

    </Files>

    deny from 93.182.137.19

    This is driving me crazy all my other custom post types work!

    Any help is appreciated!

    #44242
    xspace1
    Member

    hi~ bbPress is really great and I do love it. however, when i transferred my wordpress to a new server. something bad happen.

    when I enable the bbPress, an error message shows up:”Warning: Creating default object from empty value in D:webwp-contentpluginsbbpressbbp-includesbbp-core-compatibility.php on line 84″

    I guess it has something to do with this code ‘$bbp->theme_compat->theme = $theme;’

    could anyone give me some instruction?

    the theme i use is the default Twentyeleven Century.

    thanks a lot in advance!

Viewing 25 results - 4,476 through 4,500 (of 6,794 total)
Skip to toolbar