Search Results for 'code'
-
AuthorSearch Results
-
June 18, 2010 at 1:32 pm #89890
In reply to: Changing the Background of HOT TAGS
kevinjohngallagher
MemberWhen I overwrite something, especially in bbPress, I ususally clear that was there before hand.
#front-page #hottags {
background: none;
border: none;
background-color: red;
border: 1px solid blue;
}
That way you don’t need to worry about things that are not implemented in all browsers. The more I work with charities and the more I test on different combinations of OS/Browsers and even mobile platforms, the more I code my CSS like it’s 2000 again. Amazing how it all still works and looks the same.
June 18, 2010 at 12:50 pm #89956kevinjohngallagher
MemberHi Taeo!
Thanks for the link, but I feel that you’re way off base.
For those who can’t skip it, here’s the WPtavern recap:
http://www.wptavern.com/mattnote-from-wordcamp-san-francisco
[Matt] even admitted that right now, it would be better off to use another plugin rather than bbPress.
Can anyone explain to me how it was helpful of Matt to do that?
He’s not managing expectations, he’s merely degrading the work people are doing. Note, Matt’s not done this with ANY of his other projects on the go.
The bbPress community was a bit rough around the edges and the flame war that ensued forced Matt to break away for a bit.
First, I think this is quite insulting, but that aside, if Matt thought we were rough around the edges, why has there only been 1 moderator on the forums since July last year?
Anyway, I’ve said it before, and I’ll say it again. This is total and utter bull***. Matt is an awesome bloke, great on so many levels, but have a read at the “FLAME WAR” (haha). It’s here:
https://bbpress.org/forums/topic/whats-happening-with-bbpress/page/5
Have you ever seen a nicer and more polite flame war in your life? In fact, don’t you feel (apart from 1 idiot) that this is a crazily civilised conversation??
Honestly, I think it’s a very fascinating read. Especially given that the main posters (the people who posted twice in reply to Matt’s posts) are the current Main Developer and the ONLY Moderator. And in my eyes, that’s the problem.
Matt realised that no-one agreed with him, he wasn’t weighing up arguements and helping solve a problem, he arranged weekly dev meets and IRC chats and disappeared without telling anyone for 4 weeks and came back with sweeping changes and wasn’t happy when people called him out on it.
I like to point this out every now and then:
http://ma.tt/2009/08/kill-your-community/
It’s written by some clever fellow who cares about communities on the internet and knows a thing or two about building great ones around open source software.
-
Don’t Moderate.
Make sure you only have 1 moderator on the forums. Make sure that everyone else with moderator or above status doesn’t visit the forums for a minimum of 6 months.
-
Allow Spam Through.
And make sure that a lot of legitamate posts are caught instead. Only have 1 moderator so that it can go days before real posts are displayed
-
Don’t Participate in Comments.
Less than 20 posts in 7 years? Matt.
Less than 5 posts in the last 18 months? Trent
Less than 5 posts in the last year? mdawaffe
Sam. Would anyone say that Sam was a participant in these forums while he was the lead dev?
-
Design Like NASCAR.
Design’s a tricky/subjective thing. It is/was disappointing to rollout this theme with 30% of the pages not themed, and not tested on the fonts specified making the quite inreadable.
-
Abandon Search Engines
Anyone tried searching on bbPress?
-
No Subscriptions
Email subscriptions plugin was working with bbPress0.9 (and 0.8.3 as I recall, though I might be wrong). Either way, thats over 2 years folks.
-
Make People Click Click Click.
Have you ever tried to moderate your bbPress users?
Don’t worry, Anonymous Posting is coming instead. WE’ve only had that as a plugin for 2.5 years. But you moderating your forum? Puh-lease. just you clicky click click.
-
Treat Everyone the Same.
1 moderator. Everyone else, regardless of what they do for the project is the same.
-
Don’t Ask Anything of Your Audience.
In fairness both Matt and Sam have had 1 poll each.
They just abandoned the poll’s voting and reversed decisions at a later date – making the poll useless (actually, it’s kind of worse, it means they asked then ignored us).
I really detest forum posts that attack people personally. I often wonder/worry if my phrasing makes people feel like i’m having a go, when really I don’t mean to. This isn’t about Matt the person – he’s very cool, and I’ve alot of time and respect for him.
This is about the person at the top of the tree making decisions that someone else already pointed out to be a mistake. Those decisions/mistakes result in actions that “kill your community”. It just so happens that both of these people are Matt
June 18, 2010 at 1:41 am #89949In reply to: Upgrade to WordPress 3.0 Final Experiences?
garrik
MemberThanks…your response was 6 minutes ago and I had already done all my back ups so I upgraded.
Now using WordPress 3.0 and BBPress 1.02 and so far, no detectable problems. Nothing wrong with that.
June 18, 2010 at 1:39 am #89886In reply to: Changing the Background of HOT TAGS
Rootside
MemberCorrect. Just changing your selector above from #hottags to #front-page #hottags should be enough, it should override the rule in the imported stylesheet:
#front-page #hottags { background: #DFDFDF; border: 1px solid #888; }Try the following if the above (unexpectedly) doesn’t work:
#front-page #hottags { background-color: #DFDFDF !important; border: 1px solid #888; }June 17, 2010 at 11:49 pm #34511Topic: Changing the Background of HOT TAGS
in forum Themests230
MemberIs it possible to change the background color of the Hot Tags box? I tried doing
#hottags {
background: #DFDFDF;
border: 1px solid #888;
}and the border appeared, but the background doesn’t change at all. The site is at http://theocas.net/forum/
Thanks for helping me!
June 17, 2010 at 9:16 pm #88538In reply to: WP 3.0 beta 2 integrated user registration
Rootside
MemberHaha, you absolute star. It works, I just installed and tested it. Thank you so much.
Btw, I think it’s missing the closing
?>declarationLooks like something stupid is going on, doesn’t it. Do we know why this is happening? My PHP knowledge is just good enough to vaguely tell what’s doing what, but I never understand the bigger picture.
June 17, 2010 at 7:01 pm #89900In reply to: WordPress/bbpress and some tweaks.
dmb06208
MemberWell you kinda beat around my question bush. I was basically asking if official development WAS GOING TO CONTINUE or not. Not much has changed with bbpress in the past year other than the plug-ins released by the public. The moral around here is not the best right now. Ive done some reading. I know its open source. You guys should group together and just fork it right now and say good bye to the head aches. I want to put my time and effort into bbpress, and hope it doesn’t go the way of a dead forum system in two years.
June 17, 2010 at 5:57 pm #88468In reply to: Using login_form from bbPress on a WordPress site
kevinjohngallagher
MemberWhen you say it does not work mate, can you tell us what it does instead?
It might be a quick fix
June 17, 2010 at 5:25 pm #89920In reply to: Extra dropdown field in registration page
pagal
ParticipantHmmmmm now I think just johnhiler can solve this Issue because he did it…
This topic will remain open till then johnhiler’s active response and I’ll wait for him
June 17, 2010 at 5:24 pm #88533In reply to: WP 3.0 beta 2 integrated user registration
Rootside
MemberWait a minute:
Looks like it might be deep integration that’s causing the problem:
https://bbpress.org/documentation/integration-with-wordpress/ recommends adding
require_once(dirname(__FILE__) . '/path/to/wp-load.php');to bb-config.php.I just added that (using the correct path) to my working installation, and I’m getting the ’email is required’ behaviour again. Delete it, and registration works.
I’m not sure if that means deep integration doesn’t work at all with WP3.0…?
June 17, 2010 at 5:02 pm #89919In reply to: Extra dropdown field in registration page
zaerl
ParticipantI don’t think that such a plugin will be useful for a wide audience so I will not build it (it’s also quite annoying to make.) When I make something boring for a single person it’s called job and I’m here just for fun
June 17, 2010 at 4:07 pm #88467In reply to: Using login_form from bbPress on a WordPress site
pagal
ParticipantI’m sorry to tell you people that..its working on localhost correctly but not on live… depressed again…topic still not resolved
June 17, 2010 at 4:03 pm #89918In reply to: Extra dropdown field in registration page
pagal
Participant@kevinjohngallagher thanks to tease me..
I’m well aware about your attitude..I’m not a web programmer who can write code…If I able to write code then why I wrote on bbpress? If I bumped my post then you’ve any problem mate?

