-
cixxy started the forum topic How do you add Buddypress options to the new WordPress 3.2 AdminBar? in the group How-To and Troubleshooting 14 years, 10 months ago
Hi, i’ve upgraded to wordpress 3.2 from 3.0 just now and I’ve noticed the adminbar has changed for the better.
On my site http://anothera.net , it still uses the old buddypress adminbar. Is there a way I can make it like the […] -
cixxy posted on the forum topic BP Album+ Showing wrong author? in the group Third Party Components & Plugins: 15 years, 10 months ago
Its this line in the PHP
in media-single.php
How to configure bp_activity_action()?
-
cixxy started the forum topic BP Album+ Showing wrong author? in the group Third Party Components & Plugins: 15 years, 10 months ago
Hello got a problem here with BP Album showing incorrect author.
http://img823.imageshack.us/img823/908/screenshot20100719at201.png
http://anothera.net/v2/members/armidas/media/albums/6/item/49How to fix?
Thanks.
-
cixxy posted on the forum topic No create a group button in the group How-To and Troubleshooting: 15 years, 10 months ago
Thanks well I tried to add the highlighted line in this screenshot:
http://i27.tinypic.com/eqqyb5.pngBut it didnt work… how to make it work?
-
cixxy started the forum topic No create a group button in the group How-To and Troubleshooting: 15 years, 10 months ago
-
cixxy joined the group How-To and Troubleshooting 15 years, 10 months ago
-
cixxy posted on the forum topic Hey, New to Plugin & Few questions please in the group Third Party Components & Plugins: 15 years, 10 months ago
Well solved #1 by doing this
< ?php
if ( in_category( array( 11,9,13,12,10,1 ) ) and !is_home() ) {
if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb('’,”); }
}
?>Anyone know my question 2?
-
cixxy posted on the forum topic Hey, New to Plugin & Few questions please in the group Third Party Components & Plugins: 15 years, 10 months ago
oh and the plugin im talking about is album+
-
cixxy started the forum topic Hey, New to Plugin & Few questions please in the group Third Party Components & Plugins: 15 years, 10 months ago
1. So i got Yoast breadcrumbs, but i wanna exclude it from all buddypress links including album+ , how would I do that efficiently? Here is the PHP code: if ( is_home() or is_page_template(‘forum.php’)) {} else { if ( function_exists(‘yoast_breadcrumb’) ) { yoast_breadcrumb(‘ ‘,’ ‘); } } 2. Is there an easy […]
-
cixxy posted on the forum topic Hey, Upload size limit issues please help! in the group Third Party Components & Plugins: 15 years, 10 months ago
Ok as I said , I didnt even tweak the settings of BP, it came 5MB by default. And as you see it’s linked to Album+ for some strange, and stupid? reason. So if I were to make this smaller, there goes my upload size limit, Lol.
-
cixxy posted on the forum topic Hey, Upload size limit issues please help! in the group Third Party Components & Plugins: 15 years, 10 months ago
So why didnt you guys get it, was your buddypress configured differently? I mean I havent even tweaked the settings of BP
-
cixxy posted on the forum topic Hey, Upload size limit issues please help! in the group Third Party Components & Plugins: 15 years, 10 months ago
But why was i the only one with this problem? very strange… All the other guys with this problem had a server side issue.
-
cixxy posted on the forum topic Hey, Upload size limit issues please help! in the group Third Party Components & Plugins: 15 years, 10 months ago
Omfg ITS WORK!!!
define(‘BP_AVATAR_ORIGINAL_MAX_FILESIZE’, 5120000);
in wp-config XD
Cheers man!
-
cixxy posted on the forum topic Hey, Upload size limit issues please help! in the group Third Party Components & Plugins: 15 years, 10 months ago
Ok it says this if ( !defined( ‘BP_AVATAR_ORIGINAL_MAX_FILESIZE’ ) ) { if ( !$bp->site_options ) define( ‘BP_AVATAR_ORIGINAL_MAX_FILESIZE’, 5120000 ); /* 5mb */ else define( ‘BP_AVATAR_ORIGINAL_MAX_FILESIZE’, $bp->site_options * 1024 ); } So the integer you gave me was wrong haha.. its in bytes So I think its this line that’s screwing it up:…[Read more]
-
cixxy posted on the forum topic Hey, Upload size limit issues please help! in the group Third Party Components & Plugins: 15 years, 10 months ago
thanks I’ll try changing it there.
Defining it in wp-config didnt help obviously. i also tried define(‘BP_AVATAR_ORIGINAL_MAX_FILESIZE’, ‘10240’); to no avail. -
cixxy posted on the forum topic Hey, Upload size limit issues please help! in the group Third Party Components & Plugins: 15 years, 10 months ago
I tried uploading a 5mb and a 250kb file with that parameter, didnt work. Anyone know where BP_AVATAR_ORIGINAL_MAX_FILESIZE is defined in the PHP files?
-
cixxy posted on the forum topic Hey, Upload size limit issues please help! in the group Third Party Components & Plugins: 15 years, 10 months ago
thanks, i will try that. 1024 being 1 MB , correct?
-
cixxy posted on the forum topic Hey, Upload size limit issues please help! in the group Third Party Components & Plugins: 15 years, 10 months ago
OK i fixed the error myself by removing these lines from sub-upload-http.php , but also effectively getting rid of the size cap altogether. if ( $_FILES > BP_AVATAR_ORIGINAL_MAX_FILESIZE ) { $feedback_message[] = sprintf( __( ‘The file you uploaded is too big. Please upload a file under %s’, ‘buddypress’), size_format(CORE_MAX_FILE_SIZE) );…[Read more]
-
cixxy posted on the forum topic Hey, Upload size limit issues please help! in the group Third Party Components & Plugins: 15 years, 10 months ago
my webhost : http://downtownhost.com
WP 3.0
BP 1.2.5.2
Album 0.1.9 Nightly ver -
cixxy started the forum topic Hey, Upload size limit issues please help! in the group Third Party Components & Plugins: 15 years, 10 months ago
No matter what I do i get this error on my site http://anothera.net http://i30.tinypic.com/1676rkn.png “the file you have uploaded is too big. Please upload a file under” I have tried EVERYTHING! adding a php.ini to site with upload_max_filesize , adding upload_max_filesize to htaccess, contacting host and asking them to modify upload size. But no…[Read more]
- Load More
@cixxy
Active 7 years, 8 months ago