Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 18,501 through 18,525 (of 32,505 total)
  • Author
    Search Results
  • #100552

    @tooltrainer – unrelated, and fixed. Try the latest revision. :) Was a bug with subforums, categories, and topic/reply counts.

    #105652

    @tooltrainer – unrelated, and fixed. Try the latest revision. :) Was a bug with subforums, categories, and topic/reply counts.

    #38482
    Dykarna
    Member

    API Error Code: 191

    API Error Description: The specified URL is not owned by the application

    Error Message: redirect_uri is not owned by the application.

    I use Simple Facebook Connect and I get the following error info from Facebook when I try to login … Does anyone know why this happens? I have tried to fill it up that wants me to fill out the application but … yes it will as it gets (see above) and search or ask for help on facebook, one can not hope, yes, more or less.

    Anyone know what I need to do to complete so it works with the Simple Facebook Connect

    My page:

    http://www.dykdagis.se/forum/

    #100550
    tooltrainer
    Member

    So far, so great!! I actually grabbed JUST the file with this fix in it last night and threw it on my production site. Fixed the problem immediately! Now we’re working on re-integrating a clean install of the latest bbP build into our theme, and making sure everything stays happy.

    JJJ, you’re a star. Thank you again for being so willing to actually investigate and fix this issue, and quickly too!

    Will let you know if I run into any issues with it but I’m very optimistic. :)

    Jonathan

    #105650
    tooltrainer
    Member

    So far, so great!! I actually grabbed JUST the file with this fix in it last night and threw it on my production site. Fixed the problem immediately! Now we’re working on re-integrating a clean install of the latest bbP build into our theme, and making sure everything stays happy.

    JJJ, you’re a star. Thank you again for being so willing to actually investigate and fix this issue, and quickly too!

    Will let you know if I run into any issues with it but I’m very optimistic. :)

    Jonathan

    #95349
    r-a-y
    Participant

    @RickLewis

    In my case, for the forum index, I had to create a WP page with the same page slug as the bbPress forum base slug (located in “Settings > Forums”).

    On that page, I used this shortcode:

    [bbp-forum-index]

    I’m not sure if this is supposed to be generated automatically by bbPress during activation. JJJ, can you confirm if this is the case or not?

    #95347

    @CrownOfMars – Try the latest revision and let me know if it’s fixed for you. Was a regression from fixing something else.

    @Rick Lewis – You haven’t started over, because you still have a custom theme. It looks to me like you still have

    add_theme_support( 'bbpress' );

    in your custom theme, even though you don’t have any bbPress files in your custom theme to actually provide bbPress support.

    Using the add_theme_support() method is what tells bbPress not to use its own internal files, and just let WordPress do its thing and figure it out. In that case, bbPress will follow the normal template hierarchy for WordPress (archive.php, index.php, etc…)

    So you either…

    1. Copy the bbPress files out of the bbp-twentyten folder into your custom theme and use the add_theme_support() method, which allows you to use page templates.
    2. Don’t move anything, don’t add anything, and use shortcodes and adjust your CSS as needed.
    3. Create your own completely custom method of handling bbPress, which is possible to do but way more work than it’s probably worth doing unless you need something *really* tricked out.

    #100477
    Gautam Gupta
    Participant

    1. No, you should install it in a sub-directory like forums. If you install it in the same dir, then their might be conflicting urls.

    2. You’d need to port the theme yourself. There is no theme compat. (Though the new under-development bbPress plugin has that)

    3. If you don’t want anything of WordPress to be shown in bbPress (ie. by using WP functions), then no. It would add extra load.

    #105577
    Gautam Gupta
    Participant

    1. No, you should install it in a sub-directory like forums. If you install it in the same dir, then their might be conflicting urls.

    2. You’d need to port the theme yourself. There is no theme compat. (Though the new under-development bbPress plugin has that)

    3. If you don’t want anything of WordPress to be shown in bbPress (ie. by using WP functions), then no. It would add extra load.

    #100010
    gdecaro
    Member

    Thanks bbklo. I think I must have misunderstood your original dilemma. The solution for me was to change the defined cookie path within wp-config.php from define( ‘COOKIEPATH’, ‘/’ ) to define( ‘COOKIEPATH’, ‘/wordpress’ )

    Now I am no longer logged out when switching between the two. For a little insight WP & BB are installed at mysite/wordpress and mysite/bbpress

    Anyway… thank you. I’m pretty new to this stuff but trying to wrap my head around it. =)

    #105110
    gdecaro
    Member

    Thanks bbklo. I think I must have misunderstood your original dilemma. The solution for me was to change the defined cookie path within wp-config.php from define( ‘COOKIEPATH’, ‘/’ ) to define( ‘COOKIEPATH’, ‘/wordpress’ )

    Now I am no longer logged out when switching between the two. For a little insight WP & BB are installed at mysite/wordpress and mysite/bbpress

    Anyway… thank you. I’m pretty new to this stuff but trying to wrap my head around it. =)

    #95345
    Rick Lewis
    Member

    @jjj you mentioned above that you don’t need to create a Forums page?

    From older posts I thought that was the only way to make this work and with that I also moved things around and added in the code you mention to my functions.php. While things seem to show up they do so just like CrownofMars with the Blog Archive thing.

    I too had the forums/forum thing and believe I killed that by deleting all the slugs listed in the settings and saving.

    My issue is I can’t get to my main Forum page at all. I keep getting either redirected to the stupid Group forum directory or the second forum I made and it’s noted a Blog Archive.

    I think I am going to back track a little and retry things without moving template files around and so on. Maybe that was needed in an earlier version?

    I would love to get my forum page looking like this http://archaudio.org/forums/. That one looks nice. I haven’t achieved that yet.

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

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

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

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

    #100412
    Gautam Gupta
    Participant

    bbPress only supports MySQL. :)

    #105512
    Gautam Gupta
    Participant

    bbPress only supports MySQL. :)

    #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

    #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

    #100547

    Confirmed on a fresh installation. Working on a fix.

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

    #105647

    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/

Viewing 25 results - 18,501 through 18,525 (of 32,505 total)
Skip to toolbar