Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 56,626 through 56,650 (of 64,449 total)
  • Author
    Search Results
  • #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.

    #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

    #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

    #66219

    In reply to: @ ck. Suggestions

    _ck_
    Participant

    hyperhoo, I’m kinda on a bbPress break for the summer so major updates to my plugins will be a month or two…

    “admin to hide disable registration”

    I need you to explain that a bit better.

    Per forum based moderation is something that is likely to happen in a future version of bbPress. They have added forum metadata and supposedly forum permissions and I feel that definitely should be done in the core and not via a plugin (it’s just way too complicated via a plugin)

    I may eventually include it but I always found age verification humorous, because who gives their real age on the internet? You’d be crazy to put in your real birthday into a website you have no control over because if the wrong person gets ahold of that it’s useful for social engineering. For now maybe just put in the TOS that they must be “18” or whatever age you want. If they agree to the TOS they are therefore that age. Otherwise you are collecting personal information (their birthday) and are liable for that if it falls into the wrong hands.

    “make a report plugin”

    You mean report a bad post? I’ve already done that.

    hyperhookup
    Member

    Also what about allowing certain members to only moderate x number of sub forums or sections? I didn’t see a plugin for that yet.

    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

    citizenkeith
    Participant

    anonymous posting – There’s a plugin available.

    attached images – Allow-images Plugin or ck’s Attachment plugin (which is in development but is available for use)

    video – bbVideo automatically embeds videos from YouTube and other video websites. If you want people to load avi, mpg, etc, then you will probably need to use ck’s attachement plugin (which is in development but is available for use)

    banning option – hmmm… how would you ban somebody without registration? IP Address?

    no registration – how is this different from Anonymous posting?

    moderation – part of bbPress to an extent

    unlimited sub forums – part of bbPress

    report option – I haven’t seen anything like this… nice idea though

    accept tos before entering certain forums – There’s a new Terms of Service plugin that might be modified for your needs

    log by ip – part of bbPress

    resize images or videos to right size – maybe the Lightbox2 plugin for images? Not sure about video…

    #65994
    falcon1986
    Member

    Thank you. I removed it without negatively affecting WordPress.

    #65925

    In reply to: bbpress update soon?

    kernow
    Member

    …If you are using bbPress, you are considered an “early adopter”

    I have noticed of late that early users of bbpress are now being categorised as ‘early adopters’ whereas one of the reasons I used it was that it was described thus:

    • Light and fast
    • Tired of getting your forum hacked? etc
    • Integrates easily with WordPress
    • If we could re-write WordPress, it would be a lot like bbpress

    All of the above suggesting that it was a ‘finished product’ and technically superior to WordPress in some respects.

    What features will the ‘released version’ have and will there always be integration problems? Will bbpress adopt common forum features or develop unique features of its own?

    hyperhookup
    Member

    Hi all I am looking to set up an image board with no registration allowed and anonymous posting. It will be similar to 4chan.org. I am also looking for it to be able to have these features. anonymous posting, attached images, video, banning option, no registration, moderation, unlimited sub forums, report option, accept tos before entering certain forums, log by ip and resize images or videos to right size. I am hoping that bbpress can do this because I like the fact that it is lite and you add only what you need. If it can’t does anybody know of a forum software that can?

    #3645
    thion
    Member

    Until now, I never had problems with Flickr rss (I mean these cool latest 75×75 images) because I was using WordPress plugins. But now, I have no idea how to put latest images from Flickr group in my bbPress. I was reading API docs for two days now, and I don’t understand it completely ;).

    Can anybody help? Or more, anyone have proper plugin? ;).

    #65492

    No problem. I like to keep WordPress up to date and the XDForum plug-in was holding me back.

    _ck_
    Participant

    Unfortunately the search feature in bbPress is very poor. It can’t be (easily) modified like you are asking.

    I’ve been working on a search replacement but it won’t be released for awhile:

    http://img183.imageshack.us/img183/2061/sscy1.png

    Note that you can see all posts by a user in their profile.

    #65491
    _ck_
    Participant

    Thanks for sharing this!

    #65924

    In reply to: bbpress update soon?

    _ck_
    Participant

    Note that bbPress is not a finished final product. It’s pre-release and therefore in a state of flux. bbPress has always been a bit behind WordPress changes. If you are using bbPress, you are considered an “early adopter” and therefore you have to accept that things aren’t going to be perfect.

    No one but maybe Sam or MDA can say when bbPress will have a release that’s 2.6 compatible. There is code in the trunk that supposedly will work but I wouldn’t recommend using the trunk. It has to be ported to the 0.9 branch and then tested. I suspect they may even wait for the 1.0 beta release and I don’t know if that’s two weeks away or two months away.

    Again, there is nothing special about the WP 2.6 release – it only has a handful of extra features and no security bug fixes over 2.5.1 – in fact people are having a bunch of little problem with 2.6 still so why rush to upgrade? I was able to easily downgrade back to 2.5.1 with no problems.

    #65923

    In reply to: bbpress update soon?

    hotforwords
    Member

    I really don’t understand the statement that “it will be a while” before they upgrade bbpress! I upgraded to 2.6 as my website (blog) is the most important part and I wanted to add bbpress as a side thing. It confuses me that they company that owns both products is basically telling you to downgrade back to 2.5.1 on WordPress to get the two things working! I will never do that… I will just have to wait for the bbpress update.. but the “awhile” part really makes me concerned! Is that months from now? Or weeks?

    #3643
    _ck_
    Participant

    I don’t know who set this up but they did a fantastic job:

    http://bbpress.itkallem.com/

    Apparently they also shared their R-t-L/Arabic modification so others can get online with bbPress more easily:

    http://code.google.com/p/bbpressar/

    It’s a shame we don’t do unicode support for usernames.

    Wasn’t someone looking at making a patch for that?

    #63996

    In reply to: database error

    sahara
    Member

    After a successful install, I was messing around with the settings to sync with wordpress. Afterwards, I get this database error too. WTF?

    Now I cannot log in to the bbpress to change anything. I’m hosed. Looks Like I’ll ned to reinstall!!!

    Any idears how to fix this or what when wromng?

    #66006
    _ck_
    Participant

    Security considerations and table of contents added.

    A bit more later.

    Ragekage, to make a plugin, just copy all of the code for the function from pluggable.php inbetween the IF statemate and then edit as desired. Add the simple plugin comment header and save to your desired filename.

    #65888
    724719
    Inactive

    I have done it look :-

    http://www.picbi.com/

    Ok guys, im loving this bbPress more and more. I hacked the bbPress_Latest_Discussion plugin to get them showing up WITH THE GRAVATARS on my wordpress frontpage.

    If anyone needs this email me, ill tell you how i did it, its a bit too long to post it here.

    #66005
    755833
    Inactive

    This is a great idea CK. I’m still working on my plugin for that display name issue and I’ll put that up once it’s finished. I’ve never made one before lol.

    #66004
    Sam Bauers
    Participant

    Wow, great work _ck_

Viewing 25 results - 56,626 through 56,650 (of 64,449 total)
Skip to toolbar