Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 30,051 through 30,075 (of 64,535 total)
  • Author
    Search Results
  • #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 13 years, 10 months 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 13 years, 10 months 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?

    #117335

    In reply to: Language Pack

    David Decker
    Participant

    A fully tested, improved German language pack in formal and informal version is here to found:
    http://ddwb.me/bbpress-de

    This is created and maintained by me since the 2.x branch!

    Thanks, Dave 🙂

    #117333
    Biggerplay
    Participant

    Is this theme available now? BBPress looks great, but it seems hard to find themes that work well for it.

    #117332
    Tanya
    Participant

    Hi pimarts,

    I wanted this particular functionality for my forum so I went out to find a viable option to get it done within a reasonable timeframe. To me it’s the same as hiring a developer for a website if you don’t have the skills yourself.

    I understand that you might not want to pay for functionality. That’s fine with me, don’t buy it. I’m sure there are bbPress plugins out there that are pay-for. I don’t see anyone complaining about that.

    I can’t speak on behalf of JJJ, but you can see what he says here: https://bbpress.org/forums/topic/unread-plugin-2/

    #117326
    pimarts
    Participant

    How does JJJ feels about this? Isn’t it a bit of a slap in the face if he (and others) put a lot of work into creating bbPress and then someone adds a tiny part and gets money for it?

    Aside from that it would be a shame if functionality like that is going to be ‘pay only’.

    Maybe I’m the only person thinking like that, but I just wanted to put it out there.

    #117325
    Biggerplay
    Participant

    I’m a bit confused as to how BBPress works with themes. Can I choose any theme, and BBPress automatically works with it? or are there only specific themes it will work with?

    Also I want to eventually make the forum the front page of the site, is that possible?

    And finally, I’m going to be using the seedpod coming soon plug in, is that compatible with BBPress?

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