Search Results for '"wordpress'
-
AuthorSearch Results
-
July 27, 2010 at 9:13 am #91739
In 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.
July 25, 2010 at 2:14 am #34857Topic: Matt is jumping back to bbPress
in forum Requests & Feedbackpagal
ParticipantSome days old post but really optimistic for bbPress.
I don’t need to personally write code much these days because we have so many talented folks involved but I am jumping back in on bbPress and will be hacking around in there.
July 25, 2010 at 12:58 am #91039In reply to: Password Protect Directory Using PHP
pagal
Participant@gordonsa thanks dear,
I definitely know that the easiest way to protect with .htacess. but again
I don’t want to use .htacess method, I want to use php
Because sometime some scripts works with open directories. If I protect a directory via .htacess then this script or plugin will not work with this…
July 24, 2010 at 7:02 pm #91619In reply to: Taking a look at bbPress 0.9
_ck_
ParticipantUser-Name-less systems like facebook need to be designed from scratch like that. The WordPress/bbPress system unfortunately is user_login/user_id based.
You could force user_id for the profile stub if that makes you like it better, bbPress will accept either.
BTW in a forum based system, how would you deal with two dozen users that insisted on using “Greg” as their display name and similar avatars?
July 23, 2010 at 8:13 pm #91611In reply to: Taking a look at bbPress 0.9
_ck_
ParticipantBy the way, I don’t think I released it yet but should by the end of the month, just have to write a “readme.txt” – I have a “rename user” plugin for bbPress to change user_login across the system.
It even supports multiple bbpress and wordpress systems attached to the same user db table and will fix all topics and wp comments.
So, not meant for constant username changes, but good for occasional fixes. Also detects existing username collisions.
July 23, 2010 at 7:57 pm #91416Milan Dinić
ParticipantNon-plugin bbPress development is going to continue until we have a perfect importer so people will be able to bring their content out of the legacy codebase.
So, will BBXF finally have some use?
July 23, 2010 at 7:55 pm #91456In reply to: One WordPress Vs Multiple bbPress
_KB_
ParticipantI’ve tried another integration with no “www”, it works 50%.
Now I just can’t access my bb-admin and not able to logout from wp admin
,I’ve installed _ck_ plugin fixed admin access, but its not working in this situation. I’ve find other ways from bbPress Search but still not solved. any idea?
July 23, 2010 at 7:44 pm #91415_KB_
ParticipantNon-plugin bbPress development is going to continue until we have a perfect importer so people will be able to bring their content out of the legacy codebase.
Simply I love this statement!!
@ Matt Mullenweg, with this perfect importer, will we able to switch from other channels like vBulletin, phpbb, ip board? did you ever think about it? Any Plan?
-
AuthorSearch Results