Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 25,226 through 25,250 (of 64,518 total)
  • Author
    Search Results
  • #135150
    justmattb
    Participant

    Currently, my bbPress base is set to: community/forums

    This works fine with everything except for the breadcrumbs. It shows the following:

    Home > Forums
    instead of
    Home > Community > Forums

    I’ve read this post:

    How do I edit bbPress breadcrumbs?

    But can’t figure out how I would inject something between “Home” and “Forum Root” without having to modify the <?php bbp_breadcrumb(); ?> section in all files where it sits. I’d rather do this in my functions.php file with a filter like the above link shows. Any ideas?

    gowdemon
    Participant

    @kevinjohngallagher
    Hi, I tried installing the plugin since I am not good with codes. When I tried to activate the plugin I got the following error.

    “The package could not be installed. PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature.”

    Any idea how to fix it?

    somuee
    Participant

    Running 2 sites on 2 different servers with completely different themes and plugins and all users except admins get told “You do not have sufficient permissions to access this page” when they try to go to their dashboards. Happens even when ALL plugins (including bbPress) are deactivated and with all themes, including Twenty Twelve.

    WP 3.5.2
    bbPress 2.3.2

    #135144
    Laughing Cat
    Participant

    for example, after trying to log in for several times, and finally succeeded at it, I replied in this topic, but now I can’t post new messages except in this topic… what’s wrong? if I go to another forum or discussion in bbPress.org support forums, it will say I’m an anonymous user, but if I come to this thread I’m logged in correctly. If I try to log in from other pages it will redirect me to forums home. If I clear my browser cache and cookies I’ll have trouble logging in anyway.

    #135142

    Topic: Forum link…..

    in forum Installation
    GGGamers
    Participant

    I have made a test side in order to run bbpress and buddypress. But i didnt found the url of bbpress forum… when i click on the forum it give me this kind of link (http://pakshares.com/test/members/admin/forums/) which i am not able to place on my menu…

    #135137
    remedy01
    Participant

    Hello,

    I am trying to add the logged in user’s forum topics to my BuddyPress site in a custom sidebar. I keep getting this error message:

    Fatal error: Call to undefined function bp_has_forum_topics()

    ..when inserting the following:

    <?php locate_template( array( 'forums/forums-loop.php' ), true ); ?>

    How can I easily list the logged in user’s forum posts without relying on the recent topics widget that ships with bbPress?

    Thanks

    #135136

    In reply to: Page Layout Question

    jeanbledsoe
    Participant

    I’m having the same issue. I designed the client’s site using Impact Page Builder. But when I use bbPress to set up forums, the option to assign an Impact template is not there. Therefore, the forum looks like this: http://northidahocvma.org/forums/forum/forum-2?preview=true&preview_id=607&preview_nonce=7b2aed77ba
    Instead of having the Impact styling like this: http://northidahocvma.org/
    I’m using the latest versions of both WordPress & bbPress with Twenty Twelve theme. Any other suggestions?

    #135135
    Ed
    Participant

    i’m in the same situation – and i’ve yet to find a post that explains how to remove the sidebar correctly.

    JJJ, could you write a post that explains how to do that – in an idiot proof format?

    Thanks!

    #135134
    disqusnow
    Participant

    Good day everyone. Can somebody help with this. I just installed bbpress forum on my wordpress.org site. I created a forum topic. But when I log out from the site and click on the forum topic it displays this message “This Forum is empty”. When I logged in as an external site user the problem still remain.
    Does anyone how I can fix this problem so that when an external user clicks on a forum topic, the forum will load properly and allow the user to leave a reply or comment.

    Any advice will be greatly appreciated.
    Thanks in advance.

    #135133
    Robin W
    Moderator

    I hope this has a very simple solution.

    I need to either stop a BBpress template-tags function from happening, or over-ride it with a new one, but want to do this from a plugin, rather than amending BBpress code.

    Is there a line of code that simply stops a function within BBpress, or a quick way to overwrite one using a plugin.

    More detail below

    I want to revise the bbp_single_topic_description which is currently used in content-single-topic.php to show the phrase “This topic contains 2 replies, has 2 voices etc.” below a post

    The bbp_single_topic_description is defined in /includes/topics/template-tags.php

    I have written a pluggin that creates a new function, and uses the bbp_template_before_single_topic action hook in content-single-topic.php to display the new wording .

    ie

    add_action( 'bbp_template_before_single_topic',  'btv_single_topic_description');
    function btv_single_topic_description( $args = '' ) {
    	CODING STUFF;
    	}

    But I need to stop the old wording displaying as well as this.

    I have three approaches

    1. Just comment out the appropriate line in content-single-topic.php – simple to do, but of course gets overwritten by new releases
    2. Do something in the plugin that stops bbp_single_topic_description from working using code within my plugin – if this is easy, that is what I’d like to do, but as the function doesn’t have an action hook as far as I know, I don’t know how to remove it.
    3. Do something to make my function replace/overwrite the bbpress function, so that I don’t have to hook it anywhere?

    Can anyone help me with either 2 or 3 – I hope it’s an easy answer, but am stumped !

    #135130
    cymnet
    Participant

    Hi there,
    I have recently installed bbPress on our site.
    It is a great feature.

    However,
    if you take a look at:
    http://cym.org/webmaster/support/forum/front-end-support/

    You will notice that the area where we can insert a new heading is covered up by the text editor.

    I cant find the code to amend the layout for this.

    Help!

    jeanbledsoe
    Participant

    I’ve designed a site using theme 2012 in WordPress 3.5.2, with Impact Page Builder for page templates.
    Now I need to add 2 forums to the site but I don’t know how to format them so they have the same look created with Impact. I’m using bbPress 2.3.2.
    Here is the link to the site: http://northidahocvma.org/
    This is what the forum page looks like: http://northidahocvma.org/forums/forum/forum-2

    #135127
    bchhun
    Participant

    WordPress version: 3.5.2
    bbPress version: 2.3.2
    Number of plugins: 1 (bbpress)
    Active theme: Twenty-twelve
    Environment: Virtual machine built with Vagrant.
    Folder rights ?: All good.
    Have I fiddled with bbpress source code ?: not yet.

    I’m having the same issue as multiple topics I’ve seen here.

    The Nonce hidden field is in the form (inspected with Chrome dev tools) but I always get the “ERROR: Are you sure you wanted to do that?”

    Nonce error

    Unsal Korkmaz
    Participant

    Shortcode to display posts like ShowCase:
    http://theme.firmasite.com/showcase-shortcode/

    I would like to hear your suggestions on this. Please send a comment in post.

    #135124
    Ed
    Participant

    I’m trying to import from vanilla to latest bbpress (the vanilla install comes via punbb & others).

    I get the following errors while importing users:

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘jtf>IS” WHERE ID = “48076”‘ at line 1]
    UPDATE wp_users SET user_pass = “fe9b68005ebfc248e03446f81d7fe8d752547189$;>iNO”jtf>IS” WHERE ID = “48076”

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘R!`+o-KG’V” WHERE ID = “48068”‘ at line 1]
    UPDATE wp_users SET user_pass = “f5f993c4bed3f54ed56fa8352215e213efe03746$”R!`+o-KG’V” WHERE ID = “48068”

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘48065″‘ at line 1]
    UPDATE wp_users SET user_pass = “513e8099ef2e9efdf7a2b9a65e531e80f365e6eb$wys%KRZ|VCz”” WHERE ID = “48065”

    What can I do?

    #135121
    CroNiXer
    Participant

    I have wordpress 3.5.1 and bbpress 2.3.2. Theme I’m using is Avenue and here is link to my site forum

    #135118
    terrykiwi
    Participant

    I installed & activated the current version of bbPress into the current version of WP.

    I got the “do not have permissions” error, and following the threads in this support forum, installed User Role Editor and clicked Reset.

    I was then able to open bbPress settings, but could not find any help at all, so had no idea where to start.

    On checking the site, I find that there are new menus “Activate”, “Activity”, “Members” & “Register”.

    I deactivated bbPress – no change.
    I deactivated User Role Editor – no change.
    I deleted bbPress & User Role Editor – no change.

    So now the site is messed up with additional menus that I can’t remove. I need help to resolve this ASAP.

    Thank you for any assistance.

    #135117
    glasscitymashers
    Participant

    Any update on this issue I am having?

    #135115
    Drover
    Participant

    I was adding a new forum and suddenly it said there were no forums. It says it both in the front end and back end. But as seen in the pic of the problem below, it shows Published (8) and Private (1) as if they’re still there. Ideas?

    [IMG]http://i39.tinypic.com/2ntz3n5.jpg[/IMG]

    Wordpress 3.5.1
    bbPress 2.3.2
    BuddyPress 1.7.2

    #135113
    squid1974
    Participant

    Hi,

    I want to test the import of my Vbulletin forum into BBPress. I have trouble with it because the data is too big and therefore I cannot import my Vbulletin data into a local database.

    I would like to know which tables of VBulletin are used by the importer so that I only export those that are needed?

    Fabian

    #135112
    johnboak
    Participant

    When I try to make a post in my forum, it never appears. I must be missing something. I cannot make this forum work. Any help is appreciated. The forum address is: http://www.cya.org/?forum=cya-planning-forum
    Wordpress 3.4.1
    bbPress 2.2.4

    #135109
    Hamed Nourhani
    Participant

    Dear bbpress!

    We have translated the bbpress plugin to persian language.

    you can download the translation file here.

    We hope to do more in future.

    Hamed Nourhani

    ITstar
    http://www.itstar.ir
    admin@itstar.ir

    #135107
    KimMC
    Participant

    I’ve had Buddypress on my WPMU site for a while and just installed bbpress and converted the group forums over to that. I had some hiccups along the way but managed to do it. I have a question as I’m not sure if something is working right.

    Every time someone logs into the community, they are added as a “participant” to my blog. This I think is ok, but when you go to their profile page in the community run by Buddypress it shows my blog in their blog list.
    Also when anyone including myself goes to another user blog on the network they are added as a participant to that blog. Basically everyone is going to end up with a long list of blogs in their profile and menu bar.
    I don’t think this should be working this way? Can I stop it from adding everyone as blog participants to every blog on the site?
    Also does bbPress need to set everyone as a participant if Buddypress already has their role as Member?

    Editing to add I’m using WordPress 3.5.2 Buddypress 1.7.2 and bbPress 2.3.3

    Nate
    Participant

    (referencing the login issue)

    Now that more than a few users are mentioning it, maybe the powers-at-be will give it due diligence rather than passing it off as user idiocy.

    Nate
    Participant

    This. Again and again, this.

Viewing 25 results - 25,226 through 25,250 (of 64,518 total)
Skip to toolbar