Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 30,051 through 30,075 (of 64,540 total)
  • Author
    Search Results
  • #117414
    kowalski
    Participant

    I have installed bbpress plugin in my wordpress, but there is not latest topcis on my forums front page like on your http://bbpress.org/forums/

    Anyone could give me a latest post loop code, so i can insert it manualy to my template?
    many thanks!

    #117411
    smiga
    Participant

    I`m curious how this ends. Unread post plugin is thing, what stops me from migrating bbpress 1.x to 2.x.

    #117410
    chicadieta
    Participant

    Solved the problem. Turns out I needed to install a compatibility plugin (provided by the Thesis Theme developers). I don’t know if I will be able now to properly change the forum font size, but everything else works perfectly now.

    I hope this helps someone else with the same issue (i.e. anyone installen bbPress in a blog using Thesis), because I searched for this for days and didn’t find any answers, not here, not on the WP forums. The answer was in the private Thesis forum.

    #117409
    Roger Coathup
    Participant

    I had the same issue… see: https://bbpress.org/forums/topic/how-to-override-bbpress-css/

    I walked through the bbPress code, and discovered where it looked for its css. Amazed it wasn’t documented!

    #117408
    nawilkes
    Member

    WP 3.4.1
    bbPress 2.1.2
    http://www.americancanyoneers.org/forum/index.php

    I am a new administrator for this site and I’m getting familiar with bbPress. Trying to figure out how to create link from the forum page back to the main homepage. I would like to:

    1. Make the upper-right logo link back to the main homepage.
    2. Add a homepage link to the menu bar.

    Options seem fairly limited in bbPress Settings regarding these things, so I’m guessing the solution is via code?

    Any help is appreciated. Thanks!

    Nick

    #117402
    Tanya
    Participant

    In your functions.php file add this code

    add_action('login_redirect', 'redirect_login', 10, 3);
    function redirect_login($redirect_to, $url, $user) {
    if($user->errors['empty_password']){
    wp_redirect(get_bloginfo('url').'/log-in-error/');
    }
    else if($user->errors['empty_username']){
    wp_redirect(get_bloginfo('url').'/log-in-error/');
    }
    else if($user->errors['invalid_username']){
    wp_redirect(get_bloginfo('url').'/log-in-error/');
    }
    else if($user->errors['incorrect_password']){
    wp_redirect(get_bloginfo('url').'/log-in-error/');
    }
    else{
    wp_redirect(get_bloginfo('url').'/forums/');
    }
    exit;
    }

    I created a page in wordpress called “log in error”, and chose that as the page to be redirected to if you do an incorrect login. In that page I wrote “Your username or password was incorrect. Please try again.” And then I chose bbPress – User Log In as the Template.

    #117398

    In reply to: User navigation?

    Tanya
    Participant

    Hi myballard, this is the way I am doing it at the moment. If you look in your bbpress plugins folder, you can copy all the files from the ‘extras’ folder (found in bbp-theme-compat folder) into your own theme. Then in wordpress admin, add a new page and call it “Create New Topic” (or whatever you want to call it). Then in the “Template” dropdown, choose “bbPress – Create Topic”. You can do this for login, register, etc. Hope this helps.

    • This reply was modified 14 years ago by Tanya.
    #117394

    In reply to: bbPress 2.2

    af3
    Participant

    cant wait for this full bp integration! thanks!

    #117393
    ERmito
    Participant

    how make list of forums just like this on bbpress forum ? with countig topics and nice description

    other question i wish use widget forum list from bbpress but dont know how finde id for separatly forum [root id is 0 but dont know number for rest forum ]

    pls help me

    #117391
    Nicolaus.Sommer
    Participant

    Fatal error: Out of memory (allocated 29622272) (tried to allocate 4864 bytes) in /homepages/29/d19073992/htdocs/wp-root/html/wp-content/plugins/bbpress/bbp-includes/bbp-template-loader.php on line 181

    #117390
    Alex
    Participant

    Hi,

    I now this discussion is existing already in a lot of other topics.
    Unfortunately all of the topics are 2-5 years old, most of the pastebin-links are not working anymore and besides this even the structure and the names like front-page.php are not the same anymore like in the old topics.

    I don’t want to show on the frontpage the whole tree of forums, sub-forums and sub-sub-forums.
    Just one level at the same time and when going one level deeper then also only one level.
    I have read already nearly all topics about this on bbpress.org and on Google but as I said there is nothing up to date.

    So: I am using WordPress 3.4.1 with the Skeleton theme and bbPress 2.1.2 and the default theme bbp-theme-compat.

    In which file or files do I have to change what to hide the sub-forums at least from the frontpage or even better at every hierarchy-level?

    Thanks!

    Suchar
    Member

    Hello!

    I’ve just installed bbPress plugin. Everything seems to work fine except private and hidden forums. When I set up private or hidden forum and publish it (and add sub-forums) everything is OK. However when I write a new topic or a new post and submit them in hidden/priavte forum I can’t see no more subforums etc. The same happens when I go to the main page of my forum – I can see only the name of hidden/private forum. There’s no difference if I use my admin account or forum participant account.

    Subforums and topics in hidden/private forums apeear again when I go to the Forum options and update forums (but this doesn’t always work… :/ ).

    I would be glad if anyone helps me.

    My wordpress ver is 3.4.1 I use theme SIGHT and newest bbpress

    It’s probably the same problem as here: http://bbpress.org/forums/topic/forum-description-vanished/

    #117381
    Roger Coathup
    Participant

    How can I distinguish between the original post and replies, when viewing a topic?

    The default template setup (single-topic.php) displays both the original post and the replies using a single loop (loop-replies.php).

    Is there an alternative template part / function that allows us to isolate the original post from the replies to that post?

    [aside: it’s somewhat confusing that bbPress treats the original post on a topic as a reply. What’s the logic behind that?]

    #117370

    Topic: User navigation?

    in forum Installation
    myballard
    Participant

    Hi there, I’m a longtime admin of several popular neighborhood forums on bbPress, and I just upgraded one of the forums to 2.1. It’s missing user navigation like login, register, logout, create new topic, favorites, subscriptions, etc., and I can’t find how to add those links manually (which I can, just don’t know what code to use). You can see this in action here: http://www.magnoliavoice.com/forums Please help?

    • This topic was modified 14 years ago by myballard.
    #117365
    pcgs51
    Participant

    I am using the plugins/bbpress/bbp-theme-compat package for bbPress forum pages. In other pages in my site, I can easliy remove the sidebars from pages in my theme to display a full width page. But the pages in bbPress are very confusing and difficult to force them to full width. I haven’t been able to find a way to do it with CSS.

    How can I make them all bbPress forum pages full width?
    How can I make only specific bbPress forum pages full width?

    Thanks.

    WordPress v. 3.4.1
    bbPress v. 2.1.2
    http://www.brucechristian.com/forums/

    #117362
    Remi
    Participant

    Hi!

    I’ve a quick question. Probably it has been asked before, but I was unable to find the answer.

    For example the bbpress forumbase is ‘bbpress’. If I go to http://www.mywordpressblog.com/bbpress the page is served via the archive-forum.php template file. But I rather use page-front-forums.php, because I don’t want the archive on that basepage, I want some extra content too.

    Is it possible (perhaps via bbpress-functions.php) to change the chosen template file? I have already tried to create a page with the same permalink and the page-front-forums template file, but this page is than overridden by bbpress. So the bbpress base is showed instead of the page.

    I hope you can help me out.

    #117359

    These two sites just don’t want to be friends.

    I cannot get my forums page to be visible at all, and when I go into the forums settings, it says, ” Possible BuddyPress conflict: Forums page” next to the option to set the Forums Base (beneath Archive Slugs).

    Anyone know a fix for this?

    Also, just a random side question, I am having some them compatibility issues with Storefront Boutique (I’ve hit up their forum already, but didn’t know if anyone here as any suggestions).

    Thanks much!

    dante.
    http://silentriotink.com

    #117358
    Jon Hardison
    Participant

    Hey @dosch!! 🙂

    Did it work? I’m having the same problem and just wanted to confirm before I go ripping everything apart.

    Thanx a bunch.

    #117356
    chicadieta
    Participant

    Hi. I’ve been going around this all day and haven’t found the answers to my questions so I’m posting them here.

    I’m running:
    – bbPress v 2.1.2
    – Thesis Theme v 1.8.2
    – WordPress 3.5 (Network)

    These are my problems:

    1) I managed to remove the sidebars for bbPress forums puting a php code on the custom_functions.php file of the Thesis Theme, but I can’t get bbPress pages to be full width. How can I tell bbPress to use 100% width?

    2) My main forums page doesn’t show anything. I even created a page with the correspond slug and put on it the short code [bbp-forum-index] but this page is still empty.

    3) For some reason, bbPress content font is really small. It’s always smaller than my site’s regular font. I have tried every combination of CSS classes and ids to try and change the font size used by bbPress but nothing changes. What’s the class I need to use for this? How can I get bbPress to use the same font size as the rest of my site?

    My site is http://www.tunuevocuerpo.com
    And the forums are (supposed to be) on http:////www.tunuevocuerpo.com/foros/
    You can check one of the forums on http://www.tunuevocuerpo.com/foros/tema/programa/

    Thanks in advance.

    #117352
    #117350
    Alex
    Participant

    Hi,

    I have the same problem that I don’t want to show on the frontpage the whole tree of forums, sub-forums and sub-sub-forums.
    Just one level at the same time and when going one level deeper then also only one level.
    I have read already nearly all topics about this on bbpress.org and on Google.

    Unfortunately all of the topics are 2-5 years old, most of the pastebin-links are not working anymore and besides this even the structure and the names like front-page.php are not the same anymore like in the old topics.

    So: I am using WordPress 3.4.1 with the Skeleton theme and bbPress 2.1.2 and the default theme bbp-theme-compat.

    In which file or files do I have to change what to hide the sub-forums at least from the frontpage or even better at every hierarchy-level?

    Thanks!

    #117349

    I deleted BBPress and have re-created the same issue but now at:

    http://www.nordhavndreamers.com/forums/forum/dreamers/

    The issue is if someone clicks the theme-generated link and ends up here:

    http://www.nordhavndreamers.com/forums/forum/

    = Page Not found 404

    I have worked out that I can make a fix by creating a page called Forums which ticks the permalinks but I don’t think it’s a good method.

    Any ideas?

    Callum.

    #117348
    pimarts
    Participant

    Hey Tanya, I fully understand your personal consideration and it’s not meant as an attack. At all!

    And to be honest, I don’t even mind to pay (or get payed) for functionality (I’m a webdeveloper myself :)), I’m just thinking out loud. About how stuff like this impacts the future of bbPress.

    I might be overthinking things, I just wanted to put that thought out there.

    #117346

    Topic: I CAN'T START

    in forum Installation
    sandrooo
    Member

    please help me i have installed bbpress and created new forum but i don’t know where it is? so please help i just want to know where is forum installed! P.S sorry for my bad english 🙂

    #117342

    Hi, I used Byethost’s Free Hosting:

    • PHP: 5.3.14
    • WordPress: 3.4.1
    • Better WP: 3.4.2 *
    • bbPress: 2.1.2

    I’m trying to activate Better WP and bbPress My website link

    If I activate Better WP before, bbPress after so I coundn’t go to Dashboard (Blank page)

    If I activate bbPress before, Better WP after so get this message:

    > Fatal error: Allowed memory size of 50331648 bytes exhausted (tried to allocate 122880 bytes) in /home/vol14/byethost3.com/b3_10883728/htdocs/epub/wp-admin/includes/schema.php on line 527

    I used one of the other solutions but dont’t successfull:

    > 1. Try adding this line to my wp-config.php file: define(‘WP_MEMORY_LIMIT’, ‘128M’);
    2. Try adding this to an .htaccess file (because I don’t have access to PHP.ini): php_value memory_limit 128M

    What additional information do you need? And do you have any ideas how to solve it?

Viewing 25 results - 30,051 through 30,075 (of 64,540 total)
Skip to toolbar