Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 32,251 through 32,275 (of 64,516 total)
  • Author
    Search Results
  • #113036

    please help me?

    thanks

    glitsch
    Member

    By the way: Why I can’t edit my posts here?

    Solution for me:

    When I disable the: “Prefix your forum area with the Forum Base slug (Recommended)” from the Settings/Forum and (!) my forum slug has got the same name as the forum on this setting page, than it works for me. Login => correct forum page url for example… kind of strange. :-|

    But how can I make the url a bit nicer?

    glitsch
    Member

    push. no one an idea for solve this problem? Thanks! :-)

    #43895
    fastjobs
    Member

    Hi,

    just wondering if it’s possible to transfer my forum data (posts, members, avatars etc.) from simple-press to bbpress?

    If so, how can this be done?

    thanks,

    Chris

    #112872
    arturex
    Member

    thank you acctually i do have some ideas to contribute , is there a wish list topic already where I can say , or should i just create a new topic for it?.

    But going back to the shortcode thing, i am not a programer but is it dificult to create or is out there a code in php instead of the shortcode where i can call a fixed number of topics, and a way to call also an specific number of the last replies just like the way you have it in the home of bbpress.org??

    glitsch
    Member

    Hi there,

    my wordpress lays here: httpdocs/mysubfolder/…

    My Problem is now, that after I logged In/out bbpress puts the subfolder too much to the URL in my browser:

    correct would be: http://xxx.xx/blend/forums/forum/blend/

    but the incorrect bbpress way: http://xxx.xx/blend/blend/forums/forum/blend/

    The “blend/” is too much!!! help me, what’s wrong with the redirection after login/logout? My Htacces in the root looks like that:

    RewriteEngine on

    RewriteCond %{HTTP_HOST} ^(www.)?heglandog.ch$

    RewriteCond %{REQUEST_URI} !^/heglandog/

    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule ^(.*)$ /heglandog/$1

    RewriteCond %{HTTP_HOST} ^(www.)?heglandog.ch$

    RewriteRule ^(/)?$ heglandog/index.php [L]

    and inside the subfolder:

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /blend/

    RewriteRule ^index.php$ – [L]

    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule . /blend/index.php [L]

    </IfModule>

    Thanks a lot for help!

    regards

    #44008
    devrimg7
    Member

    I’ve posted on wp forums is well but haven’t figured it out.. I’m using ‘User Avatar’ plugin on wordpress. The avatars show up on bbpress profile pages but no edit/upload fields in the profile pages.. How do we sort this out ? Thanks..

    #112897
    macauley86
    Member

    Hi jaredatch,

    I just did that, but to no avail. The forums page is blank.

    This is my first time using bbPress with WordPress, so forgive the silly questions. is bbPress supposed to automatically show up on a page called “forums”, like YourDomain.com/forums, without me doing anything besides installing the plugin and activating it? Or is there an extra step for me to take?

    Thank you

    #44007
    sarahlueck
    Member

    I am not sure if you can help me, I have altered my WP theme and am hosted independently… I have installed bbPress, and can create forums and topics, however they end up just as pages with text, no forum template or ability for users to add content. It looks like this:

    http://compositesandarchitecture.com/?topic=what-advice-would-you-give-to-designers-looking-to-fabricate-their-designs

    Any insight to this would be great!

    #44005
    Josh Leuze
    Member

    Does anyone know if there is an RSS feed for favorites in the bbPress plugin like there is in bbPress 1.0? I tried to load a feed from the user profile page, but maybe I didn’t get the feed URL right, or maybe this doesn’t exist?

    If it doesn’t exist, is there a plugin for that, or do I have to roll my own to get this working again?

    #113002

    In reply to: Modifying colors

    mizu no oto
    Member

    Thank you. I was able to change the color of one box, now yellow,

    using the following code.

    #content div.bbp-template-notice.info {

    background-color: #FFFFEE;

    border-color: #FFFFEE;

    }

    But I can’t figure out the coding using Firebug for . . .

    Gray topic box color . . .

    http://participatorydemocracy.ca/forums/forum/test-forum

    Gray author/post box color . . .

    http://participatorydemocracy.ca/forums/topic/what-sustains-a-democracy

    Also I am unable to double-space between paragraphs as the bbpress forum does.

    Thanks for your suggestions and help . . .

    #113026

    In reply to: Cool 2.1 features

    Martin
    Participant

    Cool.

    Do you know whether it’ll be possible to inject other code into Topics and/or Replies which other Custom Post Types allow but not yet bbPress?

    This is like Advertising or Social Media icons.

    As an example, I have the WP Socializer plugin installed for Social Sharing. When questioned about it working, the author replied with:

    “Please note that WP Socializer works in all pages or places where there the <?php the_content(); ?> function is called in the theme.”

    This seems to be the case for any other Social plugin so I’m guessing bbPress post types do not have this included.

    Further, I’m using Simple Ads Manager for injecting advertising space as well as other stuff. Works fine by picking a Custom Post Type and bbPress Topics and Replies show up, except nothing is displayed so I presume these aren’t following Custom Post Type convention, in some way either.

    Any ideas on these things?

    #112863
    SK
    Participant

    Oops…sorry, I gave link for bbPress plugin method.

    #112862
    SK
    Participant
    #44002

    for example in multisite(net) when bbpress plugin actived:

    user1 with blog1.muwp.com

    users of bbpress forum in blog1.muwp.com is all of net users(users of muwp.com or users of super admin).

    I want: users of bbpress forum in blog1.muwp.com is users of user1(users of blog1.muwp.com).

    please help me?

    #112994
    SK
    Participant

    That’s good to know Jared.

    What do you think of the 2-3 other items I’ve mentioned in my long rant at https://bbpress.org/forums/topic/remove-toastnotice#post-101301

    #113034

    Did you instal bbPress 2.x from the WordPress dashboard?

    If you did, go to Setting -> Permalinks page with will reset your permalinks, then try again and see if that fixes it.

    #113033
    SharonVW
    Member

    Thanks! I followed your steps but now I get this error:

    Not Found

    The requested URL /forum/ was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    #112960

    As OC2PS mentioned, there are plugins that solve *some* of these issues.

    bbPress 2.0 is the first release of the plugin addition of bbPress. As time goes on (see bbPress 2.1) some of these features will slowly start to be incorporated into bbPress core.

    For now I would look through all the plugin available on WP.org for bbPress

    https://wordpress.org/extend/plugins/tags/bbpress

    Alright, so I took a glance at http://blog.max-encumbrance.com/bbforums

    What is the problem – it seems to be rendering OK.

    #113016

    In reply to: trunk

    Yeah, any new themes or plugins, definitely share with the bbPress community :)

    #106186
    templs
    Member

    Hey, villagora!

    Can you tell more how you did this?

    I copied the bbp-twentyten theme and personnalized it.

    Did you move the copy to bbp-themes or to the wp-content/themes?

    Then I redefined it as the default bbpress theme

    Do you mean changes in both functions.php or making changes in core?

    %FUNCTIONS_PHP_OF_MY_BBPRESS_THEME%

    What is that? Should I change it to path to functions.php and should this path to be absolute?

    Thanks!

    #113031

    If it is strictly a BuddyPress install you should first try to ask on the BP forums as OC2PS said.

    If you are dealing with bbPress, just give us some more details and we will see what we can do :)

    #113032

    Are you installing bbPress 2.x?

    You should install bbPress 2.x – (https://wordpress.org/extend/plugins/bbpress/)

    Step 2 – Go to Settings->Permalinks (no need to change the settings, just visiting the page will reset the peralinks)

    Step 3 – Go to YourDomain.com/forums/ and you should see the forum index!

    #113035

    That’s odd indeed.

    The first thing I would try for debugging purposes is disabled ALL plugins except bbPress and see if there was one conflicting.

    Trying that and see if by some chance that helps.

Viewing 25 results - 32,251 through 32,275 (of 64,516 total)
Skip to toolbar