Search Results for '\"wordpress\'
-
AuthorSearch Results
-
July 28, 2010 at 8:19 am #83006
In reply to: Login Integration Issues – bbpress and wordpress mu
thomas.joy
Memberhello
after i do your guide
the admin of bbpress doesn’t work anymore.
now when you click admin it stays on the same page
my keymaster user for bbpress is admin. my main wordpress user is also admin, would this cause it..
i only have one user/account in wordpress (apart from a user named luzia.selsby without admin privileges) and that is admin
July 28, 2010 at 4:33 am #34886Topic: Matching my WordPress Theme
in forum Themesjohncalvinhall
MemberHello,
I tired looking on the forums for an answer to this question, so if it’s a repeat, I apologize.
When I install bbPress will it automatically incorporate the theme of my WordPress Blog?
If not, is it difficult/ easy to have them match?
My goal is to make my web site, blog, and forums seamless.
Thanks!
July 28, 2010 at 4:28 am #34883Topic: Doesn't Play Well with Others
in forum Installationjohncalvinhall
MemberHello All,
I have setup a localhost on my computer. I am planning on migrating from wordpress.com and moving to a registered domain, and before I start shelling out the $$$, I would like to be somewhat familiar with what I am doing.
After installing PWS, I added WordPress software. Everything is working great, and I am loving what I see. Now I tried installing bbPress, so I can have a forum, and it is hairballing on me!
I am strongly suspicious that the problem lies somewhere with MySQL. I fill out the setup info, and it responds with:
There was a problem connecting to the database you specified.
Please check the settings, then try again.
Where do I find MySQL on my computer? Can I not have separate databases?
:sigh:
I am not a cyber-guru, and I am hoping that I don’t have to become one!

