Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 27,276 through 27,300 (of 32,462 total)
  • Author
    Search Results
  • #66233

    In reply to: Cron?

    _ck_
    Participant

    Not yet. They may one day import the code from WordPress or eventually BackPress may solve the issue.

    #66240
    _ck_
    Participant

    I’ve never used it but from what I can tell BuddyPress is more like LiveJournal than a forum based system where there are community blogs. It doesn’t actually have forum code.

    #66218

    In reply to: Forum categories

    767427
    Inactive

    Nevermind, saw the fix in the trac. Nice job Nightgunner :)

    #66214

    In reply to: Forum categories

    767427
    Inactive

    Fantastic! Can’t wait to see it Nightgunner :)

    #66211

    In reply to: Forum categories

    jasonistaken
    Member

    It’s true! Trunk does :)

    “would you be able to go into a category and see posts from all the sub-forums like a latest discussions list but limited to those few forums?”

    Yes, as well as a listing of forums in that category.

    #65958
    _ck_
    Participant

    I just put the code on a test site and it works for me.

    Sub forums show, but not sub sub forums.

    You used http://pastebin.com/m3cef6607 ???

    The sub sub forums you are seeing are indented?

    Make sure you uploaded and are using the correct file.

    #66231
    chrishajer
    Participant

    For reference, I just ran across this as well:

    http://www.w3.org/TR/xhtml1/#prohibitions

    form
    must not contain other form elements.

    #65957
    755628
    Inactive

    Hi,

    Now the subforums’ subforums show, but along with the subforums. It displays just like the original forum.php now. :(

    #66230
    guyleech
    Member

    chrishajer, _ck_,

    I’ll take a look at the templates. I’ve only just inherited the system, so I have no idea how it was setup.

    Thanks for the help

    Guy

    EDIT: Yep, removing the nested form does the trick. I should have checked out the source code before bothering you, sorry. Thanks again for the help.

    #65956
    _ck_
    Participant

    Hang on while I double check the code, apparently I guessed wrong somewhere or missed something.

    update: perhaps it’s because $forum is not declared as a global in the template when when it loops through the forums it doesn’t see the changed parent.

    Try this update:

    http://pastebin.com/m3cef6607

    #66226
    chrishajer
    Participant

    Take a look at this source.

    <form id='tag-form' method='post' action='http://support.westciv.com/tag-add.php'><fieldset>
    <form method="post" action="http://support.westciv.com/tag-add.php">

    <input name="tag" type="text" id="tag" size="10" maxlength="30" />
    <input type="hidden" name="id" value="354" />
    <input type="submit" name="Submit" id="tagformsub" value="Add" />

    </form>
    <input type="hidden" name="_wpnonce" value="907a29b341" /><input type="hidden" name="_wp_http_referer" value="/topic.php?id=354" /></fieldset></form>

     

    I don’t think bbPress normally has a form within a form for adding a tag. Not sure if that’s a problem or not, but the hidden fields for_wpnonce and _wp_http_referer are outside the first form tag: maybe FF can handle it but other browsers cannot?

    #66225
    chrishajer
    Participant

    More data. Here is the request to add a tag when using FF3:

    cookie=bbpress_a2763cd41fe17b461fa952334e00e45c%3Dchrishajer%257C1216783299%257Cb630b90e0e5d52cf8499cfbe58629223&action=add-tag&tag=style.css&id=350&Submit=Add&_wpnonce=bd6cc486c3&_wp_http_referer=%2Ftopic.php%3Fid%3D350&topic_id=350&_=

    Here is the same request when using IE7:

    tag=style.css&id=354&Submit=Add

    FF3 works, IE7 does not.

    #66224
    chrishajer
    Participant

    Another data point: I was able to remove and add tags in FF3 but not with IE7. This is the failure message:

    Your attempt to add this tag to this topic has failed.

    The error messages are all found in bb-includes/functions.php starting at line 2320 (just so you can see what should fail and what message should be shown.)

    #66223
    chrishajer
    Participant

    In both IE7 and FF3, I get this error when trying to edit my profile:

    Your attempt to edit this user's profile has failed

    No difference between the two browsers, both fail.

    #65955
    755628
    Inactive

    The code that was on my original forum.php is

    http://pastebin.com/m3c1eab2b

    _ck_’s version that I tried using (it didn’t pop up any forums at all when I tried it) is

    http://pastebin.com/m6e93abf8

    #64540
    chrishajer
    Participant

    Can you post a link to your forum so we can modify the actual code?

    #65954
    chrishajer
    Participant

    Can you post the code you’re using at pastebin so we can take a look at what’s happening?

    #64539
    RossB
    Member

    Could someone please post an example line of code that could be added to the appropriate php page to add a navigation button to the header, or just under the header, of a bbPress forum?

    I have added a bbPress forum to a website, and just need a nav button on the bbPress forum that can take a user stright back to the home page of the website. I have no idea about php, though, so would be great if someone could add an example link showing the part I should customise in bold, or something like that.

    Also, could someon please explain how I position the nav button on bbPress so that it is left-aligned to the header, or just below the header?

    Apologies for this demonstration of coding ignorance!

    Cheers

    Ross

    #66222
    _ck_
    Participant

    I have another idea why it might only work in firefox.

    It’s possible you are somehow sending malformed HTML with a damaged or buggy template and only Firefox is able to interpret it correctly while the other browsers munge the bad code and therefore leave out the missing hidden input fields.

    Look carefully at your post-form.php template and see if there is any incorrect HTML. Also try doing a direct download of that ?new=1 page instead of looking at it in a browser and study the source for malformed HTML, for example an <input field without the closing > .

    (you could even temporarily replace post-form.php template from the original kakumei theme just to see if it works)

    #66221
    _ck_
    Participant

    Hmm, this is going to require some thought…

    That error occurs when bbPress thinks the source of the post is not coming from bbPress (ie. a spammer trying to do a direct post without first visiting the topic)

    The way that’s done is there’s something called a “nonce” which is vaguely like a hidden captcha code that is automatically sent along with the post (via POST data) to tell bbPress it’s genuine.

    So for some reason it’s not getting that “nonce” other than Firefox, which is incredibly strange. Do you happen to have a personal firewall or some kind of add-on that’s blocking certain data like that?

    I would do a “view source” in both firefox and IE on a page with a textarea (http://support.westciv.com/?new=1) and look at the fields inbetween <form> </form>. See if anything is different.

    #65926

    In reply to: bbpress update soon?

    _ck_
    Participant

    Again, I’m not an official voice for bbPress, but I don’t see how any of the points listed above are incompatible with the idea that bbPress isn’t a finished program. All of the points are true, it’s a useful and usable program, but it’s not done yet.

    Over time, based on feedback and user code contributions I am very confident that integration will become virtually painless and almost instantaneous.

    bbPress is only a year old in code development. I’m not sure if you realize that. Polished products like vbulletin are EIGHT years old (and $85 a year plus support plus most plugins and themes are commercially sold)

    If you are curious about future features you can always browse the TRAC which will give you a rough idea (ignore the date schedule, they’re just vague estimates). Remember, it’s a community project, you can suggest features and contribute bug fixes too via TRAC.

    #3650
    guyleech
    Member

    As of fairly recently, other users and I have only been able to post in Firefox. In all other browsers the error message of “Your attempt to create this topic has failed.” comes up.

    The bbPress is not hooked up to a WordPress install, and is running no plugins. I haven’t touched the core code, only the template files (and I’m aware they’re slightly out in IE).

    I’ve tried with both a newly registered account, and using my Admin account – both work in FF, but not in anything else.

    If anyone could offer some guidance as to why this may be, it would be greatly appreciated.

    The URL is: http://support.westciv.com

    Cheers

    Guy

    hyperhookup
    Member

    @citizenkeith

    anonymous posting – I did see that plugin but it doesn’t say it works with bbpress 9.0.xxx Does it work with the newest version?

    Ck’s attchment plugin- Where do I get it?

    banning option- yes by ip maybe a custom ban page or something

    no registration- meant hide or disable registration

    moderation – What do you mean to some extent? Any plugin to extend it more?

    Accept tos- Any idea how I would modify it. I am not much of a coder.

    Video would it have to be resized?

    Thanks

    #65953
    755628
    Inactive

    Hi,

    Okay, so I tried using the code. And it just makes every subforum and its subforums disappear. So everything is there, but with no links to any forums.

    #65134
    Detective
    Member

    I don’t know how to do it on the same, but you could easily make a $bbdb->query call with your own query.

Viewing 25 results - 27,276 through 27,300 (of 32,462 total)
Skip to toolbar