Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 49,451 through 49,475 (of 64,093 total)
  • Author
    Search Results
  • #77332

    In reply to: Role = Main?

    Mark / t31os
    Member

    I’ll have a fiddle with the documents and see if switching to Mac or Unix format helps. I just assumed i’d run with what i use on WordPress…

    What concerns me is why these role lines seem to be required for template files to function correctly, and that in keeping them there invalidates the pages…

    I suppose the question now is, does anyone else have the issues i mentioned when editting or creating bbPress themes? … If anyone is to report they do not, then i’m happy to accept that it’s likely my mistake and look back over what i’m doing, and where i’m going wrong…. but i’d like a little feedback beforehand….

    Admittedly i’m using a custom theme that i converted from a WordPress theme, however i’m not incapable of managing code, so i’ll happily accept that i may have fudged something unintentionally if that’s really the case.

    I’ll let you know if using Unix or Mac format makes a difference….

    #31339

    English is awkward, but please understand.

    When the installation work well bbpress was alone.

    But, After the work was not Integration with WordPress.

    Has 2 kinds of problems.

    1st, encoding error.

    Eroding the value of WordPress DB is stored.But The value of BBpress DB is stored in presentation well.

    Do you know how to solve the people?

    2rd, Login error.

    Add in bb-config.php that ‘require_once(‘../wp-blog-header.php’)’

    but log in to check after WordPress Because BBpress was not. Was login before Integration with WordPress.

    Only presentation ID value After Integration with WordPress, login was not.

    plz…help me.

    #77381
    chrishajer
    Participant

    If this is shared hosting, I think it’s overloaded. If it’s your own box, you can do something like this to see how many files are open:

    ulimit -a

    There are many reasons for too many open files, but I don’t think it’s related to bbPress since 0.9.x is pretty stable and I have not seen this error reported for it before.

    If you post a link to your domain, someone can check and see how many virtual hosts are living there. Maybe one is just behaving badly.

    gubbs
    Member

    Warning: require(/usr/home/gubbs/public_html/bbpress/bb-includes/formatting-functions.php) [function.require]: failed to open stream: Too many open files in system in /usr/home/gubbs/public_html/bbpress/bb-settings.php on line 114

    Fatal error: require() [function.require]: Failed opening required ‘/usr/home/gubbs/public_html/bbpress/bb-includes/formatting-functions.php’ (include_path=’.:/usr/local/share/pear’) in /usr/home/gubbs/public_html/bbpress/bb-settings.php on line 114

    I get this frequently, using version 0.9.4 of bbpress. Is there a way to fix it? If I hit refresh it usually just goes away and directs or opens up the page its supposed to. So it must just be a tweak thats required? or is it my server?

    #77274
    _ck_
    Participant

    lstelie, it’s not a theme for release, it’s going to be for here on bbpress.org

    Though I am certain someone will clone it in short time like the did with wordpress.org

    #77349
    piedpiper21
    Member

    I see. Well, alright, you mentioned that having bbpress nested underneath wordpress is a less common method of installation. How should I go about reinstalling it in the usual manner?

    #77273
    lstelie
    Member

    Hello,

    What I lover in this design (apart of its obvious elenage) is the “home” link.

    For integrated WP/PP it would be cool if kakumei had the option of a home link -> to the WP install

    I know it’s easy to add by hand, but I dont like tweaking themes (and files) because this makes updates always touchy.

    Luc

    deadlyhifi
    Participant

    Have a look here on how to exclude a forum from the front page loop, whilst keeping the post limit intact.

    limit forums included in latest discussions

    Note the core hack required to keep the paging numbers correct.

    Maybe you then need to write another small custom query to bring out just forum 17, as I’m not sure you if you can have two loops. (perhaps the WP multiple loop info would give some insight into this: https://codex.wordpress.org/The_Loop#Multiple_Loops)

    #77170
    r-a-y
    Participant

    Ahh gotcha about the RSS feed syndication.

    Didn’t know you used FeedWordpress and then another bbPress plugin to sync between the two.

    Definitely not the best way to go about things, but a nice workaround!

    Would be nice if there was a separate RSS syndication plugin that was native to bbPress, but that’s just wishful thinking!

    By the way, I replied to your problem on the thread you opened.

    Not sure I provided the right answer… but hopefully someone else can look at your thread and give a response!

    #31340

    I am having a similar issue as others. I have uploaded a renamed bbPress directory that I renamed forums. It is sitting in the root along with wp-admin, etc. Inside that directory are all the files and directories for bbPress including bb-Admin, etc. But when I attempt to go to that directory I get a 404 error inside my WordPress mu, as if it is trying to load a blog. The error is where the blog would normally be. I do have a wildcard set for sub-domains and wondered what that might do. Do I have to take WordPress offline to do the install? It certainly seems that WordPress is trying to handle the request since if I specify ./forums/index.php the index.php disappears before the 404 error. btw I am on WordPress MU 2.8.2.

    #77272
    ArnyVee
    Member

    Very nice work! Keep it up! :D

    anandasama
    Member

    One thing I have an issue with is the first page; I want to make an own “Latest Discussions” loop with all forums EXCEPT one forum. And then an own “latest discussions” With only the entries on that one forum (It’s linked in RSS posts) on the same page.

    Problem is When i used this inside the loop

    //Show latest discussions with all forums except id 17

    <?php if ( $topics ) : foreach ( $topics as $topic ) : ?>

    <?php if( $topic->forum_id != 17 ) { ?>

    codeblock

    <?php } endif;?>

    <?php endforeach; endif; // $topics ?>

    //Show latest discussions but only forum 17

    <?php if ( $topics ) : foreach ( $topics as $topic ) : ?>

    <?php if( $topic->forum_id == 17 ) { ?>

    codeblock

    <?php } endif;?>

    <?php endforeach; endif; // $topics ?>

    The pagination gets an error (Shows me fewer posts than the actual limit), and I cant use the same loop (With different conditions) twice.. Then I get a blank page. :S

    So how should I do? Have any Idea? Im not so used to the bbpress loop yet..

    #77169
    anandasama
    Member

    R-a-y: Thank you! The theme is a heavily modified version of Scoun.

    Although I am soon to write a new template because of the css/html isnt that great on it. ;)

    Just my way of learning the ropes.

    About the RSS feeds: I use feedwordpress plugin to feed it into my wordpress. In wordpress then, I put in some arguments to filter out the RSS feed so it won’t show up there. Somehow it still shows up in my WordPress RSS so I need to find a way to filter it out from the RSS too.

    The RSS syndication plugin can hold a number of RSS feeds with alot of options and automatically post articles.

    Then I use BBpress WordPress Synchronization plugin and when bbpress finds a new post in WordPress it automatically syncs and creates a post in one of my bbpress subforums.

    Somehow i dont want all my stuff to go into BbPress so when I write some new article in WordPress I can choose manually wether to sync this to BbPress or not.

    One thing I have an issue with is the first page; I want to make an own “Latest Discussions” loop with all forums EXCEPT RSS. And then an own “latest discussions” With only RSS forum.

    Problem is When i used this inside the loop

    //Show latest discussions with all forums except id 17
    <?php if ( $topics ) : foreach ( $topics as $topic ) : ?>
    <?php if( $topic->forum_id != 17 ) { ?>
    codeblock
    <?php } endif;?>
    <?php endforeach; endif; // $topics ?>

    //Show latest discussions but only forum 17
    <?php if ( $topics ) : foreach ( $topics as $topic ) : ?>
    <?php if( $topic->forum_id == 17 ) { ?>
    codeblock
    <?php } endif;?>
    <?php endforeach; endif; // $topics ?>

    The pagination gets an error (Shows me fewer posts than the actual limit), and I cant use the same loop (With different conditions) twice.. Then I get a blank page. :S

    So how should I do? Have any Idea? Im not so used to the bbpress loop yet..

    #74197
    chrishajer
    Participant
    #77271
    Detective
    Member

    I like it, it’s beautiful :)

    #77370

    In reply to: Custom Theme

    Detective
    Member

    Hi,

    I see you use the Thesis theme. I have a matching bbPress theme here: http://ryuuko.cl/foros

    If you are interested contact me through a private message here: https://buddypress.org/developers/detective

    #31338
    edwinfoo
    Member

    It’s been over a year since from scratch, I set up and integrated BBpress & WP installation. At first, the idea of having an forum and blog integrated sounded really cool because it was unique feature that no one else offered. Sometimes integration can be a hassle but once it’s up and running, so what?

    Other than registrered members being able to post and comment seamlessly, what’s the benefit of having them integrated? I really don’t get it.

    #76979
    sgchauhan
    Member

    chris, i want to be able to insert a first post on certain threads, which i feel need it.

    actually, i have a specific idea i want to accomplish, and there are two ways that i can think of implementing it – one that would utilize both wordpress/bbpress – the other would just use bbpress.

    chris, could you, or anyone else with extensive wordpress/bbpress knowledge, email me at wldct6[at]yahoo[dot]com so i can describe exactly what i want to do, and help me figure out the best way to do it?

    thanks.

    #31336

    Topic: Custom Theme

    in forum Themes

    I am looking to have a custom BBpress theme made. The goals are fairly simple:

    1. Optimized for 1024 pixels with a 571 pixel content area on the left and a 339 pixel sidebar area on the right.

    2. Designed to have similar looking header to http://tastyminstrelgames.com with the same navbar + login

    3. Place for me to easily update the navbar (a separate PHP file or knowing where the code is is sufficient)

    4. Lightweight theme.

    5. Do follow links inside of the forums (I think)

    I think that is all I am looking for. Please contact me with proposals.

    Thanks,

    Michael

    #77270
    Sam Bauers
    Participant

    ps. avatars look a tad huge?

    Yes, they do :)

    TonyVitabile
    Member

    I really like the sidebar that appears to the right of a post while you’re viewing it on the WordPress.org forums. Here’s a screen shot of said sidebar:

    Image

    I’m a complete noob to bbPress themes. I’ve been able to get my WordPress them modified to work with bbPress, basically by taking a bbPress theme & modifying the stylesheet and pasting code from the WordPress theme into the bbPress files. But I don’t know how to create that sidebar. I figure there have to be functions you can call to do it, but what are they? Where are they?

    Thanks for any help

    Tony

    #77269
    grassrootspa
    Member

    AWESOME! You the man, Sam.

    #77168
    r-a-y
    Participant

    Nice bbPress site, anandasama!

    I was looking over your site and was wondering how you’re pulling in RSS feeds into one of your forums.

    #77369
    dan90036
    Member

    I need to add the emails addresses (thus the domains of my sites) in gravatar and that solves the issue. It is elegant and beautiful bbPress :)

    Thank you

    Dan

    #31335
    dan90036
    Member

    I have created a gravatar, I have the hash and the link but don’t know how to make it work in bbPress. I did look through the forum, installed the bb-avatar but it only creates my gravatar for anyone and playing with the settings in the bb-avatar and with the settings in Settings/Discussion in bbPress didn’t cut it.

    What is the scoop here?

    Thank you,

    Dan

Viewing 25 results - 49,451 through 49,475 (of 64,093 total)
Skip to toolbar