Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 47,626 through 47,650 (of 64,454 total)
  • Author
    Search Results
  • #81147

    In reply to: denied mime

    johnhiler
    Member

    Another user reported a similar issue… here’s how they fixed it:

    https://bbpress.org/plugins/topic/bb-attachments/page/17/#post-4746

    #32228
    moshe100
    Member

    Hi Everyone

    bbPress is great. I love it and I appreciate every bit of effort put into it.

    I am setting a new site which has only one, single forum in it.

    My goal is to have the main/home page show the same view as if I would select a specific forum from a multiple-forums website (stickies on top, marked in color….)

    My first idea was to replace front-page.php with forum.php (copy & rename), and add the following code:

    <?php $forum_id=”1″; ?> right after <?php bb_get_header(); ?>.

    This does create the appearance of a single forum, but in a different presentation. for example, sticky topics are sorted with all other topics by date, and are not forced to the first lines in the topics table.

    I would really really really appreciate any help or directions I can get.

    Thanks a lot !

    Moshe.

    #80846

    In reply to: Future of bbPress

    Elias
    Member

    […] I don’t think it is really using much (if any) MySQL specific code.

    bbPress uses a lot of SQL statements not working with Oracle and is highly optimized for MySQL. To make it independent from the RDBMS will not be easy, and coding a RDBMS independent layer and not using “JOIN”, “LEFT JOIN”, “MATCH” and “FULLTEXT INDEX”, “LIMIT” would degrade the performance of bbPress, which isn’t exactly the thing wanted for it.

    #81145

    In reply to: denied mime

    chrishajer
    Participant

    https://bbpress.org/plugins/topic/bb-attachments/

    That plugin is compatible with up to 0.9 only. What version of bbPress are you trying to use it with?

    #81143
    hpguru
    Member

    Plugin is non-work with you bbPress version? You may delete plugin. Sorry, bad English.

    DKB
    Participant

    Its coming from the plugin WordPress-bbPress syncronization

    https://bbpress.org/plugins/topic/wordpress-bbpress-syncronization/

    #81120

    Pretty much. The non get_ version is just an echo of the get_ one anyway :)

    https://trac.bbpress.org/browser/trunk/bb-includes/functions.bb-template.php

    #81131
    #81130
    chrishajer
    Participant

    How about a little more information?

    URL?

    What happens when they try?

    What happens when you try?

    Any error messages?

    What version bbPress?

    Integrated with WordPress? If so, what version WordPress?

    Stock theme or custom?

    Any plugins active?

    Has it ever worked or never worked since installation?

    What host are you on?

    You never know which of these items will be important, but starting with a little information is better than nothing.

    #80845

    In reply to: Future of bbPress

    chrishajer
    Participant

    bbhack, you should take your arguments to Automattic.

    This is something Matt said a while ago about MySQL and Oracle:

    http://ma.tt/2009/04/oracle-and-open-source/

    There have been discussions before of using different databases, or abstracting the whole thing, but I still feel there are many other bbPress features that need work before they tear out something that is working completely fine right now.

    #80844

    In reply to: Future of bbPress

    bbhack
    Member

    The reason why bbPress needs Oracle support is because if you are trying to integrate it into any existing site run by an actual company and not a hobbyist, there’s a good chance their user database is in Oracle (or MS SQL Server).

    PHP supports Oracle so why should bbPress be tied to just MySQL. I don’t think it is really using much (if any) MySQL specific code.

    This is one of the main selling points of PHPBB – it supports FireBird, MySQL, MS SQL Server, Oracle, PostgreSQL and SQLite.

    bbPress doesn’t touch WordPress by default, so you must be running some plugin that adds that

    #32219
    Erhnam
    Member

    BBPress is a bit new for me so sorry if this question sounds stupid.

    I installed BBPress along with WordPress. After the BBPress installation setup a connection between those two. No problems till here. I also installed wordpress-bbpress-syncronization which also works fine. I noticed that only new posts on WordPress are copied to BBPress. So I wonder; Is there a way to copy all wordpress posts to BBPress and then start syncing from there?

    #81125
    chrishajer
    Participant

    Yes they should change the documentation, but right now the project is without a leader, so a few things have fallen by the wayside, including documentation.

    #81124
    chrishajer
    Participant

    You can use browser add-ons for Firefox like Firebug or the Web Developer Toolbar, or you can use a command line tool, or there are places online that you can submit your URL to and they will show the headers returned.

    Using the Web Developer Toolbar for Firefox, I get this:

    Response Headers - http://fakeplasticfish.com/discuss/

    Date: Sun, 01 Nov 2009 21:27:42 GMT
    Server: Apache
    Keep-Alive: timeout=15, max=99
    Connection: Keep-Alive
    Transfer-Encoding: chunked
    Content-Type: text/html; charset=UTF-8

    200 OK

    Which is correct, and different from before, and it looks like you fixed it.

    #81123

    Oh my god, I love you. Will you have my babies???!!!!!

    Changing from wp-blog-header.php to wp-load.php fixed the problem. At least it looks that way. The pages are loading in IE now.

    How would I check to headers to make sure this problem is truly fixed? I don’t know what “check the headers” actually means. Sorry. :-)

    Oh, and maybe bbPress could change the instructions here

    https://bbpress.org/documentation/integration-with-wordpress/

    to indicate that wp-load.php should be used instead?

    Beth

    #81122
    chrishajer
    Participant

    I think you should be including wp-load.php instead of wp-blog-header.php

    I think the difference between browsers is due to your forum returning a 404 but still displaying the content. Some browsers ignore the 404 and display the content (Safari and Firefox, apparently) but others treat the 404 as a 404 (IE8).

    Check the headers being returned from http://fakeplasticfish.com/discuss/ :

    Date: Sun, 01 Nov 2009 20:34:48 GMT
    Server: Apache
    Cache-Control: no-cache, must-revalidate, max-age=0
    Expires: Wed, 11 Jan 1984 05:00:00 GMT
    Pragma: no-cache
    X-Pingback: http://fakeplasticfish.com/xmlrpc.php
    Last-Modified: Sun, 01 Nov 2009 20:34:48 GMT
    Keep-Alive: timeout=15, max=98
    Connection: Keep-Alive
    Transfer-Encoding: chunked
    Content-Type: text/html; charset=UTF-8

    404

    https://bbpress.org/forums/topic/deep-integration-google-might-not-be-indexing-your-forum-pages

    https://bbpress.org/forums/topic/help-404-error-but-page-displays

    https://bbpress.org/forums/topic/bbpress-wordpress-mu-or-not-leads-to-404-errors-but-pages-still-load

    I think those are related.

    #32216

    Not sure if this question should go to the Installation forum or Troubleshooting. I actually posted this question last night to the forum, and this morning it has disappeared. So trying again…

    I have spent all weekend installing bbPress and modifying the kakumei template to integrate with my site. It all looked great in Firefox and Safari, but when I view the site in Internet Explorer 8, I cannot reach any pages besides front page, and only then if I browse to http://fakeplasticfish.com/discuss/index.php. Simply browsing to http://fakeplasticfish.com/discuss/ in Internet Explorer brings up a 404 Error, as do all the other forum pages.

    Here are details of my install:

    WordPress 2.8.4 installed at the root: http://fakeplasticfish.com

    bbPress 1.0.2 installed at http://fakeplasticfish.com/install/

    bbPress is installed into the same database as WordPress on a GoDaddy Linux server.

    I have added this code to my bb-config file as instructed:

    /** Integrate with WordPress */

    require_once(‘/home/content/b/e/t/bethfish/html/wp-blog-header.php’);

    This is because I want my WordPress plugin menu bar to appear in bbPress as well as other WordPress functions.

    I thought perhaps the issue had to do with pretty permalinks, as I read some entries in this forum on that issue, so I actually switched back to the original ugly permalinks, cleared the browser cache and restarted IE. IE will still not open any of the bbPress pages besides index.php and returns a 404 error from the server (not my WordPress 404 page.)

    I have two .htaccess files, one in the root folder created by WordPress and one in /discuss/ created by bbPress. I tried deleting that file after switching back to ugly permalinks, and now there is a new one there.

    I am a novice. I don’t understand the information in the .htaccess file, but I am happy to copy the information from both files over here if that would help.

    I just really don’t understand why the bbPress pages work fine in Firefox and Safari and not in IE.

    #32215
    Collisionx
    Member

    Hi

    I have tried integrate wordpress into bbPress according to the documentation, in my localhost, and im getting this error.

    Fatal error: Call to undefined function bloginfo() in C:wampwwwgm_wordpresswp-contentthemesdefaultfooter.php on line 12

    Do i have to call every file in wordpress with “require_once”… Or is there any other solution ?

    I ll be great if you guys can help me out.. :)

    Thanx

    #32214
    psymatix
    Member

    Hello,I’m a wordpress user and I just downloaded bbpress for a project I’m working on since I can’t get some key features on wordpress. My project involves polls that can be created by users of the site, and also regular forum topics.

    I have gotten the polls plugin bbpress polls and it adds ‘[poll]’ in front of the topic title. now I want to use this feature to display topics with polls separately from topics that don’t have polls since this seems to be the most distinguishing factor.

    My question is how can I get the topic title in the loop for use in my code? the Function topic_title() displays the topic i.e. it echoes it, but I would like to get it as a string that I can use in functions.

    Also, I would like to know how I can get a reference of all the index keys in the $topics array so I can use them in my code.

    #32213
    Basti1900
    Member

    Hi all,

    just installed bbPress at http://www.autogas-umruestungen.de/forum

    Do I have to protect this directory somehow? The index.php is in the same directory with bb-config.php etc. and other vital files?

    Seems unsafe? Or am I wrong?

    Thanks for your help..

    Great tool this bbPress :-)

    Sebastian

    #81105
    chrishajer
    Participant

    I suggest you contact Brian Gardner, the creator of the Revolution themes. That theme was created over a year ago and I suspect there are at least a couple problems with 1.0.

    http://www.briangardner.com/blog/revolution-finally-meets-bbpress.htm

    http://www.studiopress.com/support/

    If Brian is not interested in updating that theme, if that is the problem, you may need to pay someone to make the modifications you need.

    #55976

    In reply to: Show off your Forum !!

    NikonRumors
    Member

    http://nikonrumors.com/forum/

    some stylesheet color changes

    plugins:

    allow-images

    bbvideo

    human-test

    members-online

    my-views

    askimet

    recent-posts

    adsense-for-bbpress (currently not working)

    #73966

    In reply to: quotes in posts

    NikonRumors
    Member

    Anybody using this quote plugin:

    https://bbpress.org/plugins/topic/quote/#post-132

    #76331
    deuts
    Member

    Hooray! This actually worked for me. I’m on Bbpress 1.0.2! Thanks mate!

Viewing 25 results - 47,626 through 47,650 (of 64,454 total)
Skip to toolbar