And I’m really afraid to tell you that …the links you’ve mentioned still not solved…It worked on localhost but not in live…
So I’ll make another post about it and then tell you that, is it good to say people on forums to write their own codes… really bad
June 17, 2010 at 3:24 pm #89917In reply to: Extra dropdown field in registration page
kevinjohngallagher
MemberI was merely offering a solution. You don’t have to take it.
I actually install WordPress with almost every bbPress forum, even if it’s not needed. I don’t use Deep Integration so there is no overhead. All I do is point my bbPress forum action towards the WordPress page, and it redirects people back to bbPress, without ever seeing WordPress.
Again, it’s merely a solution. It’s not one that you have to take.
but I still need it
Then write it yourself mate

You did already get annoyed and bumped your own post when no-one had replied in under 4 hours. If you need it that desperately, then you should write it yourself

Otherwise, we’re jsut trying to help.
…think beyond
… answering your questions next time? you got it, i’ll think beyond

=====================================================================
EDIT:
Pagal didn’t we actually go over this 4 weeks ago?
Look, what we have here:
https://bbpress.org/forums/topic/wordpress-registration-and-login-via-bbpress
Started by Pagal 4 weeks ago.
Which was solved at :
https://bbpress.org/forums/topic/using-login_form-from-bbpress-on-a-wordpress-site
June 17, 2010 at 3:14 pm #89916In reply to: Extra dropdown field in registration page
pagal
Participant@kevinjohngallagher but I still need it… no need of plugin but code..
if you force all your members to kick off toward wordpress then its your choice not mine and not other members…think beyond
kevinjohngallagher
MemberNo CSS identifier on it.
No way, that I can see of adding a CSS identifier on it.
The issue with that function, and alot of bbP stuff, is that the output is hardcoded HTML from the core.
With this type of link it’s not really a big deal, but it’s symptomatic of asking the core for one thing (the actual URL) and getting something else in return (a HREF string with text added).
June 17, 2010 at 3:07 pm #89915In reply to: Extra dropdown field in registration page
kevinjohngallagher
MemberGeneric plugins are actually quite good for this, at least the WordPress one is quite ideal. I generally force all my members to register and login via WordPress and that gives me way more options in terms of Plugins and Database
June 17, 2010 at 3:06 pm #89899In reply to: WordPress/bbpress and some tweaks.
kevinjohngallagher
Membershould I waste my time and effort in this forum software
You should never waste your time on anything.
Is it going to stay alive and healthy?
It’s open source software.
It can be anything you want it to be. If at any time it’s not what you want, you can change it

