Forum Replies Created
-
In reply to: bbPress Plugin is Born
Kevin has a point about naming. bbPress as a standalone sounds fine, but using the same name for a WP plugin – which will be a totally different entity – is perhaps wrong and confusing. Don’t get me wrong, because I for one am looking forward to testing and using it.
So should we be suggesting new names for the WP plugin version?
In reply to: Matt says he's fixed this :)did I miss where he says he’s fixed it? Can you quote the relevant portion?
thanks.
In reply to: Bug found: Bbpress with Wp-Super Cacheyou may need to disable the cache for the forum – try emailing Donncha about your wp-super cache issues (I think that one is his). Or post on the WP forums, he’s pretty good at answering queries.
In reply to: bbPress 1.1 – Maybe Soon!can a release candidate be put together for general testing?
In reply to: Extra dropdown field in registration pageIt possibly isn’t the sort of thing that a generic plugin is best for. Far better to code for the exact requirements.
Form Builder type plugins are difficult to code, and cover the multittude of things that people may want.
So you may be better off employing someone to code what you are after.
In reply to: What. The. Heck. Is. Going. On!Don’t ask what bbPress can do for you, ask what you can do for bbPress.
In reply to: bbPress0.9 support finishing earlysounds good to me.
In reply to: What. The. Heck. Is. Going. On!wtfmatt amongst his mass of text also said:
And as _ck_ said, if it becomes a plugin, then what the heck happens to the bbpress plugins? You can’t install plugins of plugins!
really? guess my bbpress akismet extras plugin wasn’t possible then. Or many of my unreleased extras plugins that I write don’t exist either. They won’t work out of the box, but you must have little faith in the project if you think that hooks won’t be included to extend it.
This thread is not doing anything for the community other than to make me think Matt was correct with his belief’s about the community here.
In reply to: Internet Explorer problemactually a url is more helpful for this than screenshots… So can we also have a link to your site please.
In reply to: Latest Discussion Pageno, but I did download the trunk recently (whatever version that is)
In reply to: When bbpress 1.0.3?Could this be the final update before serious work starts on the WP plugin?
In reply to: Latest Discussion Pageall i did was a did a link to: view.php?view=latest
It works without anything else required.
In reply to: profile-menu needs its own division…Div’s in themes are fine, div’s in core might not be. Have to agree with you there. Div’s probably belong more in themes.
I suffer from divitus myself, having to put them in in places for other people to use… When coding just for myself I tend to be as minimalistic as possible, if the UL doesn’t need a div around it, then it doesn’t have to be there, then I won’t add it.
If you can guarantee something will always be unique then sure use id’s. However I recently tried to add to that list, found out I couldn’t (for what I was doing) so had to set up a class, and then replicate the CSS (ok I just added the class to where the id was). However if it was a class I could have just added it and used it straight away.
But yeah i should have explained in my first reply, my bad.
In reply to: profile-menu needs its own division…duplication of ID for a start…
The container having an ID is fine, but inside I’d suggest using classes.
But if all that is in that div is that ul, then the div may not be needed.
In reply to: profile-menu needs its own division…$list = “<div id=’profile-menu’><ul id=’profile-menu’>”;
seriously?
In reply to: Same avataroh.
I would like to get the same avatar in bbpress as in WordPressMU. On this moment, the WordPressMU and bbpress avatars are different. Is there a plugin to get the same avatar from WordPressMU in bbpress?
hmmm.
try asking on the buddypress forums then.
In reply to: Same avatarand since you mention WPMU:
http://premium.wpmudev.org/forums/topic/avatars-plugin-bbpress-integration
In reply to: Same avatarany use?
In reply to: Same avatarI’m not familiar with the setup, but yes if you have bridged your WPMU & bbPress installations then it should be fairly easy to do.
Find where the avatar is stored in WP and then use that information on the bbPress side to extract the data and produce the code for the avatar.
In reply to: Same avatarwhy not just use gravatars?
In reply to: Can You Lock Your bbpress Forum?I try them (log-in/register links) and I get url not found, but it seems like some of the old members are still logging in and PMing me…weird, huh?
No because they are already logged in…
In reply to: Can You Lock Your bbpress Forum?Haven’t found a built in method.
One other problem you have is users already logged in. I’m not sure there is a way to automatically log them out.
Not sure I can easily code anything for this, but if you ever do get a solution it would be worthwhile letting other know how you managed it.
In reply to: Can You Lock Your bbpress Forum?hmm, you want something like a maintenance mode.. still looking and searching to see what i can come up with.
In reply to: Can You Lock Your bbpress Forum?In reply to: bbPress 1.0.2 not finding my-templateswell that’s easy then, move all the files from the subdirectory into the main one.
they should not be in my-template/businesslike/businesslike but in my-template/businesslike.
How to fix? you can move them them up a directory, then delete the contained businesslike directory.