Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 27,326 through 27,350 (of 32,516 total)
  • Author
    Search Results
  • #66257
    _ck_
    Participant

    Dollar sign might have to be urlencoded? Also you can integrate bbPress 0.9 with older versions of WordPress using these instructions:

    https://bbpress.org/forums/topic/how-to-integrate-bbpress-09-with-wordpress-23-or-lower

    #3655
    771868
    Inactive

    Hello,

    I have a problem with links like this:

    http://www.forestry.gov.uk/PDF/fcpn9.pdf/$FILE/fcpn9.pdf

    In case it’s been stripped out here as well, there ought to be a dollar sign before FILE. It’s in the db, so it’s being taken out on output.

    I’m probably being a bit simple, but I couldn’t find the code that was doing this – I’d guess it’s something on the post_text filter.

    I’m using WordPress 0.8.3.1 with the bbPress integration and WordPress Integration plugins. I would upgrade, but I don’t want to use WordPress 2.5 yet.

    Thanks, Mike.

    anywhen
    Member

    O.K … thank you for your information … I’ve searched a lot and try to modify for myself the search function … but as you say it is not simple to do … so I hope for the future ;) – Thank you.

    #65959
    chrishajer
    Participant

    I uploaded that code to a test installation I have and it appears to work fine. Check it out:

    http://riversideinfo.org/bbpress-0902/

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

Viewing 25 results - 27,326 through 27,350 (of 32,516 total)
Skip to toolbar