Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 15,301 through 15,325 (of 26,846 total)
  • Author
    Search Results
  • #39854
    Adam
    Member

    Not understanding this….. (bbpress 2.0 rc4)

    1) I installed the plugin.

    2) I don’t have twenty ten installed and I got the error “bbPress (Twenty Ten) The parent theme is missing. Please install the “twentyten” parent theme.” This should be updated to use the latest version of WordPress theme 2011

    3) Installed twenty 10

    4) returned to themes.

    5)bbpress theme is not showing its preview .png file most themes show.

    6) Activating bbpress theme gives me:

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

    The active theme is broken. Reverting to the default theme.

    -> NOTHING was touched or changed. All I did was install bbpress plugin and install the twenty ten theme.

    So I thought, what the hell lets create a forum and go to it:

    1) forums

    2) new forums

    3) new: Test

    4) Publish

    5) view ->

    This is somewhat embarrassing, isn’t it?

    It seems we can’t find what you’re looking for. Perhaps searching, or one of the links below, can help.

    What am I doing wrong? Why is this not working at all?

    #39845
    mat thame
    Member

    Gday

    sorry i am so lost not sure if i post this here? im trying to use the bbpress to create a water, sanitation and hygiene forum in the Solomon Islands.

    i have trawled through this forum and the web but no luck. Internet is really slow here so it takes me literally hours!

    I had a blog at .org (http://barefootengineer.wordpress.com/) So I transferred my blog over and installed the bbpress plugin. I am not confident to do the theme thingo with the .css and child theme so am using the stock bbpress theme. what i want to do is make it single column. i can do it with the home page/about. but when i do it for the blog and forum i get a sidebar with widgets. i have disabled these but they still appear? i moved the other widgets down the bottom and they work okay.

    1. how do i make the blog single column. (or is there any bbpress compatible themes with wide single column?)

    2. how do i get rid of these widgets? (search, archives, meta) they aren’t in the appearance panel?

    (http://barefootengineering.org/?page_id=343)

    Cheers

    #108088

    Bug created at https://bbpress.trac.wordpress.org/ticket/1631 with screen shots … apologies for switching WP accounts on everybody. I’ll start looking into this and submit a patch for review when I can!

    #108712
    Adam
    Member

    I would do the codex as Jquery did their documentation IMO, wordpress pages/posts. Easy to set up, easy to edit and change, and allows for people to comment saying what changed, how to use or provide feed back.

    Gets the community involved. Thats how I do documentation for ruby based projects.

    Any ways,

    can you explain (since I am not testing this plugin till its 2.0) finished, how we will set it up for multi site to only use with ONE site? will it be done via the dash board?

    #39835

    Topic: Simplifying my forums

    in forum Themes
    Recon2
    Member

    I’m trying to make a really simple install of bbPress 2.0. I am using modified bbp-twentyten theme files with my WordPress theme. I have disabled topic favorites and subscriptions and would now like to disable all the user profile pages.

    I realise that this will make it impossible for users to quickly review all the posts from a particular user, but this isn’t important to me. How can I remove this functionality — or at least remove the profile link every time a username is displayed?

    I hope there’s an easy way to do this :)

    #108666
    vladoa
    Member
    #108665
    zaerl
    Participant

    Tell them to change the avatars on gravatar.com.

    #108673
    Escalibor
    Member

    To make the page wider for the forum I put the following code in my themes page.php:

    <?php if ( strpos($_SERVER[“REQUEST_URI”], ‘forum’)) {

    ?>

    <div class=”art-content” style=”width: 800px; margin-left: 99px;”>

    <?php

    }

    else {

    include (TEMPLATEPATH . ‘/sidebar1.php’);

    ?>

    <div class=”art-content”>

    <?php

    }

    this just looks for the string “forum” in the url, and if found styles the content such that it is 800px wide. Otherwise, it just uses the default width. It works, but may not be the best solution. Any other thoughts?

    #39813

    I installed the BBpress plugin into my WordPress install without any issues except one… Can someone tell me how I can let users of the forum update their Avatars? I’ve tried a number of plugins with no luck so far. Any suggestions?

    #108682
    travis.hill
    Participant
    #39828
    rcokyj86
    Member

    Hello,

    I am new on bbpress and i am installing bbpress on wordpress.

    While i am installing bbpress i install bbpress plugin on my website.

    But i am installing bbpress manually i am not understanding how to do it.

    Please some help me with the step by step instructions.

    Hope this help.

    Tushar Jadhav

    #108677
    Gautam Gupta
    Participant

    When you delete a user from the WordPress administration panel, there is an option to either delete all of the users’ posts or switch their author to some other option. You can use the former option to remove spammer users’ posts. :)

    #108643
    Gautam Gupta
    Participant

    Tushar, I’d really appreciate if you could create a new topic for your issue and also post the problem you’re facing while installing bbPress 2.0 on WordPress. Thanks!

    #108642
    rcokyj86
    Member

    Can any one help me for the installation of bbpress on wordpress.

    Tushar

    #108674

    In reply to: Tiny Avatars

    KRCSC
    Member

    Got the same problem, see here: http://www.krcsc.co.uk

    It’s very annoying – have tried changing this (below) in loop-single-forum.php and a couple of other files:

    <?php bbp_author_link( array( ‘post_id’ => bbp_get_forum_last_active_id(), ‘size’ => 100 ) ); ?>

    But it hasn’t worked.

    I’m using the User Photo plugin in WordPress which has thrown up another problem in that I now have three different sizes of avatars/gravatars/user photos – 14px, 80px and 100px. I’d prefer for them all to be 80px but to be honest just want them all the same size.

    Also, does anyone know how I can centre them in the table in the main forum and tops pages??? For the life of me I can’t.

    Can anyone help?

    #107065
    jomontvm
    Participant

    @catlawsonNHS

    I have used this plugin for my bbpress which was integrated along with wordpress MU, and it worked perfectly.

    #107064
    jomontvm
    Participant

    @catlawsonNHS

    Yes, this plugin is for the standalone bbpress, not for wordpress.

    Sorry for the late response as I was concentrating completely on some other things.

    #108671
    Escalibor
    Member

    Well I found how to get rid of “This forum contains 2 topics and 3 replies…”

    I edited bbp-forum-template.php -> function bbp_get_single_forum_description

    I shorted out the function by setting $retstr to an html break tag.

    It does the job perfectly, but oh this is so wrong to do it this way 😮

    Please, please tell me there is a better way to do this!!!

    #108648
    #39818
    Escalibor
    Member

    I have searched for hours and I can’t make sense of how to customize a forum when using bbpress that was installed as a WP plug in.

    I want to do two things:

    1) get rid of the part that says “This forum contains 2 topics and 3 replies, and was last updated by John John 8 hours ago.”

    2) I want to make the forum page wider than the default page width for my WordPress theme.

    This seems like these should be very simple customization, but I just can’t figure out how to do it. Can someone point me to where I could learn step by step how to do this?

    thanks,

    Tom

    #39799
    ready_paul
    Member

    Hi all,

    I have searched the forums but can find nothing that discusses permalinks for the latest version install of WordPress and the BBpress plugin.

    This is the issue: I have set up WordPress and then installed the BBpress plugin via the plugin installer.

    I have added add_theme_support( ‘bbpress’ ); to my theme and then built all the template pages required so that bbpress functions.

    Here is the issue which I need help with:

    With the Permalinks set to DEFAULT the integration works with no issues at all. However when I turn on pretty permalinks whilst the main forum page and topic pages work the USER and USER edit pages return a page not found.

    I have looking at the SINGLE SLUG area and adjusted but I just resolve the 404 errors for these particular areas.

    The one thing I did try is to set up a page called USER with he BBPRESS code. THis worked for the View page but not for the edit page.

    Any help appreciated.

    Paul

    #39794
    amor
    Member

    Hi guys ,

    I couldn’t install v2 rc4 in my wordpress (latest version with mysql5 and php5). I have this error:

    Fatal error: Out of memory (allocated 32505856) (tried to allocate 77824 bytes) in /plugins/bbpress/bbp-includes/bbp-common-template.php on line 1572

    Any chance to resolve this problem without increasing my php memory? I just increased it up to 40MB with php.ini because of other plugins and my host (1&1) told me that 40 MB is the max they allow.

    Thanks in advance

    A.

    mdh34
    Member

    I see the gravatar profile picture in the forum post and it’s 80 x 80. I would like them all to be 20 x 20, but I don’t know where to modify that. How and where can I do that?

    Mark

    P.S. I’m using the addin to WordPress.

    #107949
    soggybiscuit
    Member

    Hi

    I have found a patch that has worked for me and perhaps you may want to incorporate it into the plugin….

    This is not my fix – details can be found at:

    http:// brassblogs.com /cms-platforms/wordpress/wp_logout_url-agh

    It worked for my installation so perhaps will be of general use.

    Cheers

    #108608

    Does this little bit of code in the functions.php work? Is this the plugin you are talking about?

    https://bbpress.trac.wordpress.org/ticket/1575

    I’ve actually tried using the search bar here several times but it wasn’t working for a while, it was just bring up a broken page (I don’t think it was a 404). But it seems to be working now.

    Is there any way to create two separate search bars? Or drop down options like in Buddypress to search Members, Groups, Forums, Posts?

Viewing 25 results - 15,301 through 15,325 (of 26,846 total)
Skip to toolbar