Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 31,826 through 31,850 (of 64,516 total)
  • Author
    Search Results
  • #44816
    DNBrawler
    Participant

    Hi, i’m new, obviously, and I want to say that bbpress is a wonderful forum software for WordPress.

    I have edited my own share of bbpress files; removing the topic tag system, multiple site notices, and several other aspects.

    I have ran into a problem, I simply can’t remove the topic-form that is shadowing my main forums. My only intention is having the topic form in a completely seperate page so that way users can click a Create New Topic button and the hyperlink will guide them. I tried to go into all the single-form php files in my theme folder with no avail. Can anyone point me to the right php file, so I can remove this.

    Thank you very much

    I also intend on removing the “Voices”, if someone can point that out too–that’d be great, would save me some time.

    #100473
    Oleksandr Kramer
    Participant
    #105573
    Oleksandr Kramer
    Participant
    #113567

    I hear you. I often forget that everyone else isn’t using 2.1. It will be out soon though and then we will start work on 2.2 :)

    #100472
    jotaace
    Participant

    Ok. I’ve activated the plugin and executed “http://site.com?bbpressimport=1&delete=1” where “site.com” is the URL of my WP installation.

    The conversion lasted less than a minute for approx. 1500 posts and had completed succesfully and with no errors. My SPF version is 4.4.1.

    Congrats for the plugin.

    #105572
    jotaace
    Participant

    Ok. I’ve activated the plugin and executed “http://site.com?bbpressimport=1&delete=1” where “site.com” is the URL of my WP installation.

    The conversion lasted less than a minute for approx. 1500 posts and had completed succesfully and with no errors. My SPF version is 4.4.1.

    Congrats for the plugin.

    #113566
    LIB53
    Member

    Ah I see, thank you for the link. I guess I’ll keep any work I do to myself then, it’s a learning experience for me. Too bad it got punted to 2.2 though, I’m already feeling really excited and impatient for 2.1 hehe

    #113565

    bbPress is going to handle all of this fully in core soon (likely in 2.2).

    Check out https://bbpress.trac.wordpress.org/ticket/1694 for more details.

    #113605

    In reply to: GD bbPress Tools

    +1 looks great, I’ll check it out.

    #113564
    LIB53
    Member

    I’m making a post count plugin for bbpress 2.1, but the problem is that I’m new to PHP/MySQL, WordPress, and bbPress. From what I understand, I need to add a row called ‘post count’ to the usermeta table and hook the ‘bbp_theme_after_reply_form_submit_button’ action hook with a function that increases ‘post count’ by 1. I believe I must assign this newly hooked action a low priority as well so that the increase only comes after the post gets submitted into the database.

    I should also add a function that builds all post counts for first time run, and even leave a button possibly called “rebuild post count” in the dashboard to run the function. Preferably, I’d like to add a feature where it can run itself every now and then to ensure things the posts are accurate.

    I can count up everyone’s post count by filtering through the ‘posts’ table. All replies and topics are labeled as ‘reply’ and ‘topic’ in the post_type column, and there is a post_author column as well. Given these two columns, writing this function should be very simple. But I’m new to PHP/MySQL, and only a computer science student… So even this is a bit of work for me :(

    Additionally, I can add another row so we can add artificial post count increase or decrease as well. Another row is needed because we don’t want the build/rebuild post count function mentioned above overwriting any increase or decrease an admin wants to have in effect. I personally need this row because I’m moving a 2yr old community off of IPB.

    #44813
    adamspoon24
    Member

    I have downloaded, installed, and activated bbPress. But the problem is I have no forum tab in my admin panel nor do I see an option in the pagelines Meta tab to edit bbPress. It’s simply not showing up. What am I missing? Please help…

    mike_tnt
    Member

    Hello,

    I have just installed bbpress plugin in my last version of wordpress.

    I wanted to get mails notifications when somebody replies topics and so so, so I have installed the following plugin:

    bbPress Email Notifications

    Desactivar | Editar

    Provide notification emails and controls for bbPress subscriptions, merge, and split functions.

    Versión 0.2 | Por Jennifer M. Dodd

    But it seems not to work. could anybody help me?

    thank you in advance!

    Miguel

    #44809

    Topic: GD bbPress Tools

    in forum Plugins
    Milan Petrovic
    Participant

    GD bbPress Tools is a new free plugin for bbPress 2.0/2.1 for WordPress. Currently adds these new features:

    * BBCode shortcodes support

    * Quote Reply or Topic

    * User signature with BBCode and HTML support

    * Additional custom views

    * Basic topics search results view

    * Toolbar menu integration

    * Limit bbPress admin side access

    Plugin supports BBCodes based on the phpBB implementation. Right now, plugin has 30 BBCodes. Latest plugin version is 1.2:

    http://www.dev4press.com/2012/blog/plugins-news/gd-bbpress-tools-1-2-0/

    #108402

    In reply to: GD bbPress Attachments

    Milan Petrovic
    Participant

    Plugin has been updated many times, and latest version is 1.8:

    http://www.dev4press.com/2012/blog/plugins-news/gd-bbpress-attachments-1-8/

    Milan

    #113484
    New Joerg
    Member

    I am experiencing exactly the same problem. I’ve set up wordpress (3.3.2 de) one or two weeks ago, bbpress last sunday. But I’ve nothing migrated.

    In the role of a webmaster I can view and edit everything in the forum. During the first tests I changed the visibility to private and back. As a contributor I can only post a new entry. But I can’t even view my own posts. This was on the first day. I deactivated bbpress.

    Today I reactivated bbpress. Forums and posts seemed to have gone. I set up a new forum and moved the old posts (topics) to it. With/without allowing anonymus posting everything worked fine for the contributor’s role.

    But after setting the visibility to “private” (later to “hidden”) and than back to “public” the same error occurs: contributors can see the forum from the outside but none of the topics/posts.

    http://zukunft-stadtbahn.de/forums/forum/redaktionsbesprechung/

    Anonymous posting is not allowed, visibility is public

    We need to have an internal forum for the contributors to discuss our articles before publishing them.

    Who can help? Thanks in advance

    Jörg

    #44788
    gulzarahmed
    Member

    Dear Developers,

    I created the Pages with the slug [Advertiser] and Page Name is also [Advertiser]

    and URL is

    http://mydomain.com/advertiser

    and I created the Forum with the name of [Advertiser] but the Problem is in slug

    it is taking [Advertister-2].

    Why it is taking Advertiser -2

    and the URL is

    http://mydomain.com/forums/forum/advertisers-2

    I want to create forum with the Slug of [advertiser] instead of -2

    I need help to solve this Problem.

    will you Guide me How can I do this.

    Many Thanks.

    Gulzar Ahmed

    #44763

    Hi everyone,

    I have a new site we are working on and I have a CSS related question for you all. I do have a web developer who is much more experienced with CSS, however, I was hoping you all could at least point me in the right direction so I may have something to show him when we start the design process…

    On our main bbPress page, which lists out the active forums, we have a column called “freshness” with either “No Topics” if no one has posted or it has the number of days since the last post and the last author. The problem is that it’s pretty visually ugly to see the spacing between “No Topic” and then the spacing between the column which has an actual post with the number of days of freshness and the author.

    What I am trying to do is if there is “No Topics” to increase the column size via CSS to make it the same size as the columns who have actual posts with a freshness date and author pic.

    I am attaching a screenshot of what I am trying to do. I ran firebug and I see the CSS but I am pulling my hair out trying to figure out how to modify it.

    Thanks!

    Alex

    timbeck
    Member

    Hi,

    I’m integrating bbpress into a wordpress site. The client wants to create multiple login identities, but each identity will potentially be used by multiple people. SO . . . in the comments section, I need the comment author to be able to enter his name in the name field, then display comment author’sname in the comments section.

    Currently, no matter what I put in the comment author name field (then using ‘bbp_reply_author’ to display the author name), what I get is the admin name, not the name I typed in the field. Where does the name go? I’ve looked all over the files trying to find out where the author name typed into the form goes, and nothing comes up. Ditto for how to display it.

    Thanks in advance . . .

    t.

    #113563

    Not at the moment but post counts will probably make an appearance in 2.2.

    #44759
    Oleksandr Kramer
    Participant

    Is it possible to subscribe to comments for anonymous ?

    #113590
    pimarts
    Participant
    #44731

    I think I broke my forum.

    I am using the plugin version of bbPress on WordPress, and recently deactivated all of my plugins trying to troubleshoot a theme error. I reactivated them, and when I go to Forums in the dashboard, “All Forums”, my forum is still there, but when I click on “View” it says:

    Permission Denied

    Not Found / No Access

    The page you are looking for either does not exist, or you do not have the permissions to access it.

    Going to http://mysite.com/forums takes me back to the main page.

    Any suggestions? :(

    #110585

    How can i disable HTML and/or VISUAL editor? (2.1 plugin version)

    Have you tried Settings > Forum? :)

    Unless you’re talking about conditionally toggling the mode, in which case you’re on your own to build that as a plugin, similar to WordPress.

    #113585

    In reply to: Rolling back

    Probably best to fix the issues with your theme instead. bbPress 2.1 is due out soon, and then you’ll be ready for it.

    But, to answer your question… Just delete the plugin folder, and no forum/topic/reply data will be deleted.

    cudafunk
    Member

    I installed all the bbpress files in genesis theme and for some reason the search results don’t show any of my forum entries or replies. I’m pretty sure they should be showing up in the search results. I’m not sure what I did wrong any help appreciated.

    forum here: http://wwwstaytuned.zippykid.it/forum/

    search on this sidebar: http://wwwstaytuned.zippykid.it/nutritional-supplements/ionic-minerals/

    Thank you to any and all in advance.

Viewing 25 results - 31,826 through 31,850 (of 64,516 total)
Skip to toolbar