Search Results for 'code'
-
AuthorSearch Results
-
January 17, 2010 at 9:25 pm #84002
In reply to: Cant log in – error message
chrishajer
ParticipantBen L, does adding this to bb-config.php still work? (the value in bb-config.php overrides the value from the database):
$bb->uri = 'http://www.example.com/forum/';
January 17, 2010 at 6:02 pm #83431In reply to: Tags problem
chrishajer
ParticipantI’ve often wondered about indexing the tag pages anyway and wondered if there was a duplicate content penalty from Google. For WordPress, the Robots Meta plugin by Joost recommends
noindex
for tag pages. That doesn’t resolve your problem but I wonder if getting them indexed is the solution to any problem or if they shouldn’t be indexed in the first place.January 17, 2010 at 2:20 pm #83954In reply to: From a Project Management viewpoint
kevinjohngallagher
MemberHello folks,
I appreciate you all taking the time to comment.
Thanks very much for posting the links to where the IRC logs are kept. That is very useful information indeed. Its the sort of thing that should be on this website somewhere
Respectfully, far too much information about BBpress is hidden in replies on threads, that once off the front page are relegated to history.
You’re also right about the 3 most common phrases/tags/topics on this site being independent (i.e. not “a wordpress integration plug-in” but rather plug-in being separate). But with BBpress not delivering on the wordpress integration part, and having changed so much under the hood in 1.0 that the plug-ins don’t work; surely we’re failing on the very key topics the community are worried about.
I wouldn’t waste any time developing plug ins for a platform that I know is going to change in the near future, possibly breaking my plug-ins again
-chrishajer
Which is where we find ourselves now. BBpress1.1 isn’t going to change any of this. its a “holding pattern” release. Matt’s already stated that BBpress is going to be a WP plug-in ( so integration’s not going to be looked at for 1.1) and that none of the big issues stopping plug-ins from working are going to be looked at in depth. So other than “rallying the troops” so to speak, what is BBpress1.1 going to give us? ANd what are we rallying the troops for – as you yourslf said, you/me/others aren’t going to build plugins for the moving target?
I suppose it reminds me a little bit of this:
http://www.dilbert.com/fast/2003-10-12/
You have a product that’s meant to do one thing, you rally support for the next version, present it to the masses and right before you do you tell them how awesome later versions that will make their code redundant will be. “Hey there developer, come make plug-ins and code for BBpress, yes sir code that will be pretty much gazumped when we integrate it to WP as they already have code that does this stuf… what do you mean you’ll wait for the working release? “
@Ryan Heller
I’d rather be developing plug-ins for BBpress, but as pointed out above, there’s not much point developing plug-ins for a moving target.
– Ryan Heller
Is BBpress1.1 going to change that?
This made me smile a lot mate, thanks.
I’m an independent contractor and have worked as a PM/BA for the smallest to the largest companies; and you’re not wrong
That said, Project Management exists for a reason. Its a different skillset from development. And no matter the size of the company or organisation, holding a requirement gathering session and then ignoring the data is just daft.
You’re spot on that we’re in no position to judge anyone. Matt, and automattic, have done some truly incredible software – I’d hate for my posts to be seen as criticising or judging for the sake of it. But I also feel that its ok for us to point things out from a different perspective. We all know what its like to be tied into software, even cool software like this.
We want to help, we want to make it better, we want to do that in a positive way; but I don’t know about you and don’t want to speak for anyone else – but the last 9months/year as a BBpress user/enthusiast has been really… difficult.
In that respect “We’ve done this before” isn’t a comforting statement.
This is free software, I’m trying to give back in the only way I can
My plug-ins no longer work, the group of folks I used to make plug-ins and themes with have all abandoned the project. One of my sites is sitting with about 1000 comments a day/post and a forum that’s taking 200 posts a day (way more on match days – especially if my team lose). I’m tied in, and many others are too.
I’m not wanting to have strong words at Matt the person or Matt the head of automattic, heck the dude’s lovely and I can’t thank him enough. But “we’ve done this before”, while a throw away line and not a mission statement, isn’t that helpful right now. I appreciate Matt posting on the thread greatly, especially as he’d only posted 4 times in 2 years previous to Sam’s leaving (and probably for a good reason, that’s not a dig) – so I’m not going to hang the phrase around his neck forever. Its just that, from a PM point of view, which I know everyone hates, “We’ve done this before. Relax.” is a statement that strikes fear into my heart. Seriously, Kryptonite fear!
P.S. The captain of the Titanic had actually been on a ship before too
P.P.S Can’t believe I check in here on a Sunday! Have a great weekend all, and once again, thank you for reading
January 16, 2010 at 11:52 pm #84010In reply to: bbPress broke when I changed the URL
chrishajer
ParticipantTry adding this to your bb-config.php:
$bb->uri = 'http://www.example.com/admin/';
or wherever your forum is located. If that does not work there is a config setting stored in the database that you will have to change. This *should* override that though.
January 16, 2010 at 8:00 pm #84049In reply to: Display All Tags
Michael
ParticipantNo problem. I should’ve just posted here instead of asking on your plugin comment feed.
Thanks for that – I have blended it with the bullet separation I mentioned before:
<?php echo implode( ' • ', bb_get_tag_heat_map( bb_get_top_tags( array( 'limit' => '') ), array( 'format' => 'array' ) ) ); ?>
All seems to work okay – thanks.
January 16, 2010 at 7:28 pm #84048In reply to: Display All Tags
Ben L.
MemberI misunderstood your question. I thought you wanted the unfiltered list of tags, but you actually meant you wanted every tag on your forum.
Anyway, here’s the code:
<?php bb_tag_heat_map( array( 'limit' => '' ) ); ?>
January 16, 2010 at 7:15 pm #84020In reply to: improved spoiler (plugin)
Michael
ParticipantNice to see spoilers for bbPress.
Does this plugin work perfectly? Don’t want to use it till I know for sure…
January 16, 2010 at 6:15 pm #32845Topic: improved spoiler (plugin)
in forum Pluginsnerieru
MemberJust added a new plugin, it’s called improved spoiler. And it’s based on spoiler-bar.
Download:
Demo:
[to be added]
Features:
– A spoiler function for things best left unseen to the unknowing eye.
– users can add a title by using
– hovering over the hidden text will show the spoiler.
To do:
– Add a spoiler button option, so the block that’s not meant to be seen is completely hidden unless you press the button.
Discuss it here.
January 16, 2010 at 1:11 pm #83283thierryyyyyyy
ParticipantThe _CK_ plugin is nearly what I needed because it disable display_name for all user, also for admins and moderator.
But with my previous plugin to show display_names in bb_press 0.9.x and this new plugin to disable them in bb_press 1.x , I could make my own version of plugin
I just proposed it in the official bbpress.org/plugins list, but I don’t know how this “requests” works. I guess I have to wait some validation/moderation.
Thank you all for your answers
January 15, 2010 at 9:26 pm #32852Topic: The plugin does not have a valid header.
in forum Installationnotdamd
MemberJust downloaded the bbpress-1.0.2.zip went through the install. Tried to activate it and received the error
The plugin does not have a valid header.
WP 2.9.1
Any suggestions?
January 15, 2010 at 5:24 pm #83990In reply to: Page 2 on Latest Discussions requires login? Huh?
Casemon
MemberThis is a new installation, so am just seeing it. Didn’t notice it during development, and really have no idea how to track it down.
Integration steps taken:
– bb-config.php has COOKIEPATH, BB_AUTH_KEY, BB_SECURE_AUTH_KEY, BB_LOGGED_IN_KEY, BB_NONCE_KEY (all keys match values in wp-config.php) & require_once($_SERVER . ‘/’ . ‘wp-blog-header.php’);
– WordPress-bbPress syncronization plugin v0.8.0 installed & active in both WP & bbP.
– bbP has a few other plugins but nothing I would think would affect any of the above issues (allow images, auto add favs, bbcode buttons, bbcode lite, new post notification).
Thought I followed all the integration steps to the letter, but I guess something is amiss. Seen anything like this before?
January 15, 2010 at 4:14 pm #83951In reply to: From a Project Management viewpoint
kevinjohngallagher
MemberWe’ve done this before. Relax.
Greatly appreciate you posting Matt, thanks.
With absolute respect though, we know Automattic’s done this before:
- we were here for BBpress 0.9 not integrating to 2 new versions of WordPress and not getting an update when WP did.
- we were here for Sam not posting an update/techy questions answered etc for almost 3 months weeks after 0.9’s release
- we were here for major announcements being slapping into page 3 of non-stickied threads – now apparently they’re half way down IRC logs no-one posts.
- we were here with the BBpress1.0alphas (who remember that fun and games)
- we were here with the awful BBpress1.0 rollout
- we were here with the awful BBpress1.0 testing/bug-fixing (“we have decided to scrap Beta testing and bug fixing and will move to RC1 next week”)
- we were here when the sole developer left
- we’ve had 1 upgrade to BBpress to coincide with 5 updates of WordPress
Thats not me being angry or upset or anything, its just that since the move to BBpress1.0 and the removal of the documentation site to be a porn site, all i can do is ask PM/BAquestions. I know we’re not the most loved bunch by developers (or anyone?? ;-]) but we have a skillset thats sometimes often overlooked by developers.
The developer, BBshowcase.com and BBprogress.org (2 main plugin developers/resources) have left the sinking ship. Heck the ship couldn’t do what it actually said for the last 18 months. With silence from Automattic for months all people could hear was the sound of the band who played us out. It’s great that you’re coming with liferafts and a new engine and any other nautical anaology (really shouldn’t have started this ;-] ), but when you get here and start making the same mistakes I don’t think its wrong for us to at least point them out.
Its great you’re here Matt, its great all the people putitng time and development into it are here (thank you all), and heck even if you don’t take BBpress in a way I personally want, thats cool. I’m not here for a personal agenda of the features i personally want. It just that this project screams out for a PM and instead its got a truly lovely lead developer that everyone likes so much they’re too scared/in-awe to say “Dude, please, take a step back a sec, this is mental”.
We’ve done this before. Relax.
Those who cannot remember the past are condemned to repeat it
– George Santayana
January 15, 2010 at 4:12 pm #83950In reply to: From a Project Management viewpoint
Ipstenu (Mika Epstein)
ModeratorOpenSource Project ‘management’ is generally terrifying to people used to the rigid structure found in most medium to large businesses. It’s very similar to small company PM, though, and works well for what it is, even though it looks insane and weird and entirely ‘wrong’ to the outside viewer.
Of course the reverse is true as well. The very organized, rigid, PM plans for large companies and projects often are impossible to fit in an OpenSource project and make the people used to the larger ones cry.
It’s just how it is.
January 15, 2010 at 3:17 pm #32663Topic: LDAP
in forum Installationmpih
MemberHi guys
If I install and use Simple LDAP plugin for WordPress, and also install bbPress, is bbPress also automatically synchronized with the LDAP/users, og do I need to have a seperate LDAP plugin for bbPress?
Thanks for any answers in advance
January 15, 2010 at 6:15 am #83948In reply to: From a Project Management viewpoint
Matt Mullenweg
KeymasterWe’ve done this before. Relax.
January 15, 2010 at 6:14 am #83984In reply to: empty background
ipunkbali
Memberok, i did that, now the bbpress background has a conflict with wp. all turned into white, and the login form is missing
January 15, 2010 at 1:20 am #83935In reply to: Taking stock of Plugins for v1.0.2
citizenkeith
Participant@ buddha trance While I’m hoping this thread will help with plugin development, it really is a selfish thread so i can speed some of these plugins up.
Things are looking good though… I’m really surprised that a lot of _ck_’s plugins are working, especially the ones in my “not sure if it works” list. She was pretty adamant that they needed to be updated.
January 15, 2010 at 1:16 am #83699In reply to: Issue with ck's Unread Posts
citizenkeith
ParticipantThat’s going to save me a lot of time! Thanks John!!!
January 14, 2010 at 11:26 pm #83698In reply to: Issue with ck's Unread Posts
johnhiler
MemberHey CitizenKeith… do you have a diff program like Beyond Compare?
http://www.scootersoftware.com/download.php
You can compare Kakumei to your current theme, to isolate exactly what’s changed… then update your theme with whatever changes look “suspicious”.
It’s saved me on more than one occasion!
January 14, 2010 at 10:55 pm #84015Ben L.
MemberFor the URL problem, go into PHPMyAdmin and use the SQL tab to query for
SELECT * FROM bb_meta WHERE meta_key = 'uri' AND object_type = 'bb_option'
. Then, you can click the edit button and fix that part.As for the other problem, there’s no real way to figure it out until you fix the URL one.
January 14, 2010 at 8:57 pm #83933In reply to: Taking stock of Plugins for v1.0.2
nerieru
MemberOk here’s the list:
Working:
Admin add user
Admin can post anything
After the dealine
Ajaxed Quote
Allow Images
Approve user registration
Auto add favorites
Bavatars
bb-benchmark
bb-lightbox2
bbcode buttons toolbar
bbcode lite
bbpm
bbpress mobile edition
bbpress moderation suite
bbpress polls
bbpress private messaging
bbpress recent replies
bbpress signatures
bbRatings
bbSocialize
bb Topic Views
bbVideo
Best Answer
check for updates
fix admin access
forum restriction
hidden forums
hot topic
ignore member
indicate new posts
report post
quote
reputation (karma) for bbpress
show top posters
simple onlinelist
subscribe to topic
super search
support forum
topic icons
use display name – if you’re using wp, edit the file, change BB_Users to wp_users
user timezones
wordpress latest post
Not working:
bb anonymous posting
Graphic user rank
wiki post (this resulted in my admin section turning into a complete whitepage, if this happens to you go to your mysql database and go to bb_meta and then bb_option active_plugins and remove the text just before wiki and till
Also please note that I’m working on a theme and getting everything integrated in there.
January 14, 2010 at 4:24 pm #83983In reply to: empty background
chrishajer
ParticipantThis is correct assuming the file is actually there, (not the http style):
/home/metroadv/public_html/justinbieberzone/wp-blog-header.php
January 14, 2010 at 3:45 pm #84006In reply to: So, a good idea to start using this or not?
karlbaillie25
MemberYeah, I suppose I will have the current version, however its the updates and so on of a opensource project that give it its appeal.
The thought of drafting in a coder to fix any holes that may develope/security breaches that could be found doesnt fill me with confidence, though do you reckon the current version available would be ready to use and leave un-maintained for a fair while at least?
As you can probs tell, im not the best when it comes to PHP, however I do try at least.
January 14, 2010 at 12:31 pm #83997In reply to: How can I move threads?
johnhiler
MemberJust edit the first post in your topic/thread… that will allow you to edit the title.
January 14, 2010 at 12:10 pm #82455In reply to: Converting BBPress to PHPBB
karlbaillie25
MemberBe better going over to the phpbb forums to ask this question
-
AuthorSearch Results