Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 13,501 through 13,525 (of 26,846 total)
  • Author
    Search Results
  • #116196
    erobertwald
    Member

    A quick follow-up question. I’ve already found that the clear: both; rule in the bbpress.css file conflicts with my theme. I’ll need to override that. If I make changes in that file, will they be overwritten in an update? Is there a place to override styles elsewhere from within my theme?

    #116194
    erobertwald
    Member

    Thanks, natweb. This already looks a lot better, though I’ll be styling for a bit. At least now it’s coming up only as one list of forums instead of over 200! Hopefully this will make things less painful!

    #116192
    ecoevolver
    Member

    hi there,

    I just installed bbPress and was exploring the options for themes. On the website, the button for “Themes” redirects to “http://bbpress.org/forums/topic/themes/” which contains a 3 year old thread to a third party website. Why make visitors go through that? Why not just link to the external website directly if thats the only repository? It just makes it more confusing for newcomers…plus as a newcomer if I see a three year old thread my confidence goes way down about the plugin.

    I went to http://bbshowcase.org/forums/view/available-themes to download some of those additional themes for bbPress.

    1. Only some of the themes had a “Download” link. How do I access those themes without the download link?
      For example, I want to download Hellish Simplicity. When I click the “Website” link, I’m taken to a WordPress theme, not a bbPress theme.
    2. Do I install the Hellish Simplicity WordPress theme in the bbPress/my-templates/ folder or my themes folder? The instructions at http://codex.bbpress.org/legacy/themes-and-templating/ suggest that i put in the bbPress folder. But this is confusing…

    I’m looking forward to using bbPress and hope that these questions are easily answered!

    thanks everyone,

    #116188
    Stephen Edgar
    Keymaster

    bbPress 2.1 now has built-in theme support, try using the steps outlined here:
    https://codex.bbpress.org/theme-compatibility/

    #116187
    Ronileco
    Participant

    Sorry for the long time it took me to respond.
    This is my problem:
    my bbpress uses permalinks and prettylinks which makes all the user links use the user name instead of ID.

    for example:
    http://www.mysite.com/forum/users/Roni%20Cohen
    this leads to 404.
    instead of
    http://www.mysite.com/forum/users/524 (the user id)
    this leads to the user page.

    What should I change in my wordpress / bbpress in order to support those kind of links.
    I already set mod_rewrite but i guess some rules are missing or that i’m using something in the wrong way.

    I found the part in the code that handles this but I don’t want to change that to use id hard coded.

    Am i clear now?

    erobertwald
    Member

    I am pulling my hair out on this. I have tried getting bbPress to work with a WordPress site using a custom theme and evidently I’m missing something because it just isn’t happening. Here’s what I’ve done based on what I could find for instructions so far:

    • I installed and activated the plugin through the wordpress admin.
    • I created a test forum and a test topic through the wordpress admin.
    • I created a child theme folder, named the same as the primary theme appended with ‘-child’.
    • I copied the contents of the wp-content/plugins/bbpress/bbp-twentyten into the child theme folder.
    • I updated the style.css file ‘Template:’ line to refer to the parent theme.
    • I added ‘add_theme_support( β€˜bbpress’ );’ to the main theme’s functions.php.

    When I go to the forum via http://www.carolina-business.org/forums/, I get a page that spits out a section titled with the most recent post title and a huge amount of blank space with the forum list at the bottom of the section. This is followed by a section for every other post on the site, each of these containing the forum list.

    When I go to the forum via http://www.carolina-business.org/forums/forum/test-forum-1, I get another page that shows all of the posts in the site. I get the same result via http://www.carolina-business.org/forums/topic/test-topic-1/.

    What I’m trying to achieve is for the forum to appear in the content area of the site, within one of the content frames (the white box with the green header and gray border.)

    Can anyone tell me what I am doing incorrectly/not doing? Thanks!

    • This topic was modified 13 years, 4 months ago by erobertwald.
    • This topic was modified 13 years, 4 months ago by erobertwald.
    #116154
    Stephen Edgar
    Keymaster

    By default you see only the ‘Red X’ for both favorites and subscribed topics on your user profile page eg. /forums/users/username/

    Are you using the latest version v2.1.1 and WordPress 3.41?

    #116153

    In reply to: Korean Translation

    Stephen Edgar
    Keymaster
    #116140
    Stephen Edgar
    Keymaster

    This has been patched #1886 and will be in the 2.12 release later this week.

    • This reply was modified 13 years, 4 months ago by Stephen Edgar.
    #116139

    In reply to: upload image from pc

    Stephen Edgar
    Keymaster
    #116126

    HELP!

    I’m having issues with my BBpress WordPress installation as of late (since I did a plugin update to 2.1.1) on all pages I get the error:

    Warning: get_class() called without object from outside a class in /nfs/c05/h01/mnt/77944/domains/charterproject.ca/html/wp-content/themes/charterprojectbb/functions.php on line 529

    I tracked this in the functions file in my theme that controls the WP theme and the BBPress theme.
    the code is:
    if ( 'bbPress' == get_class( $bbp ) ) {
    $bbp->theme_compat->theme = new BBP_Twenty_Ten();
    }
    endif;

    I’m not a wiz at PHP so I’m not sure why this causing this error but it does result in the form being quite non-functioning, please help! you can view the site for reference at : http://charterproject.ca

    Pez

    newpress
    Member

    At least can I have it verified whether it is a bug in the script or not?

    newpress
    Member
    1. I activated bbPress (Twenty Ten) theme

    2. Enabled Group Forums within bbpress settings (buddypress default bbpress wasnt installed)

    3. Checked “Allow BuddyPress Groups to have their own forums”

    4. Group Forums Parent is “group-forums” and its a category (I also tried a forum for that but it didnt work either)

    http://fantastic7.x10.mx/forums/forum/group-forums/

    1. A group forum that doesnt work

    http://fantastic7.x10.mx/groups/morb/forums/morb/

    1. A thread, topic within the same group forum that didnt work and still is

    http://fantastic7.x10.mx/groups/morb/forums/topic/actu-tutoc/

    1. No plugins activated other than bbpress and buddypress

    2. I made the above group forum sit at the forum root. But it was also fruitless

    3. selected Forum Root as group forums Parent (the thing that isnt recommended) but it was futile too

    4. “Works fine if I navigate to it directly”, I seriously doubt that anyone would do that

    #116102

    In reply to: front page text plugin

    This is not for bbPress 2.1 and above. You can use normal WordPress pages for this.

    #116101

    There are a few tags you could use, but the normal bbPress CSS isn’t written to be broken up and conditionally loaded; you’ll need to do that yourself. They are conveniently called is functions:

    https://bbpress.trac.wordpress.org/browser/branches/plugin/bbp-includes/bbp-common-template.php#L91

    #116100
    BigDayBarter
    Member

    Hi. I’m new to bbpress and I’m trying to install the front page text plugin but I can’t get it to work. Can someone give me some more detailed guidance than what’s on the page here, http://www.fldtrace.com/wordpress/bbpress-front-page-text-plugin.

    I have the plugin installed and I can activate it from the admin account, but when I click on the “front page text” button, I get an error message that says, “There is no administration page at the requested address. Please check the address you entered and try again.”

    Any ideas?

    #116094
    groubee
    Member

    Hi I am new to bbPress and BuddyPress πŸ™‚

    I have just installed: WordPress: 3.4.1 Theme: Salutation Version 1.4.3.1 bbPress: 2.1.1 BuddyPress: 1.5.7 + some more plugins

    • how to create a parent bbpress group forum in buddypress?

    I am a Administrator and have created a new Group and wants to create a forum but cant – get this ERROR: Your forum must have a parent?

    But where do I create this parent forum? I have tried to create a Category but it didn help πŸ™

    I am a newbie i know πŸ™‚ regards Tonny

    NB! BuddyPress forum is not enabled

    • This topic was modified 13 years, 4 months ago by groubee.
    • This topic was modified 13 years, 4 months ago by groubee.
    #116093
    #116082

    Not sure I understand the problem. Spaces aren’t valid in URLs unless they are encoded.

    You have enough conflicting slugs where I suspect only you can configure your way out of them.

    http://fantastic7.x10.mx/forums/forum/group/ – Broken
    http://fantastic7.x10.mx/forums/forum/group-forums/ – Broken
    http://fantastic7.x10.mx/groups/morb/forums/topic/actu-tutoc/ – Works
    http://fantastic7.x10.mx/groups/morb/forums/topic/actu-tutoc/page/2/ – Works fine if I navigate to it directly

    Could be something with your theme, could be other plugins, or it could be a bug. You’re a bit on your own to narrow things down. I’d start with checking error logs and looking into why the page output stops on the broken links above.

    #116073
    mores
    Member

    Expanding my search to include all of WordPress resulted in this fine code I just plop in to my functions.php that’ll remove it:

    function the_title_trim($title) {
    // Might aswell make use of this function to escape attributes
    $title = attribute_escape($title);
    // What to find in the title
    $findthese = array(
        '#Protected:#', // # is just the delimeter
        '#Private:#',
        '#Privat:#'
    );
    // What to replace it with
    $replacewith = array(
        'a', // What to replace protected with
        'b' // What to replace private with
    );
    // Items replace by array key
    $title = preg_replace($findthese, $replacewith, $title);
    return $title;
    

    }
    add_filter(‘the_title’, ‘the_title_trim’);

    Credit: https://wordpress.org/support/topic/how-to-remove-private-from-private-pages?replies=24

    #116069

    It’s a WordPress core issue, and one I’m not sure we can easily filter out. I’ll take another look at this for 2.2, but I think it’s hard-coded in.

    #116064
    Janus12
    Member

    problem 2 was solved by adding

    #bbpress-forums div.reply {
    height: auto;}
    

    however the other problem is still not solved and I believe the style.css is missing files.

    This is litteraly my whole css file


    /*
    

    Theme Name: Custom Community
    Theme URI: http://themekraft.com/custom-community/
    Description: Create your individual website within minutes. Custom Community is a WordPress and BuddyPress theme framework that enables you to build your site with all the features you love. Easy to use jQuery slideshow. List posts under your pages in magazine layouts. Use powerful theme settings to customize every part of the theme. 20 widget areas, 5 special widgets and 2 custom WP 3.0 header menus. 3 predefined colour schemes (white, grey, black) with clean and simple browsersafe css design to start from. Support forum at http://themekraft.com/forums.
    Version: 1.8.9.1
    Author: Themekraft
    Author URI: http://themekraft.com/
    Tags: buddypress, translation-ready, dark, light, white, left-sidebar, right-sidebar, two-columns, three-columns, fixed-width, flexible-width, custom-header, custom-menu, custom-colors, custom-background, theme-options
    License: GNU General Public License v2.0 / License URI: http://www.gnu.org/licenses/gpl-2.0.html
    */

    /* Reset browser defaults */

    @import
    url( _inc/css/reset.css );

    .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    .alignleft {
    float: left;
    margin-right: 15px;
    }

    .alignright {
    float: right;
    margin-left: 15px;
    }

    div.post .wp-caption {
    text-align: center;
    background-color: ##f3f3f3
    padding-top: 4px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom:12px;
    }

    div.post dd.wp-caption p.wp-caption-text, div.post .wp-caption p.wp-caption-text {
    font-size: 0.9em;
    line-height: 17px;
    padding: 0 4px 5px 0;
    margin: 0;
    }

    div.credits{display:none;}

    bbpress-forums div.reply {

    height: auto;
    

    }


    I am fairly new to web design but I have a feeling there must be more somewhere.

    Does anyone know what code I could input to this file in order to fix problem one?

    Also as a bonus could anyone give me a code that could work for changing the background of the forum colour?

    I apologize for my “rookieness”

    Thanks in advance!

    #116052
    Ronileco
    Participant

    Any new info about this one?
    I am suffering from a similar problem where my pretty URL: http://www.mysite/forum/users/User Name/ doesn’t work but http://www.mysite/forum/users/userId/ works great.

    How can i fix my permalink or should i change the code to use userID instead? maybe redirect through .htaccess file is the answer?

    newpress
    Member

    side wide forums here

    http://fantastic7.x10.mx/forums

Viewing 25 results - 13,501 through 13,525 (of 26,846 total)
Skip to toolbar