Cos, respectfully, none of us can see into the future.
June 17, 2010 at 3:04 pm #89914In reply to: Extra dropdown field in registration page
pagal
Participant@ Rich Pedley…
I’m waiting for zaerl’s answer…I think he must have smart solution
June 17, 2010 at 3:02 pm #89929In reply to: Topic / Post count
kevinjohngallagher
MemberYeah, bbPress doesn’t actually have any parent child functionality, so this isn’t really possible. You could write some custom code to keep a counter somewhere, but it’s more than a pain really.
I’m workingon a plugin that deals with this, but it uses part of the bbProgress framework, and there are some issues to work around before separating it entirely.
June 17, 2010 at 2:39 pm #34517Topic: Urgent! Posts have slashes (ie: ' instead of ')
in forum Troubleshootingmaster5o1
Participanthttp://tartarus.co.nz/community/topic/welcome
Just look at this post and you will see what I mean. Not sure what’s the problem here. Wasn’t like this on my test server but since it’s gone live this has been the major problem

Quick help is desired.
June 17, 2010 at 12:54 pm #89913In reply to: Extra dropdown field in registration page
Rich Pedley
MemberIt 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.
June 17, 2010 at 12:29 pm #89912In reply to: Extra dropdown field in registration page
pagal
ParticipantBut it can be easily achieved.
Then what you waiting for…bbPress need this plugin..it will be great
contribution.
But I think someone achieved it without any plugin…
see this
http://boards.weddingbee.com/register.php
If you have no time for making this kind of plugin right now….then can you please tell me the code which he use?
Thanks zaerl
zaerl
ParticipantOk. Keep in mind that building your own URL in that way isn’t a good idea. This:
profile_tab_link(bb_get_current_user_info('id'), 'edit');hide all the weidness you see in the pastebin (which is actually the code of
profile_tab_linkwith the domain name stripped away. That template function callbb_urithat takes in consideration all the settings specified in the admin panel.Is there a valid reason for building your own URL? I can’t find one.
-
Don’t Moderate.
-
AuthorSearch Results