Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 18,451 through 18,475 (of 26,877 total)
  • Author
    Search Results
  • #88406
    Rich Pedley
    Member

    [edit: thanks for the feedback ;)]

    Yeah, the option settings is a pain, they finally added that into WordPress, so I’m hoping it’ll be added into bbPress as well at some point. I copied the form from akismet, thought that way I’d get it right first time ;)

    And yes I did use that, nice starting point – hadn’t realised what was being passed to the trusted (must have missed that part). So yeah that’s trivial enough to add in.

    One reason I didn’t add in the trusted was that I totally missed it after intending to put it in! This was due to my not being able to add a user profile field in the form of a select. So I’ll re visit that and see if I can utilise radio buttons instead.

    Wasn’t sure what post_status were… so is it:

    0 for standard posts, 1 for deleted and 2 for spam ?

    I’ll work on it …

    I’ve released a few WordPress plugins (and have loads of small unreleased ones), I’m not saying I’m good, but have experience. Plus it is why I have moved back to bbPress after years of using other forums, I should be able to code plugins for it!

    #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).

    #88344
    bonechair
    Participant

    I tried renaming the user to lowercase but no luck. These users were imported into wordpress from another system. So they are just in wp_users. So I figured I had to ad into wp_signups but that didnt work.

    #88285
    _ck_
    Participant

    This could be handled with javascript and (unfortunately) a page reload.

    PHP cannot see the hash because it’s not sent by the browser to the server.

    But javascript can see it.

    When the page loads, javascript could look at the hash and then see if an object with that id exists on the page. If not, it could do a proper request from the server via a plugin.

    per your example:

    http://www.domain.org/forum/topic.php?id=5579&page=8#post-56412

    pseudo code:

    if (window.location.hash
    && window.location.hash.substring(0,5)=="post-"
    && !document.getElementById(window.location.hash)) {
    document.location="?post="+window.location.hash;
    }

    Then on the server side a plugin would look for the post request and return the proper new url.

    A little bit messy but would allow backwards compatibility if there are links out there which cannot be fixed, especially on other sites.

    WordPress has the same problem with post and comment pagination as the pages constantly move. It’s a poor design.

    #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

    #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.

    #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?

    #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

    #34113
    John78_98
    Member

    Hi,

    I have bbPress and wordpress installed locally on my machine. Now, I want to move both of them from localhost to the live server. Can anyone please explain?

    Thanks!

    #88341
    gerikg
    Member

    on your bbP Dashboard make sure SETTINGS->WORDPRESS INTEGRATION-> User database table prefix is filled out.

    ppmujica
    Member

    Hi Chris, thanks for replying. I found the problem! It seems firefox had cached the “not found” page while i was having permission issues (750 instead of 755 or something), and instead of bringing the correct files, it was fetching the (bad) ones from the cache. Why it worked for jpg or gif files correctly is beyond me, but now everything seems to be working!!!

    Weeeeeee!!!

    THANKS!

    #88299
    gerikg
    Member

    Nothing step by step because all themes aren’t created the same.

    The idea is to imitate the header.php, footer.php, and the content goes into something similar to page.php

    #88298
    John78_98
    Member

    Thanks dude! Do you know if I can find step by step instructions anywhere? I want to do something like this site. All pages in wordpress except one page in bbpress.

    I am planning to use this theme if that makes any difference:

    http://freewpthemes.name/natural-health-free-wordpress-theme/

    chrishajer
    Participant

    Is it related to this at all?

    https://bbpress.org/forums/topic/intermittent-page-not-found-on-valid-uls#post-67963

    Can you check the response headers for a page that comes up to see if it’s actually 404 instead of 200, even though it displays? Or post the link to your forum so someone can check it out.

    #86893

    bbPress has 3 things going for it:

    1) It can integrated a single signon with a wordpress install

    2) It’s very easy to ‘theme’

    3) It’s totally open source and easy to code for

    If you like these, then bbPress is for you. If these things are not enough (and for most people they’re not) then bbpress is not for you.

    It’s also wrong to say that bbPress is missing alot of functionality. that’s purely down to your perception of what YOU think a forum should have. bbpress documentation is shockingly thin on the ground, so if it doesn’t do what it claims to do – tell us :) But don’t judge it because it doesn’t do something it doesn’t claim to – you’ll never find the software that fits your needs that way.

    #86892
    ppmujica
    Member

    I have a similar question. I’m finding that the translations to my language (spanish) are quite poor, and it seems most of the plugins are pre-version 1, so I’m missing a lot of functionality (like user avatar, which should be there from the start!!!).

    So I wonder, besides sharing users (which is not a big benefit for my implementation), is there any other reason why bbpress + wordpress is a better option than any forum software + wordpress???

    cnc
    Member

    Recently I got this mesg who drives me crazy..

    Warning: Visiting this site may harm your computer!

    I don’t know what happened to my blog and forums.. I think all was secure and safe in my site.. I have talked to my hosting company they clean it.. but the problem is still there..

    http://www.car-n-car.com (wordpress)

    http://www.car-n-car.com/forums (bbpress)

    It’s really disturbing me… how can I fix it?

    is there any wordpress or bbpress authenticated plugin who defend my site from suspicious codes, and hackers attacks..

    please guide me to remove this bloody mesg…. otherwise my site will useless :(

    help me again…

    Regards,

    cNc

    #34260
    mikkelsen
    Member

    Hello,

    I have a website with WordPress as the mainsite and vBulletin as a forum. After doing lots of research on bbPress, I quickly understood that bbPress is far superior for my needs and would fit extremly well :)

    I do however have one problem, and that is that I have lots of users and posts that I can’t loose. I’d like to transfer my users login info as well as all the posts and threads.

    Are there any scripts for converting a vBulletin database to a bbPress database?

    Thanks for all help.

    #88297
    gerikg
    Member

    bbpress is a standalone forum it doesn’t really go into wordpress. A lot of people create a theme that looks like the wordpress one, like this site.

    Home, Plugins, About, Docs, Blog, and Download is WP

    Forums is bbPress

    I help out people with that stuff: wpbbpthemes.org

    gerikg
    Member

    if you have access to the database delete all tables that start with bb_

    #34256
    John78_98
    Member

    Hi, I am a Newbie. I have downloaded and installed WordPress and bbPress locally. I used the same database for wordpress and bbpress. I was able to open both of them at the following locations.

    http://localhost/ (wordpress)

    http://localhost/bbpress/ (bbpress)

    Now, how can open bbpress forums on the wordpress site? I am trying to create a website where one of the pages contains forums.

    Any help will be greatly appreciated!

Viewing 25 results - 18,451 through 18,475 (of 26,877 total)
Skip to toolbar