Search Results for 'code'
-
AuthorSearch Results
-
February 18, 2011 at 1:05 pm #64033
In reply to: avatars in wordpress and bbpress
RoyalManG
MemberI have followed the procedure in the readme.txt, default avatar is displayed in the post and in profile, but I can not change it when I click the Upload Avatar, so I diverted to the home page forum
(translate by google tranaslate O
)
February 18, 2011 at 11:39 am #94972In reply to: bbPress 2.0 – Updates
John James Jacoby
KeymasterSadly no. The bbPress plugin for WordPress is a complete rewrite of bbPress from the ground up to fit inside of WordPress.
If anyone wanted to step up and write some kind of compatibility code would be neat, but it’s unlikely to ever happen and isn’t on the roadmap is it stands today.
February 18, 2011 at 10:14 am #99082In reply to: facebook graph connect issue
moffes
MemberI’ve developed a plugin which is using janrain, which means you can login via facebook, gmail, twitter etc. I’ve got some tweaking left to do, but it works very well and im planning to release it after my clients forum has been released
February 18, 2011 at 10:14 am #104182In reply to: facebook graph connect issue
moffes
MemberI’ve developed a plugin which is using janrain, which means you can login via facebook, gmail, twitter etc. I’ve got some tweaking left to do, but it works very well and im planning to release it after my clients forum has been released
February 17, 2011 at 9:09 pm #99418BigJohnny
MemberHi I am resolve this problem
))http://blog.ashfame.com/2009/10/fix-bb-attachments-plugin-of-bbpress/
February 17, 2011 at 9:09 pm #104518BigJohnny
MemberHi I am resolve this problem
))http://blog.ashfame.com/2009/10/fix-bb-attachments-plugin-of-bbpress/
February 16, 2011 at 7:26 pm #99127In reply to: Unable to install
greenlee
MemberCouldn’t resist
February 16, 2011 at 7:26 pm #104227In reply to: Unable to install
greenlee
MemberCouldn’t resist
February 16, 2011 at 3:46 pm #37488Topic: RewriteEngine for sub-domain
in forum TroubleshootingOldCow
MemberI installed the forum in a sub-domain, did place the rewrite code into the .htaccess file:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^forum.my-domain.com
RewriteRule (.*) http://www.forum.my-domain.com/$1 [R=301,L]
It redirects to http://www.forum.my-domain.com, but the login doesn’t work and brings me back to the bb-login.php page.
http://www.forum.my-domain.com/bb-login.php
What do I need to change in the code above to redirect to http://www.forum.my-domain.com and the login works?
February 16, 2011 at 3:31 pm #99348brewhousemedia
MemberThat’s because there’s a bug in the plugin. Or rather the plugin was probably written for an earlier version of bbpress.
To fix the “redirect” issue, you need to edit avatar-upload.php and change line 7 from:
bb_auth(); // logged in?to:
bb_auth( 'logged_in' ); // logged in?Now it’s off to do more testing.
February 16, 2011 at 3:31 pm #104448brewhousemedia
MemberThat’s because there’s a bug in the plugin. Or rather the plugin was probably written for an earlier version of bbpress.
To fix the “redirect” issue, you need to edit avatar-upload.php and change line 7 from:
bb_auth(); // logged in?to:
bb_auth( 'logged_in' ); // logged in?Now it’s off to do more testing.
February 16, 2011 at 9:36 am #99385zaerl
ParticipantActually speaking PHP core function parse_url does generate a E_WARNING when the URL cannot be parsed. This happens if the server is running PHP < 5.3.3.
You really should turn off error reporting modifying bb-load.php line 25 (the error_reporting( E_ALL ^ E_NOTICE ); line).
After a quick (very quick) look at bbPress code it seems that they are using urlencode in urlencode_deep. I think that the right approach for the “re” GET variable is to use rawurlencode like it happens with “_wp_http_referer”.
February 16, 2011 at 9:36 am #104485zaerl
ParticipantActually speaking PHP core function parse_url does generate a E_WARNING when the URL cannot be parsed. This happens if the server is running PHP < 5.3.3.
You really should turn off error reporting modifying bb-load.php line 25 (the error_reporting( E_ALL ^ E_NOTICE ); line).
After a quick (very quick) look at bbPress code it seems that they are using urlencode in urlencode_deep. I think that the right approach for the “re” GET variable is to use rawurlencode like it happens with “_wp_http_referer”.
February 16, 2011 at 9:15 am #94963In reply to: bbPress 2.0 – Updates
miruru
MemberQuick question, will the bbpress plugin come with a generic theme rather than using the twentyten theme? I’m asking this because my site is not based on the twentyten theme and having a generic theme with only the relevant code would be great.
Thank you again for all your hard work on this.
February 16, 2011 at 8:23 am #99363Gautam Gupta
ParticipantFebruary 16, 2011 at 8:23 am #104463Gautam Gupta
ParticipantFebruary 16, 2011 at 5:57 am #96044In reply to: bb Mystique Theme v1.0
Gautam Gupta
Participant@Aungand@AdrienkbWill have a look into those issues.
@RamiuzNo demo yet, you can view the screenshot instead. You have to edit the options in
functions.php(there aren’t many) and a sidebar is actually not needed in bbPress, so I removed it.
February 16, 2011 at 5:57 am #101144In reply to: bb Mystique Theme v1.0
Gautam Gupta
Participant@Aungand@AdrienkbWill have a look into those issues.
@RamiuzNo demo yet, you can view the screenshot instead. You have to edit the options in
functions.php(there aren’t many) and a sidebar is actually not needed in bbPress, so I removed it.
February 16, 2011 at 4:28 am #99362intimez
ParticipantGreat job Gautam Gupta!!!! Keep it up!!!
February 16, 2011 at 4:28 am #104462intimez
ParticipantGreat job Gautam Gupta!!!! Keep it up!!!
February 16, 2011 at 2:12 am #99183In reply to: WPMimic V.1
Vietson
MemberYou are right, the registration form does not work for some reason. I’ll take a look into it this weekend since I’m in btw projects atm.
As for the bbPM plugin, I’m not sure why its breaking the layout just yet. I think its because of how the header.php and footer.php are coded. I’ll try to fix this, not sure how yet but I’ll be thinking about it.
February 16, 2011 at 2:12 am #104283In reply to: WPMimic V.1
Vietson
MemberYou are right, the registration form does not work for some reason. I’ll take a look into it this weekend since I’m in btw projects atm.
As for the bbPM plugin, I’m not sure why its breaking the layout just yet. I think its because of how the header.php and footer.php are coded. I’ll try to fix this, not sure how yet but I’ll be thinking about it.
February 15, 2011 at 10:29 pm #99361Anonymous User 5853594
InactiveGreat job Gautam!
February 15, 2011 at 10:29 pm #104461Anonymous User 5853594
InactiveGreat job Gautam!
February 15, 2011 at 8:28 pm #99360Rich Pedley
MemberWell deserved, congrats.
-
AuthorSearch Results