Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 18,526 through 18,550 (of 32,518 total)
  • Author
    Search Results
  • #95343
    CrownOfMars
    Member

    One more thing :P

    The Recent Posts widget on my sidebar gets the following errors:

    Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /nfs/c08/h01/mnt/120506/domains/stephenjohnmartin.com/html/spa/wp-content/plugins/bbpress/bbp-includes/bbp-forum-functions.php on line 799

    Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /nfs/c08/h01/mnt/120506/domains/stephenjohnmartin.com/html/spa/wp-content/plugins/bbpress/bbp-includes/bbp-forum-functions.php on line 799

    Warning: implode() [function.implode]: Invalid arguments passed in /nfs/c08/h01/mnt/120506/domains/stephenjohnmartin.com/html/spa/wp-content/plugins/bbpress/bbp-includes/bbp-forum-functions.php on line 802

    The widget works it’s just that these errors are shown above it.

    They don’t appear when i’m logged in.

    #38470
    abu4net
    Member

    Dear Folks!

    I’ve setup a bbPress Forum online. Its for my school friends. So i want custom registration form that includes some fileds like batch, current location, class name etc. Is there is any plugin available for that? I’ve searched many bt didnt get.

    If there is no plugin, how can i do it by code?

    Your immediate help is highly appreciated.

    Thanks.

    #105649

    Can you all try the most recent revision, and see if that fixes it for you? I think there’s probably a cleaner way to handle some of this, but I’d like to let this sit for a few days and see how it’s received.

    The limit is finding what circumstances should be prevented completely, and what should provide some kind of specific user feedback. The question is enough to make me want to eventually write some kind of legitimate permissions based access feedback; something that works similar to a 404.php but for access errors. No time to get this in before beta though. :/

    #100549

    Can you all try the most recent revision, and see if that fixes it for you? I think there’s probably a cleaner way to handle some of this, but I’d like to let this sit for a few days and see how it’s received.

    The limit is finding what circumstances should be prevented completely, and what should provide some kind of specific user feedback. The question is enough to make me want to eventually write some kind of legitimate permissions based access feedback; something that works similar to a 404.php but for access errors. No time to get this in before beta though. :/

    #95339
    CrownOfMars
    Member

    Worked out how to do what i posted above.

    Can someone please explain to me why this is happening?

    http://stephenjohnmartin.com/spa/forums/forum/

    I’m pretty sure this page is using archive.php, which i haven’t changed from the default TwentyTen theme.

    I’ve had to create my own page named forums and insert the shortcode [[bbp-forum-index] in order to achieve what i want on the forums/forum page. It is located here:

    http://stephenjohnmartin.com/spa/forums/

    Basically, how do i make forums/forum appear the same as /forums, or, how do i remove the need for the forums/forum page?

    Sorry i’m a rookie.

    #105512
    Gautam Gupta
    Participant

    bbPress only supports MySQL. :)

    #100412
    Gautam Gupta
    Participant

    bbPress only supports MySQL. :)

    #105648
    jvanclute
    Member

    !!!!!!!!!!!!!

    IF YOU FIX THIS TONIGHT I WILL ERECT A SHRINE TO YOUR IMAGE!!! =)

    Oh and this is ToolTrainer, my posts are now all being marked as spam… major sad frowny face.

    And here I was going to report that I regressed all the way back to build 2993 where it immediately began working properly.

    I can’t tell you how relieved I am that you actually did track down the issue, and are working on the fix now. Thankyouthankyouthankyouthankyou. Seriously. Thank you for not just writing me off as a nutjob. Even if I am one.

    My birthday is tomorrow and as pathetic as this may sound, this is a FANTASTIC present. LOL

    Jonathan

    #100548
    jvanclute
    Member

    !!!!!!!!!!!!!

    IF YOU FIX THIS TONIGHT I WILL ERECT A SHRINE TO YOUR IMAGE!!! =)

    Oh and this is ToolTrainer, my posts are now all being marked as spam… major sad frowny face.

    And here I was going to report that I regressed all the way back to build 2993 where it immediately began working properly.

    I can’t tell you how relieved I am that you actually did track down the issue, and are working on the fix now. Thankyouthankyouthankyouthankyou. Seriously. Thank you for not just writing me off as a nutjob. Even if I am one.

    My birthday is tomorrow and as pathetic as this may sound, this is a FANTASTIC present. LOL

    Jonathan

    #105647

    Confirmed on a fresh installation. Working on a fix.

    This is me, apologizing… with a fix! :)

    #100547

    Confirmed on a fresh installation. Working on a fix.

    This is me, apologizing… with a fix! :)

    #95338
    CrownOfMars
    Member

    I saw a list of shortcodes mentioned a few pages back.

    I’ve been able to get [bbp-forum-index] to work easily.

    How do i get the [bbp-single-forum] shortcode to work?

    I’ve tried [bbp-single-forum id="# of the forum"] without luck?

    #37835

    Topic: Running alpha-2

    in forum Showcase
    jonkristian
    Member

    alpha you say!!!?… But running strong! :D Thanks to all bbpress devs who made it a lot easier to maintain a wp site and forum in one package;)

    Not 100% done theming but here it is: http://archaudio.org/forums/

    #105327
    Gautam Gupta
    Participant

    I’ve updated the script, the latest version can be found here which addresses the issues highlighted by jonkristian (replies not being displayed) and Rick (errors from plugins – turned debug option off by default, though it is recommended that you turn off all plugins) and some others too.

    Rick: You should put only the bbs2p.php file in the root directory (where you have wp-config.php. Then change those lines to:

    define( 'BBS2P_WP_PATH', '' ); /** With Trailing Slash, if required */
    define( 'BBS2P_BB_PATH', 'forums/' ); /** With Trailing Slash, if required */

    JJJ: I’m on that. :)

    #100227
    Gautam Gupta
    Participant

    I’ve updated the script, the latest version can be found here which addresses the issues highlighted by jonkristian (replies not being displayed) and Rick (errors from plugins – turned debug option off by default, though it is recommended that you turn off all plugins) and some others too.

    Rick: You should put only the bbs2p.php file in the root directory (where you have wp-config.php. Then change those lines to:

    define( 'BBS2P_WP_PATH', '' ); /** With Trailing Slash, if required */
    define( 'BBS2P_BB_PATH', 'forums/' ); /** With Trailing Slash, if required */

    JJJ: I’m on that. :)

    #105643
    tooltrainer
    Member

    Interesting… I guess what has me puzzled is that I would expect something like this to be universal – either everyone using 3.1 with bbPp sees it or they don’t. Clearly that’s not the case, although my coder in Pakistan sees the identical behavior that I do.

    I wasn’t sure what version of WP (or the plugin for that matter ;) you were running on testbp.org and wanted to see if anyone else running the identical setup as me, was seeing the same issue. Nobody has chimed in seeing they do so, either it’s just me or nobody else is following this thread.

    ANyway, I’m really hoping you manage to spot something specific that is causing this so that it can be fixed. As great as it is that it doesn’t occur in 3.2, obviously I’m not going to upgrade to that in its very first beta, on a real site.

    Still in limbo on what exactly I’m going to do, I need my forums working by Monday… kinda freaking out as to what to do if you’re not able to identify the issue and a fix any time really soon.

    Thanks as always,

    Jonathan

    #100543
    tooltrainer
    Member

    Interesting… I guess what has me puzzled is that I would expect something like this to be universal – either everyone using 3.1 with bbPp sees it or they don’t. Clearly that’s not the case, although my coder in Pakistan sees the identical behavior that I do.

    I wasn’t sure what version of WP (or the plugin for that matter ;) you were running on testbp.org and wanted to see if anyone else running the identical setup as me, was seeing the same issue. Nobody has chimed in seeing they do so, either it’s just me or nobody else is following this thread.

    ANyway, I’m really hoping you manage to spot something specific that is causing this so that it can be fixed. As great as it is that it doesn’t occur in 3.2, obviously I’m not going to upgrade to that in its very first beta, on a real site.

    Still in limbo on what exactly I’m going to do, I need my forums working by Monday… kinda freaking out as to what to do if you’re not able to identify the issue and a fix any time really soon.

    Thanks as always,

    Jonathan

    kpzion
    Member

    I think I should re-order or sort the topic from topic_id. But I don’t know I must edit in which file. Please help me. I don’t have knowing about PHP source code.I’m just a beginner.

    Sorry for my poor English.

    kpzion
    Member

    I think I should re-order or sort the topic from topic_id. But I don’t know I must edit in which file. Please help me. I don’t have knowing about PHP source code.I’m just a beginner.

    Sorry for my poor English.

    #105664

    In reply to: Moderation queue

    Without knowing anything about coding, it’s going to be almost impossible. :)

    You can learn to program though; once you do that, the sky is the limit. :D

    The soon to be released bbPress plugin for WordPress will allow something like a moderation queue pretty easily, but it would need to be built.

    #100564

    In reply to: Moderation queue

    Without knowing anything about coding, it’s going to be almost impossible. :)

    You can learn to program though; once you do that, the sky is the limit. :D

    The soon to be released bbPress plugin for WordPress will allow something like a moderation queue pretty easily, but it would need to be built.

    #105667

    Not an idiot, it’s just new and uncharted territory. I’ve coded a lot of little subtleties into the plugin that will come out as time goes on. Pretty much anything you want to do with it, you should be able to do. If you find a limitation, I want to fix it. :)

    #100567

    Not an idiot, it’s just new and uncharted territory. I’ve coded a lot of little subtleties into the plugin that will come out as time goes on. Pretty much anything you want to do with it, you should be able to do. If you find a limitation, I want to fix it. :)

    #105642

    I am definitely outside of your immediate circle, and am running the bbPress plugin over at testbp.org/discussion. A site with over 22k subscribed users that are able to post in those forums with no issues. :)

    Not saying there isn’t a bug somewhere, just saying it hasn’t manifested itself on my installs yet.

    Also, the bug isn’t in WordPress 3.1, or 3.2. It’s probably in how I’m handling the query differences between the two versions, as some of the advanced meta type queries are being fine-tuned.

    #100542

    I am definitely outside of your immediate circle, and am running the bbPress plugin over at testbp.org/discussion. A site with over 22k subscribed users that are able to post in those forums with no issues. :)

    Not saying there isn’t a bug somewhere, just saying it hasn’t manifested itself on my installs yet.

    Also, the bug isn’t in WordPress 3.1, or 3.2. It’s probably in how I’m handling the query differences between the two versions, as some of the advanced meta type queries are being fine-tuned.

Viewing 25 results - 18,526 through 18,550 (of 32,518 total)
Skip to toolbar