Forum Replies Created
-
In reply to: bbPress as standalone project (as fork)
It hasn’t happened yet (a completed plugin) and with no developers, or developers on other projects, I don’t think it will happen anytime this year. I’ll bet on it. Either way, I read a lot of “let’s do this and let’s do that” but no action. I don’t think any of us can demand anything. We aren’t paying anyone anything. I doubt anyone donates either. We can request it, we can be annoying about it, but the choice is not ours. If you haven’t noticed the more annoying people get, the less developers we have. We can start a movement away from bbP once it’s a plugin but it hasn’t happened. This is premature complaining because it hasn’t happened.
We should focus on four things
1 Getting the current plugins to have admin menus for non-php editors.
2 More Plugins
3 More themes (the reason I picked wordpress over drupal)
4 Documentations. It will be easier for people to code once the basic map is mapped out instead of everyone starting from ground zero. https://bbpress.org/documentation/
In reply to: User and Cookie Integration FAILThat one is tough. I think because you leave it blank it doesn’t integrate the users.
In reply to: User and Cookie Integration FAILhttp://wpbbpthemes.org/integration/ stop at deep integration.
In reply to: Deep Integration TroubleshootingThanks, they won’t allow me to post their site. I always thought it was the bbpress plugin but wordpress too I didn’t think of.
In reply to: bbPress as standalone project (as fork)Gautam once it’s a plugin it won’t be hard to add on some stuff to make it a standalone right?
In reply to: Deep Integration Troubleshooting[11-Apr-2010 09:04:39] PHP Warning: Division by zero in /home/xx/public_html/forum/bb-config.php on line 67
line 67: include_once( ‘/home/xx/public_html/wp-load.php’ );
In reply to: bbPress.org site copy::cough:: sorry something in my throat.
In reply to: BuddyBar in bbPressAwesome thank you I need to try it.
In reply to: Continuing Topic IconsIs that possible?
In reply to: 1.0 Upgrade ErrorCreate a new bb-config.php file using bb-config-sample.php as a template.
In reply to: Continuing Topic IconsThanks PaulHawke, I actually downloaded your plugin as well.
I was thinking more Forum Icons versus Topic Icons. Where you can upload your own picture to put as a forum icon.
In reply to: BBPRess friends pluginMaybe if you can elaborate on what is the function of adding friends.
I would like a plugin that can add friends so I can….(enter reason here) message them through chat, have a privacy settings on my profile, etc etc. Facebook has it so you can have a privacy setting on your profile. Then it’s more like controling you privacy settings and that will inturn bring add friends button.
Right now all I see is you want a button that says add friends, like a placebo does nothing.
In reply to: Tabling the categories & non-categories on it's own.The code seem incomplete or am I missing something? “If you want the code, here it is: http://pastie.org/896738.txt.”
and I don’t think that answers my question.
I would like the categories to be in one table (which I got) and the topics that aren’t in a category in its own table (which I can’t get)
In reply to: Thesis integration?I’ll content myself with creating my own template to match my current Thesis/WP theme.
It’s not hard it’s mostly editting header.php, footer.php, and style.css. Other than that it’s making “Tags” into a seperate file like “sidebar.php” in WP and calling it. I usually call it bbp-sidebar.php and call it by the include functions. It’s getting users so fustrating that I offered to help. If you need help let me know.
And the IRC chats I think someone has to initiate it and others will follow. I would do it but I feel that since I can’t code I would feel like I’m commanding people without helping them. Like chrishajer said “Right now, there are no developers” so leadership isn’t there only a lot helpful users.
(I don’t know the quote bbcode)
In reply to: Plugins You Want !!!In reply to: 1.0 Upgrade Errorcheck it against the bb-config-sample.php
Are you using bbpress 0.9?
This might help you with your journey: https://bbpress.org/forums/topic/howto-disable-registration#post-38090
http://wpbbpthemes.org/integration/ these are the steps I’ve taken, works good so far.
In reply to: Thesis integration?What is a Thesis Page?
johnhiler, I’ve been converting WP theme into bbPress themes. Just need more people to ask for the free help.
In reply to: Moved BBpress to new database, wont work anymoreI know some people had that problem because their server did not use php5.
In reply to: My topic at the topclick on “sticky on top” at the bottom of your topic.
In reply to: Highlighting the current forum tabI found this post https://bbpress.org/forums/topic/functions-for-generating-a-menu-of-wordpress-pages
This doesn’t work for me, it makes my forum blank before even asking for the script. When I create a function.php file and put everything in it. I hope this can help steer you into the right direction.
In reply to: Hidden Forum function help…Sorry I was trying to explain it without full explanation or linking to my test site.
I’m trying to imitate the buddypress default theme for bbpress. They have a button under title called Public Group. You can see an example here in blue. http://testbp.org/groups/testgroupp-1060610747/forum/topic/a-forum-topic/
I wanted to do the same in my bbpress theme that the button says Public Forum or Hidden Forum depending on what it is. Does this make sense now?
Zaerl, works thank you.