Any help you can provide would be great!
July 28, 2010 at 1:54 am #91420Matt Mullenweg
KeymasterJust from experience, XML as an intermediary format is often much, much slower than working from someone’s database directly.
Plus we can make it so the user doesn’t have to download/upload something, which for a large forum would be intimidating or impossible.
July 27, 2010 at 9:30 pm #91742In reply to: Facebook Connect Help
nickaster
Memberokay right, thanks!
Looks like I had a different FB connect plugin running (JAvier Reyes’)
I installed the Adam Hupp one called WP-FacebookConnect and activated it with API/Secret in place. Still no luck on that page:
http://www.triplepundit.com/wordpress/fbtest.php
One idea – I have Disqus running on the main blog for comments. It seems to override the facebook connection there. Could it be screwing it up elsewhere too?
July 27, 2010 at 6:12 pm #91740In reply to: Facebook Connect Help
nickaster
MemberJuly 27, 2010 at 10:02 am #77011In reply to: can admin execute php code in post?
kevinjohngallagher
MemberI want to use it in bbPages to create, contact page, feed back forms and other stuff.. I was avoiding to create static pages like this
OK, cool.
While it might be possible, its not likely. Its not what bbPress was designed for. It’s not a Content Management System.
In honesty, if you want that sort of functionality, WordPress side by side with a bbPress forum is the best way forward.
July 27, 2010 at 9:13 am #91739In reply to: Facebook Connect Help
Ashish Kumar (Ashfame)
ParticipantTry uploading a file named fbtest.php with the following content in the folder where your WordPress resides.
<?php
/* You can delete this file safely.
It was just to check if its conflicting with other WP stuff - Ashfame */
require 'wp-load.php';
if ( function_exists('jfb_output_facebook_btn') )
{
jfb_output_facebook_btn();
jfb_output_facebook_init();
jfb_output_facebook_callback();
}
?>This should bring up the FB button if everything is fine at WP side.
July 27, 2010 at 8:34 am #77004In reply to: can admin execute php code in post?
pagal
Participanthttps://wordpress.org/extend/plugins/exec-php/
yes, something like this…
July 27, 2010 at 8:32 am #77003In reply to: can admin execute php code in post?
mr_pelle
ParticipantMaybe PHP is not added soon enough to actually be executed by the web server.
This is what happens in WordPress, I suppose the same is valid here.
July 27, 2010 at 8:32 am #91180In reply to: WordPress Supporting Theme
pagal
Participanthttp://bbninja.com/bbpress-themes/
request him to add this, thanks
July 27, 2010 at 12:27 am #91268In reply to: What should be a Plugin, and what should be in Core
XU3E
MemberHonestly, I really like idea give bbPress more functionality to core. Mainly unread post like phpBB has (All post mark as read and etc.) and more specific permission for some user rules and category. I dont know how many people wants this. We should vote, need polls,… but… Oh yes bbPress doesnt have any polls, we need plugin for this. Is there any plugin workign for my release? Damn…
Of course, for someone Its not important but forum without that its just guestbook with searchbar and topics. Really messy and pure.. Bleh!
Maybe the best solutions could be official bb-plugins supported by developers for every release (but its really hard task for developers). But eveneryone will be happy. Light-weight core and pack of plugins ready to go…
Everytime when i am downloading new plugin i prey: Will that plugin works with my new release? And what the next new release? Its terrible for every user. Sometimes i try fix some bugs but i am not php guru, and its real pain for me…
And for the people that love really light-weight solution. They can still use _ck_ 0.9 fork or another old realease of bbpress. Its up to them but official bbPress need to be pushed.
I love the way bbPress is made. I love functionality, simple look similiar to WordPress (i really love wordpress). But bbPress has so many holes at funcionality. Light weight forum like punBB? No… perhaps more sophisticated solutions with witdgets, gridtables, better sorting by speciphic parameters, quoting, better slug manipulation (like WP has), category manipulation, permissions and mainly integration with WP.
But everything should be fast as could be. Just look at MyBB. Or Perhpaps phpBB. Yaeh, its really fast… its just about optimizing. Why i dont switch to them back? They didnt have support for buddypress or wordpress… I mean native support – everything under one roof.
Conclusion…
bbPress should be disscussion board – right now i am really disapointed. So we can google for forums or helpdesks and find inspirations. If i am wrong, just kick me to my ***
July 26, 2010 at 7:14 pm #91734In reply to: Facebook Connect Help
Ashish Kumar (Ashfame)
Participantyes you already have deep integration.
now just in bbPress you can call the function of any WordPress plugin, in your case, the FB connect function.
WP – https://wordpress.org/extend/plugins/wp-fb-autoconnect/
activate -> configure
in bbPress, edit the theme file where you want it by this ->
<?php
if ( function_exists('jfb_output_facebook_btn') )
{
jfb_output_facebook_btn();
jfb_output_facebook_init();
jfb_output_facebook_callback();
}
?>This should work
July 26, 2010 at 6:58 pm #91733In reply to: Facebook Connect Help
nickaster
Memberokay great, thanks man.
So, I added this code to the bb-config.php file from your page here:
I did, however, already have the following added:
require_once('/MYPATH/wp-blog-header.php');does the latter mean I was already in “deep integration” ?
Either way, I don’t see any differences at all now as opposed to before. What does it mean to “integrate a FB button” … is there some code lying around that I can just stick into the templates?
thanks
July 26, 2010 at 5:16 pm #91769In reply to: Cannot get past Step 1 of install
chrishajer
Participant1. The warnings are from using PHP 5.3 on Windows (normally.) If you can use PHP 5.2 that would be better. If not, you can download the latest trunk version instead of 1.0.2 as the warnings will not occur with that version.
2. If bb_ tables are present in the database you are using when you go to reinstall, the installer will complain that bbPress is already installed. So, drop the bb_ tables or use a different database.
3. Where is your forum actually installed?
http://www.happybod.com/happybod_web/forum/
or
http://www.happybod.com/forum/
I am guessing it’s the 2nd location since the first looks like it contains the file system path from your host. Your WordPress files are probably installed in the happybod_web folder and accessible at http://www.happybod.com/ (right?) If so, and you placed a “forum” directory inside happybod_web, at the same level as wp-config.php, then your forum will be located at http://www.happybod.com/forum/
July 26, 2010 at 2:32 pm #91212In reply to: bbPress activity metrics
chrishajer
ParticipantPlease switch the search over. We mentioned that here soon after WordPress switched.
July 26, 2010 at 6:39 am #91267In reply to: What should be a Plugin, and what should be in Core
Greg
ParticipantMatt, we’re at cross purposes. Your previous definition of “core plugin” aside, I still don’t quite understand why it wouldn’t be useful to have a place in the taxonomy for something that…
1. is a plugin
2. is released with core (same release criteria etc.)
Like akismet today. I think there are a ton of advantages, but I’ve mentioned them above and I won’t belabor them. I didn’t suggest that it was necessarily 80% functionality, so maybe it does fit your definition of core plugin to some extent.
I guess “bloat” is a bit pejorative and wasn’t my intention to poke at WordPress. But any large piece of software needs to have a strategy to deal with the inevitable growth of the code base as it evolves.
July 26, 2010 at 2:00 am #91719In reply to: Matt is jumping back to bbPress
Darfuria
MemberAh, maybe he’s just worried because of: http://justintadlock.com/archives/2010/07/16/a-wordpress-forum-plugin-using-custom-post-types
July 25, 2010 at 9:02 pm #91418Milan Dinić
ParticipantMilan, BBXF is a nice idea but, like BackPress, it’s a bit of a boil-the-ocean approach. From our point of view rather than getting every system in the world to adopt this new format, it’s better to just target importers for specific platforms as the market demands it, which has worked well on the WP side.
Every system in the world doesn’t have to adopt BBXF. Since importers will already exist, why not make importers which will create BBXF if we already have some code and “standard”?
July 25, 2010 at 8:53 pm #91417Matt Mullenweg
Keymasterashfame, I wouldn’t recommend downgrading to 0.9, it has not had updates or even a security review in a long time. If someone wants to fork it and start updating it that’s one thing, but as it stands using 0.9 is inadvisable.
_KB_, absolutely with regards to importers for other systems. We’ve held off on any importers so far because I really didn’t feel like bbPress was ready for switchers, there was so much fundamentally broken about its experience.
Milan, BBXF is a nice idea but, like BackPress, it’s a bit of a boil-the-ocean approach. From our point of view rather than getting every system in the world to adopt this new format, it’s better to just target importers for specific platforms as the market demands it, which has worked well on the WP side.
July 25, 2010 at 6:59 pm #91728In reply to: Facebook Connect Help
Ashish Kumar (Ashfame)
ParticipantI think Dailytalker was using deep integration, which loads the whole of WordPress on bbPress page loads so that you can call functions on the WordPress side from bbPress itself. Thus making virtually every WP plugin to work inside bbPress
July 25, 2010 at 3:33 pm #78509In reply to: Give every WPMU Blog an own BBPress Forum
July 25, 2010 at 2:14 pm #91718In reply to: Matt is jumping back to bbPress
kevinjohngallagher
MemberWhile it’s great that Matt is overseeing the complete reqrite of this project into something that requires WordPress to run, I think we should be just a tad guarded against getting euphoric about 1 line in 1 interview.
First off, the interview took places months before it’s published date, and lets remember that on 1st May (only 2 months ago) Matt’s opinion was this:
July 25, 2010 at 11:19 am #56991In reply to: bbpress / wordpress avatar?
zaerl
ParticipantbbPress and WordPress use gravatar which is the same service.
July 25, 2010 at 10:39 am #56990In reply to: bbpress / wordpress avatar?
college beauty
MemberDoes this work good, or should I keep looking for a better solution? I want avatars to match on WordPress and BBpress integrated site.
-
AuthorSearch Results