Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 44,076 through 44,100 (of 64,515 total)
  • Author
    Search Results
  • #34286
    Rich Pedley
    Member

    elf Akismet download link.

    Adds an extra settings page to enter a numeric value for number of posts before a user is considered trusted. After which they will no longer be checked by akismet.

    A field is also added to the edit profile page for you, setting this will ensure akismet always checks them.

    My first bbPress plugin, so I’d appreciate feedback.

    #87418
    Rich Pedley
    Member

    Looking back at WordPress it look like it may not have been added into bbPress as yet. Ahh well one page for one setting is bit OTT but looks like I’ll have to stay with that for now.

    _ck_
    Participant

    paulhawke, there is nothing “clean” about wordpress design. The code may have been cleaned up over time, but the result after 5+ years is there is a ton of code.

    But the critical part is it loads EVERYTHING, regardless of the task at hand, all functions, all options, all plugins. Only the admin area is excluded from the load. But even the admin functions in plugins are loaded because there is no api structure to load those portions only in admin. (I’ve attempted to address that last problem in some of my later plugins for bbPress).

    Loading a bbPress page as a plugin for WordPress will require the same process, EVERYTHING has to load, but now it will be worse.

    This is why caching is critical with WordPress or it gets slaughtered when there are many requests. As soon as bbPress 1.0 was retooled to use backpress, it inherited the same problems as WordPress.

    bbPress as a plugin will have the same problems as with backpress, but now even more so as all the wordpress plugins are loaded. It’s deep integration regardless if the user wants it or not. You will not be able to use bbPress functions without all of WordPress loaded because it will be substituting for backpress.

    It’s forced deep integration, easiest way to explain it, and that’s a very bad idea.

    #88316
    paulhawke
    Member

    I’m running into an issue writing the “import” side of things – my first thought is to create a plugin that mimics what is in WordPress. I found myself creating the infrastructure that is already present in the main body of WP.

    Writing both import and export tool really would be a lot simpler when bbPress is a WordPress plugin. Why make it like the WP one, when we can utilize the real one? :-)

    paulhawke
    Member

    Coming at this as a software engineering problem I cant see why a both/and rather than either/or situation shouldn’t prevail. Let me explain, as it’s not particularly outside the box for it to happen.

    I write a lot of automated tests for the code I produce day-to-day and that means I need to isolate the most important pieces of business logic from how they are invoked. For instance, a given request comes into the a webservice telling it to create a user for the system. I would separate the code that handles the webservice part (pulling parameter data from the incoming HTTP request, etc) from the code that then creates the user. I would isolate the steps, wrap automated unit tests around each, and be done.

    Applying the same thing to bbPress, there is some core code that handles the management of forums containing topics, that contain posts by users. This code is packaged into a clean unit of deployment – the WordPress plugin – and there is absolutely no reason why the code shouldn’t also have a second wrapper that allows for its deployment stand-alone from the main body of a WordPress installation.

    Just as I might have a webservice making calls to a body of well-tested code in my day-job, I dont see why a cleanly written WordPress plugin shouldn’t make calls into the tested bbPress core code. The body of WordPress code provides additional services that another wrapper could also provide – the core of bbPress should be unaware of the actual physical storage mechanisms being employed, or how it’s being invoked (assuming its written correctly).

    At the end of the day the conversion to a WordPress plugin should bring health to the codebase – a level of focus on what is most important (managing structured conversations in a forum/topic format), and an abstraction from what is not important (that is, the underlying physical storage, web-hosting, etc).

    k.fallman
    Member
    Tellyworth
    Member

    Howdy,

    It looks like the Live Comment Preview causes unexpected API calls to Akismet – a separate API call each time the preview updates (i.e. almost every keystroke).

    I assume this happens because the preview plugin calls the pre_post filter, which in turn triggers bb_ksd_check_post().

    I imagine there may be other plugins that cause a similar problem. Would like to help fix it but I have only a superficial understanding of the bbPress code. Suggestions for the Right Way to do it?

    k.fallman
    Member

    I think bbpress should be available as both a plugin and standalone forum. There are so many WP users who is only missing a forum part to their blogs, and remove bbpress as their best option, now when its getting better & better to integrate with WP, would make a lot of people sad ( including me ).

    If bbPress have a plugin / standalone installer – it will rule !

    #88383
    circuit
    Member

    I have just posted about this. Exactly the same thing. Sudden error, no change, users getting 404s when posting links. I also use that plugin but I hear this is happening when posting all links. I can’t really check it right now as I’m away from home.

    Please let me know if you have any ideas, this is really really bad news.

    https://bbpress.org/forums/topic/suddenly-getting-404-errors-on-bb-postphp-bb-editphp

    #88286
    zaerl
    Participant

    So will your plugin be compatible with bbPress 1.03 or is there another solution already integrated in bbPress 1.03?

    My plugin works in 1.0.2 which is the official release. When the new bbPress will come (it’s in alpha stage right now) I will update it if necessary. Given what I have seen it will work at 99% without changes. At least if devs don’t add a ‘/post/*’ rewrite rule.

    Will my old anchor-links stop working after activating your plugin?

    Yes. That are just links. I don’t modify any template function but I just add another way of addressing the posts. Obviously if you deactivate the plugin all the posts permalinks will spawn a 404.

    _ck_
    Participant

    MT made me learn perl and practically got brain damage from it back in 2003.

    Then MT pulled that nonsense in 2004 and I jumped ship like so many others.

    In hindsight MT did me a huge favor.

    Best wishes to vbulletin users, I hope we can come up with a smoother conversion method for them.

    #88309
    _ck_
    Participant

    If you have id 1 you can use my fix-admin-access plugin.

    But any user id can be made keymaster.

    Might not just be delayed email, might be blocked by any number of antispam devices by accident.

    If you can, try an email address that would be served directly by the server itself – though I have found gmail is pretty darn smart about not blocking most emails (hotmail is the worst).

    #34284
    tanmccuin
    Member

    I’ve been using the BBvideo plugin for a couple years now, haven’t changed anything in my site recently, though i did do some work in the site route (not the bbpress folder.)

    this morning a user told me that when they try’d to post a vid, they got the following error.

    Forbidden

    You don’t have permission to access /discuss/bb-post.php on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    even if i’m logged in as admin, i still get the forbidden.

    2 things. all the vids previously uploaded, still show up (IE, the link, gets converted to an embed vid.) so the plugin seems to be working… and if i disable it, but still paste in a link to say http://www.youtube.com/watch?v=IYsTV2C9zaM, even though the plugin is disabled, it still spits back a forbidden error. Yet, if i just write in random text, without a link reference… it posts fine.

    Completely baffled.

    Thoughts?

    #88284
    Tomcraft1980
    Member

    damn. ;-)

    So will your plugin be compatible with bbPress 1.03 or is there another solution already integrated in bbPress 1.03?

    Will my old anchor-links stop working after activating your plugin?

    Best regards

    Tom

    #34282
    John78_98
    Member

    Hi,

    In the forums page, I want to create a map and if user click on a particular region, then it should lead into the forums for that region. Let’s say I have four different regions.

    I know this is a wild dream. Can I even setup something like this using bbpress and wordpress combination?

    Thanks

    #88343
    circuit
    Member

    you may need to change all usernames to lowercase so that both mu and bbpress accept them. i remember doing that when i upgraded.

    #87743
    Rich Pedley
    Member

    aye looks like several instances.

    #88362
    circuit
    Member

    a-ha.

    When the WordPress ‘bbPress Integration’ plugin is upgraded it wipes all the options from the plugin.

    Will resolve and leave open in case anyone else gets this problem.

    circuit
    Member

    our forum is here:

    http://www.copsandrobbers.net/messageboard/

    It has been working fine for about a year. Yesterday I removed a few plugins relating to ping.fm on the WPMU side which shouldn’t affect anything in bbpress (although you never know…)

    Now users are reporting that they can post, reply but the second reply fails with a 404.

    They also cannot edit the post.

    I have checked via FTP and both of these files are present:

    http://www.copsandrobbers.net/messageboard/bb-edit.php

    http://www.copsandrobbers.net/messageboard/bb-post.php

    Any help would be appreciated

    Please feel free to log in and post on the test thread.

    #87742
    _ck_
    Participant

    Hmm, my font-size increase trick is no longer working, someone changed the stylesheet.

    The default font-size is ridiculously small.

    Did someone seriously hard code the font-sizes into PX instead of percent or em?

    Ah this will fix it in Stylish

    * {font-size:98% !important;}

    _ck_
    Participant

    Here is the bbPress discussion from the Q&A session after Matt’s keynote at WordCamp

    http://bbshowcase.org/forums/topic/347

    #34270

    Sorry, does anybody knows here how to settle such a problem. No pictures could be seen in my bbPress forum and the basic theme can not be changed, because no other theme works properly. For example, the is definitely a file on the server http://www.free-russia.net/bbpress/my-plugins/bbpress-polls/icon.png but .htaccess file of WordPress redirects to the 404 error page.

    The .htaccess file is this one:

    # BEGIN WPSuperCache

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /

    AddDefaultCharset UTF-8

    RewriteCond %{REQUEST_URI} !^.*[^/]$

    RewriteCond %{REQUEST_URI} !^.*//.*$

    RewriteCond %{REQUEST_METHOD} !POST

    RewriteCond %{QUERY_STRING} !.*=.*

    RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$

    RewriteCond %{HTTP_USER_AGENT} !^.*(2.0 MMP|240×320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo Wii|Nitro|Nokia|Opera Mini|Palm|PlayStation Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915 Obigo|LGE VX|webOS|Nokia5800).*

    RewriteCond %{HTTP:Accept-Encoding} gzip

    RewriteCond /home/freerus/public_html/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz -f

    RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz [L]

    RewriteCond %{REQUEST_URI} !^.*[^/]$

    RewriteCond %{REQUEST_URI} !^.*//.*$

    RewriteCond %{REQUEST_METHOD} !POST

    RewriteCond %{QUERY_STRING} !.*=.*

    RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$

    RewriteCond %{HTTP_USER_AGENT} !^.*(2.0 MMP|240×320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo Wii|Nitro|Nokia|Opera Mini|Palm|PlayStation Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915 Obigo|LGE VX|webOS|Nokia5800).*

    RewriteCond /home/freerus/public_html/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html -f

    RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html [L]

    </IfModule>

    # END WPSuperCache

    # BEGIN WordPress

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /

    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule . /index.php [L]

    </IfModule>

    # END WordPress

    The blog is here: http://free-russia.net and the forum is here: http://free-russia.net/bbpress.

    Could anybody say what should be added or changed to make the forum work properly?

    #88342
    gerikg
    Member
    #88349
    r-a-y
    Participant

    Not bad!

    #34267
    bluesteel1
    Member

    I have an example of the pagelines iblog3 theme integrated with bbpress. Before I did this I was looking for some examples but couldn’t find any with wordpress and bbpress.

    http://ipadhelp.com

Viewing 25 results - 44,076 through 44,100 (of 64,515 total)
Skip to toolbar