Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 60,901 through 60,925 (of 64,515 total)
  • Author
    Search Results
  • #57513
    Rhys Wynne
    Participant

    Should be very straightforward to do from the wordpress base. Could be nice to do it for both wordpress and bbpress.

    #2043
    gspark
    Member

    It was working before but now it isn’t, does it have to do with sharing header/footer of wp ?

    I also notice there are two different plugins not sure if both do the same, i’m using the bbpress intergration one

    #57618
    miliak
    Member

    I’ve just set up a bbpress forum and everything seemed to work one day, then the next it stopped. All registrations and new posts would lead to a blank page. I couldn’t find the problem in the code, reinstalled a few times, and eventually I found out it was because of akismet. For some reason, it was flagging new registrations and posts as spam or something. It would leave the page blank, so I never knew what was going on.

    I’ve removed the API key from my config.php and everything works fine. My forum is currently unlinked because I’m still setting up. But I would like to get akismet working before the spam hits it ;)

    #2042
    shark2097
    Member

    Hi

    I was interested in downloading your forum software and as I uploaded the zip file into my phpMyadmin database, it just gives me a long query error: “You attempted to load file with unsupported compression (application/zip). Either support for it is not implemented or disabled by your configuration.”

    Is that because I have to change a file extension for the archive? And how do I edit the text in the file, “config.php” with out changing its file type? (I use WinRAR as my zip file manager)

    Also, I tried uploading the archive via ftp. I get yet another error stating: “Abort pclzip.lib.php : Missing zlib extensions”

    Any suggestions?

    #56539

    In reply to: Strut Your bbPress!

    snakefoot
    Member

    Created a forum using the bbpress along with WP integration.

    http://smallvoid.com/forum/

    I’m very surprised of how much of the HTML-markup is part of the bbpress-core and not just kept in the theme code. It is impossible to create a XHTML compatible forum without modifying the core-files. But I guess quirks mode works okay.

    *EDIT* Guess I should have created my own thread, but too late now :)

    #2040
    cobracms
    Member

    CMS Web Links is the first international directory for webs builded with content management systems (CMS).

    If your site is a bbpress site (http://www.cmsweblinks.com/Forums/bbPress/) or if you are using another CMS, you are welcome to add your link for free.

    No reciprocal link is required, but we appreciate it.

    Link | http://www.cmsweblinks.com/

    #2039
    gspark
    Member

    this is a sweet plugin looks more like a phpbb forum

    http://www.fahlstad.se/wp-forum/

    any pros/cons ?

    #2038
    gspark
    Member

    For anyone with an interest, i figured how to make a simple private user area

    http://wordpress.org/support/topic/124247?replies=1

    here’s the kicker on the BBpress end, since a wp account will be created for users who join the forum, what i did was leave the subscriber setting alone and adjusted the contributer to read/read private pages only, that way there’s no interference for default users accounts when people join the forum

    #58460

    In reply to: Problems installing.

    lowenv
    Member

    hey can anyone help me out been trying to install bbpress

    i then run the index.php file and this is the error it gives me

    uri = ‘http://mwgnow.quotaless.com/bbpress/’; // What are you going to call me? $bb->name = ‘Meditate with God’; // This must be set before you run the install script. $bb->admin_email = ‘lowenv@gmail.com’; // Set to true if you want pretty permalinks, set to ‘slugs’ if you want to use slug based pretty permalinks. $bb->mod_rewrite = false; // The number of topics that show on each page. $bb->page_topics = 30; // A user can edit a post for this many minutes after submitting. $bb->edit_lock = 60; // Your timezone offset. Example: -7 for Pacific Daylight Time. $bb->gmt_offset = +5.30; // Change this to localize bbPress. A corresponding MO file for the // chosen language must be installed to bb-includes/languages. // For example, install de.mo to bb-includes/languages and set BBLANG to ‘de’ // to enable German language support. define(‘BBLANG’, ”); // Your Akismet Key. You do not need a key to run bbPress, but if you want to take advantage // of Akismet’s powerful spam blocking, you’ll need one. You can get an Akismet key at // http://wordpress.com/api-keys/ $bb->akismet_key = ”; // Example: ‘0123456789ab’ // The rest is only useful if you are integrating bbPress with WordPress. // If you’re not, just leave it as it is. $bb->wp_table_prefix = ”; // WordPress table prefix. Example: ‘wp_’; $bb->wp_home = ”; // WordPress – Options->General: Blog address (URL) // Example: ‘http://example.com’ $bb->wp_siteurl = ”; // WordPress – Options->General: WordPress address (URL) // Example: ‘http://example.com’ /* Stop editing */ if ( !defined(‘BBPATH’) ) define(‘BBPATH’, dirname(__FILE__) . ‘/’ ); require_once( BBPATH . ‘bb-settings.php’ ); ?>

    Fatal error: Call to undefined function do_action() in /www/quotaless.com/m/w/g/mwgnow/htdocs/bbpress/index.php on line 6

    PLEASE

    can anyone throw some light on this one

    #58805
    fel64
    Member
    #2037
    totalbalance
    Member

    I see there’s been quite a bit of discussion for email notification of new topic posts. BTW, for one’s own forum, any defacto recommends for a plug-in?

    Presently, it looks like the only option for bbPress is to RSS feed a topic.

    Does bbPress have any plans to incorporate email notification?

    #2036

    Topic: Paypal Donate Plugin?

    in forum Plugins
    totalbalance
    Member

    To incentify active members to help other’s with there questions, I’d like our forum users to have the option to include a Paypal Donate button in their posts.

    The “Buy Me a Drink” option you see sometimes on blogs & forums. Is there a plugin like this for bbPress?

    #57785
    gspark
    Member

    it’s amazing how many links here no longer use wp or bbpress what did they do try it out then switch ?

    #58640
    samanathon
    Member

    There is some great information on this here:

    https://bbpress.org/forums/topic/seemless-wordpress-integration

    #58639
    gspark
    Member

    for some reason this code although works in pulling in WP header/footer i notice that i cannot access the admin, is this the correct code ?

    $bb->WP_BB = true;

    require_once( ‘../wp-blog-header.php’ );

    update: ok i worked it out, needed the full path :)

    #58779
    Trent Adams
    Member

    I changed the title to be more ‘user friendly’ if you don’t mind! I will test it out for you as it seems like a great plugin! As well, don’t forget to add it to the plugin site!

    https://bbpress.org/plugins/add/

    Trent

    #2031
    Rhys Wynne
    Participant

    Hi, I have recently written a plugin for bbpress to show the top posters within a forum. I’ve tested it a fair amount (as much as a man with a one person forum can), and I think it is all there. Feedback and comments will be well received.

    To read more and download, please click here

    #58776
    watchfor1
    Member

    I re-uploaded all the bbpress again. I have been able to post.. I will monitor and see if people can login and post. As they were not able to do that either.. I believe this fixes it..

    #2030
    watchfor1
    Member

    ‘blockquote’

    Parse error: parse error, unexpected T_IF in /home/warnusac/public_html/warn-forums/bb-post.php on line 13

    ‘/blockquote’

    ‘strong’ Above is the error on my bbpress when I try to post.. what script, line, or other do I need to fix this ‘/strong’

    #50606

    In reply to: hello from Russia

    Trent Adams
    Member

    Is there any leads here?

    bbPress International

    Trent

    #50605

    In reply to: hello from Russia

    ganges
    Member

    Sad, Agop, but Yours translation is not a .po file, but manually translated inline source (as far as i can see). Its prevent me to use current version of bbpress.

    Anyone have ru.po file?

    Thanx

    #56538

    In reply to: Strut Your bbPress!

    Trent Adams
    Member

    You guys know that you can start your own threads for your sites right ;)

    Trent

    #2027
    bagizoltn
    Member

    Dear Editors,

    i really appreciate the bbpress and the WP script as well. Some month ago the Hungarian translation of the WP has released, and i wonder maybe a this forum script would be quite popular in my country.

    I would like to ask whether i may translate this sript and release it at my own website, of course placing direct link pointing back to the mother site.

    Thank you anyhow!

    Bagi Zoltán

    dmitriid
    Member

    Available here: http://dmitriid.com/files/projects/skins/bbpress-mamut.zip

    Used here: http://erlang.dmitriid.com/forum/

    It may not look much, but i haven’t added any backgrounds or anything. Feel free to adjust it for yourself.

    This template is derived from three-column flexible layout available at

    http://www.webproducer.at/flexible-layout/

    NOTICE. The template assumes you have the following plugins installed:

    * bb-ratings.php, http://bbpress.org/plugins/topic/6

    * since-last-visit, http://bbpress.org/plugins/topic/30

    * online-list, http://bbpress.org/plugins/topic/24

    If you don’t have those installed, remove corresponding function calls from the template

    #58583

    In reply to: Slugs and Duplicates

    You can use the script attached to that ticket: https://trac.bbpress.org/ticket/671

    It will only work once you upgrade to the next version of bbPress (it’s not out yet :) ) or if you’re running the “unstable” code in the repository.

    Follow the instructions in the last comment.

Viewing 25 results - 60,901 through 60,925 (of 64,515 total)
Skip to toolbar