Search Results for 'code'
-
AuthorSearch Results
-
_ck_
ParticipantNot yet. They may one day import the code from WordPress or eventually BackPress may solve the issue.
July 22, 2008 at 2:03 am #66240In reply to: This whole BuddyPress hype …. needs explanation
_ck_
ParticipantI’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.
July 21, 2008 at 8:46 pm #66218In reply to: Forum categories
767427
InactiveNevermind, saw the fix in the trac. Nice job Nightgunner
July 21, 2008 at 5:57 pm #66214In reply to: Forum categories
767427
InactiveFantastic! Can’t wait to see it Nightgunner
July 21, 2008 at 4:49 pm #66211In reply to: Forum categories
jasonistaken
MemberIt’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.
July 21, 2008 at 12:50 pm #65958In reply to: Hiding Subforums’ Subforums from Subforum Pages
_ck_
ParticipantI 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.
July 21, 2008 at 6:21 am #66231In reply to: Can only post in Firefox
chrishajer
ParticipantFor reference, I just ran across this as well:
http://www.w3.org/TR/xhtml1/#prohibitions
form
must not contain other form elements.July 21, 2008 at 5:55 am #65957In reply to: Hiding Subforums’ Subforums from Subforum Pages
755628
InactiveHi,
Now the subforums’ subforums show, but along with the subforums. It displays just like the original forum.php now.
July 21, 2008 at 5:12 am #66230In reply to: Can only post in Firefox
guyleech
Memberchrishajer, _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.
July 21, 2008 at 4:46 am #65956In reply to: Hiding Subforums’ Subforums from Subforum Pages
_ck_
ParticipantHang 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:
July 21, 2008 at 4:00 am #66226In reply to: Can only post in Firefox
chrishajer
ParticipantTake 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?July 21, 2008 at 3:54 am #66225In reply to: Can only post in Firefox
chrishajer
ParticipantMore 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.
July 21, 2008 at 3:35 am #66224In reply to: Can only post in Firefox
chrishajer
ParticipantAnother 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.)
July 21, 2008 at 3:30 am #66223In reply to: Can only post in Firefox
chrishajer
ParticipantIn 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.
July 21, 2008 at 3:25 am #65955In reply to: Hiding Subforums’ Subforums from Subforum Pages
755628
InactiveThe code that was on my original forum.php is
_ck_’s version that I tried using (it didn’t pop up any forums at all when I tried it) is
July 21, 2008 at 3:24 am #64540In reply to: How to Add custom Nav Bar to Theme?
chrishajer
ParticipantCan you post a link to your forum so we can modify the actual code?
July 21, 2008 at 3:15 am #65954In reply to: Hiding Subforums’ Subforums from Subforum Pages
chrishajer
ParticipantCan you post the code you’re using at pastebin so we can take a look at what’s happening?
July 21, 2008 at 3:03 am #64539In reply to: How to Add custom Nav Bar to Theme?
RossB
MemberCould 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
July 21, 2008 at 1:51 am #66222In reply to: Can only post in Firefox
_ck_
ParticipantI 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)July 21, 2008 at 1:37 am #66221In reply to: Can only post in Firefox
_ck_
ParticipantHmm, 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.July 21, 2008 at 1:21 am #65926In reply to: bbpress update soon?
_ck_
ParticipantAgain, 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.
July 21, 2008 at 1:13 am #3650Topic: Can only post in Firefox
in forum Troubleshootingguyleech
MemberAs 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
July 21, 2008 at 12:14 am #66206hyperhookup
Memberanonymous 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
July 20, 2008 at 8:22 pm #65953In reply to: Hiding Subforums’ Subforums from Subforum Pages
755628
InactiveHi,
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.
July 20, 2008 at 5:06 pm #65134In reply to: Private Messaging Extended
Detective
MemberI don’t know how to do it on the same, but you could easily make a
$bbdb->query
call with your own query. -
AuthorSearch Results