Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 16,076 through 16,100 (of 26,846 total)
  • Author
    Search Results
  • #105637
    tooltrainer
    Member

    WordPress 3.1.2 and I’ve reactivated many times… no change. Just did it again right now.

    I agree this is the strangest issue, and that’s part of why I’m so passionate about it. In a “former life” I was a software QA engineer and a bug like this would just never sit well with me. ;)

    Possibly related note, it seems that after reactivation I also have to re-save my permalinks… could be related to the flushing problem I’ve seen you mention elsewhere.

    Let me know if by chance you spot anything when you regress to 3.1! There has to be an explanation for this… there just has to be!

    Jonathan

    #100536

    What about deactivating and reactivating bbPress? It sounds like your caps aren’t being applied correctly.

    To be clear, there are subscribers posting over at testbp.org/discussion perfectly fine, and it’s running exactly the same code you are. Your video was helpful, and it’s really odd that it’s happening for you like that.

    What versions of WordPress are you using? I suppose it’s possible it’s a WordPress 3.1 issue, since I’ve moved on to testing with WP3.2 the past two weeks or so. I’ll revert back to 3.1 and see if that changes anything.

    #105636

    What about deactivating and reactivating bbPress? It sounds like your caps aren’t being applied correctly.

    To be clear, there are subscribers posting over at testbp.org/discussion perfectly fine, and it’s running exactly the same code you are. Your video was helpful, and it’s really odd that it’s happening for you like that.

    What versions of WordPress are you using? I suppose it’s possible it’s a WordPress 3.1 issue, since I’ve moved on to testing with WP3.2 the past two weeks or so. I’ll revert back to 3.1 and see if that changes anything.

    #38457

    Hi, i’m trying to resolv this problem but i dont find de solution.

    Mi problem is that i want to change themes and add pluguins on de bbpress but i dont see part of the administrator menu.

    i have de integration with wordpress. this is a pic of mi menu in bbpress: http://infokioscos.com.ar/img/foro.gif

    I very much appreciate any suggestions or help

    Thanks

    #100532
    tooltrainer
    Member

    backpress? I think that’s something else completely… I’m using this:

    https://bbpress.trac.wordpress.org/changeset/3147/branches/plugin?old_path=%2F&format=zip

    Thanks for your efforts!!!

    Jonathan

    #105632
    tooltrainer
    Member

    backpress? I think that’s something else completely… I’m using this:

    https://bbpress.trac.wordpress.org/changeset/3147/branches/plugin?old_path=%2F&format=zip

    Thanks for your efforts!!!

    Jonathan

    #100369

    In reply to: Custom topic Fields

    whitehats
    Member

    I have another (supposedly) silly question.

    I have added fields I need to the topic post type, thank you very much. However, I am finding it difficult to post them to the database when I enter any data from the frontend. I can add all the inputs to those fields from WordPress editor, but on-page fields fail on me.

    Can I just replicate bbp_form_topic_title() function and modify the new one to suit my needs?

    No Core Code has been harmed as yet.

    #105469

    In reply to: Custom topic Fields

    whitehats
    Member

    I have another (supposedly) silly question.

    I have added fields I need to the topic post type, thank you very much. However, I am finding it difficult to post them to the database when I enter any data from the frontend. I can add all the inputs to those fields from WordPress editor, but on-page fields fail on me.

    Can I just replicate bbp_form_topic_title() function and modify the new one to suit my needs?

    No Core Code has been harmed as yet.

    #100525
    #105625
    #100524
    tooltrainer
    Member
    #105624
    tooltrainer
    Member
    #100520

    Run an svn checkout of the bbPress plugin, and just svn update periodically.

    If this is on a remote server and you’re using SVN, you’re probably SSH’ed in, so…

    cd wp-content
    cd plugins
    mkdir bbpress
    cd bbpress
    svn co https://bbpress.svn.wordpress.org/branches/plugin .

    #105620

    Run an svn checkout of the bbPress plugin, and just svn update periodically.

    If this is on a remote server and you’re using SVN, you’re probably SSH’ed in, so…

    cd wp-content
    cd plugins
    mkdir bbpress
    cd bbpress
    svn co https://bbpress.svn.wordpress.org/branches/plugin .

    #100509

    I want to thank you for making this plugin. It’s been too long that WordPress users have waited for a fully integrated forum.

    I’m also really happy that it’s coming out in a few days. This is just what I need.

    Thanks again.

    #105609

    I want to thank you for making this plugin. It’s been too long that WordPress users have waited for a fully integrated forum.

    I’m also really happy that it’s coming out in a few days. This is just what I need.

    Thanks again.

    #100508

    Correct: alpha, beta, stable. Here at bbpress.org, we’re still running the stand-alone installation of bbPress. We are (kind of) following my own advice and not running pre-release software on a live environment. Instead, we’re running the latest trunk version of bbPress stand-alone which will eventually be 1.1.

    It’s complicated. :)

    All you need to know, is the plugin version sounds like it’s exactly what you want, and it is only a few days away from being a public alpha.

    #105608

    Correct: alpha, beta, stable. Here at bbpress.org, we’re still running the stand-alone installation of bbPress. We are (kind of) following my own advice and not running pre-release software on a live environment. Instead, we’re running the latest trunk version of bbPress stand-alone which will eventually be 1.1.

    It’s complicated. :)

    All you need to know, is the plugin version sounds like it’s exactly what you want, and it is only a few days away from being a public alpha.

    #100516

    You really shouldn’t have one WordPress installation inside another. That’s a recipe for exactly the kind of disaster you’re experiencing, since it’s most likely conflicting .htaccess files trumping each other.

    “Running nested WP installs” is different than “Running WP in a subdirectory” because of exactly what I mentioned above. If you install WP in a subdirectory, it won’t care where it is (or what its path is) as long as you install WP correctly. Once you nest several installations on top of each other, you’re setting yourself up for headaches unless you’re able to fluently track down and alleviate the rewrite issues you’ll run into.

    An important piece of missing information, do both of the WordPress installs work independently without bbPress activated on either of them? Pretty permalinks turned on, on both, etc… Once you get that to behave first, then it’s time to try adding things into them.

    #105616

    You really shouldn’t have one WordPress installation inside another. That’s a recipe for exactly the kind of disaster you’re experiencing, since it’s most likely conflicting .htaccess files trumping each other.

    “Running nested WP installs” is different than “Running WP in a subdirectory” because of exactly what I mentioned above. If you install WP in a subdirectory, it won’t care where it is (or what its path is) as long as you install WP correctly. Once you nest several installations on top of each other, you’re setting yourself up for headaches unless you’re able to fluently track down and alleviate the rewrite issues you’ll run into.

    An important piece of missing information, do both of the WordPress installs work independently without bbPress activated on either of them? Pretty permalinks turned on, on both, etc… Once you get that to behave first, then it’s time to try adding things into them.

    #100507

    But the plugin will? That’s impressive! I can’t wait until the plugin comes out. I just installed a test bbpress on a dummy site to see how it looks. It’s pretty smooth. I really think bbpress has the potential to dominate the forum industry if people get behind it like they do WordPress.

    You’re running the alpha version now, correct? Then comes the Beta and then the stable?

    #105607

    But the plugin will? That’s impressive! I can’t wait until the plugin comes out. I just installed a test bbpress on a dummy site to see how it looks. It’s pretty smooth. I really think bbpress has the potential to dominate the forum industry if people get behind it like they do WordPress.

    You’re running the alpha version now, correct? Then comes the Beta and then the stable?

    #100506

    The regular bbPress installation won’t do that without much, much work. :)

    For example, here at bbPress.org, we have 1 unified theme, that both the blog and the forums use. It’s a completely custom theme, on top of a very complicated installation that integrates with shared user tables over at wordpress.org, several themes and plugin repositories, etc…

    So, it can be as simple or as complicated as you need it to be, but the plugin version of bbPress will give you a huge head start.

    #105606

    The regular bbPress installation won’t do that without much, much work. :)

    For example, here at bbPress.org, we have 1 unified theme, that both the blog and the forums use. It’s a completely custom theme, on top of a very complicated installation that integrates with shared user tables over at wordpress.org, several themes and plugin repositories, etc…

    So, it can be as simple or as complicated as you need it to be, but the plugin version of bbPress will give you a huge head start.

    #100505

    The regular bbpress installation won’t do that, you think? I should wait for the plugin?

Viewing 25 results - 16,076 through 16,100 (of 26,846 total)
Skip to toolbar