Search Results for 'buddypress'
-
AuthorSearch Results
-
March 17, 2010 at 5:35 pm #68819
In reply to: [New Plugin] BuddyPress Group Forum Extras
rich! @ etiviti
Participantseems the problems i’m hitting now are conflicts with calling internal bbpress and some functions having the same name on the wp side of thing (or now just wpmu). so i need to know if you are on wpmu or single
also try enabling display_errors and error_reporting and see if that provides any fatal errors
March 17, 2010 at 5:34 pm #68818In reply to: Way to hide 'all' content from unregistered users?
gaysurfers
ParticipantSo many posts about this topic!!!
I too want to restrict pages / posts / and ALL buddypress pages to non members …
Thanks peterverkooijen for the temporary solution but there should be a plugin that can do this in a nicer way.
Does anyone know?
March 17, 2010 at 5:31 pm #68817In reply to: BP Album+ || New Features Requests and Discussion
Hugo Ashmore
ParticipantIf in future release you can add video and audio then you’ll have your absolute canonical BuddyPress all round media plugin – and can hassle Andy to add it as core.
March 17, 2010 at 5:29 pm #68816Boone Gorges
KeymasterI installed the theme to see what I could see.
The problem is caused by the following lines in fusion/js/fusion.js:
jQuery.fn.fadeOut = function(speed, callback) {
return this.animate({opacity: 'hide'}, speed, function() {
if (jQuery.browser.msie) this.style.removeAttribute('filter');
if (jQuery.isFunction(callback)) callback();
});
};(lines 56-61 in the version I downloaded). I don’t know exactly what the problem is, but if you delete those lines then the activity filter works again, at least on my local version.
March 17, 2010 at 5:26 pm #68815In reply to: [New Plugin] BuddyPress Group Forum Extras
Anointed
ParticipantI am using bp 1.2.1, hope to test and upgrade to 1.2.2 later today.
I installed and activated forum extras 1.5, and then turned on signatures. Went into bp admin and clicked enter for signatures so that the info was in the db.
The problem I have is then any bp related page is blank. What is really weird is there are no errors being reported on the server logs like normally happens with a white screen. I have checked all the server logs, php, general, etc…
This has been going on since forum extras 1.3. I had a white screen back then and did not try to upgrade or run forum extras again until just now.
I can provide server login info if needed for troubleshooting, although with no errors in the logs, not sure how much that would help.
It’s no emergency or anything as I was not really planning on utilizing the current forum extra tools, but was more waiting for your ‘multi’ forum plugin add on coming later.
March 17, 2010 at 5:12 pm #68810In reply to: BP Album+ || New Features Requests and Discussion
foxly
Participant@21cdb – This would be possible to add by calling the BP Album+ upload action hook. If enough people request this we can certainly add it, but we’re basically just going straight down the list and implementing the features the most people vote for in order of number of votes.
@draganbabic – Thanks for the catch. I will fix that immediately!
*** See how much faster problems get fixed when everybody looks for them ?
***@bobin1983 – Batch uploading with the flash uploader is being considered for 0.1.8
@Gpo1 – Tagging is supported in the Monday release.
@Travel-Junkie – Disk space quota is being considered for 0.1.8.
As for EXIF and image rotation, once we have 0.1.7 released, the plugin will be using our new data model and we will be ready for other developers to contribute code.
Would you be able to write code that handles these functions and contribute it to the project?
@Tosh – In version 0.1.7 absolutely positively everything will have an action hook on it, so you can easily extend the plugin. It will also have “Production Grade” documentation, as you have seen we have done with the “template developer” version we posted last night.
We are very enthusiastic about documentation.
I mean, if we have 100,000 developers using this plugin and we can save each of them 15 minutes by having properly documented stuff, that’s 25,000 hours of development time that can be spent making BuddyPress better instead of being angry at the BP Album+ dev team!
^F^
March 17, 2010 at 5:10 pm #68809Tosh
ParticipantOk, I tried the default wordpress theme and move the templates files using the BuddyPress Template Pack.
Now it’s filtering correctly. Dang, so what do I check in my theme ?
March 17, 2010 at 4:53 pm #68807In reply to: [New Plugin] BuddyPress Group Forum Extras
rich! @ etiviti
Participanttagging the fix now
I also enabled the ability restrict the sig html tags – strip_tags syntax
<i><em><a><strong>and bbcode. only caveat is using bbcode converts to em, so make sure<em>is in the list of allowed tags.
March 17, 2010 at 4:42 pm #68802Boone Gorges
KeymasterHave you tried another theme? Test another WP theme with the template pack plugin to see if you can get the AJAX to work there. If you can’t make it work with a couple different themes then at least you can rule out the theme being the problem.
March 17, 2010 at 4:40 pm #68801In reply to: Overriding the themes function.php = blank page
technonow
Member“make sure your functions have unique names”
That’s the bit I don’t understand.
I want to create an extra sidebar. The BuddyPress Default functions.php has
register_sidebars( 1,
array(
‘name’ => ‘Sidebar’,
‘before_widget’ => ‘<div id=”%1$s” class=”widget %2$s”>’,
‘after_widget’ => ‘</div>’,
‘before_title’ => ‘<h3 class=”widgettitle”>’,
‘after_title’ => ‘</h3>’
)
);
In my child theme I want to change the 1 to 2.
I thought I’d still have to call the file in my child theme functions.php
In my child Theme … Is it the functions.php file I have to rename, or is it that I need to change the name “Sidebar” or “Sidebars”
Sorry for being so thick. I’m learning, but still beginning!
March 17, 2010 at 4:33 pm #68798r-a-y
KeymasterSounds like a bug.
Can you post a new ticket on Trac?
https://trac.buddypress.org/newticket
Login with the same credentials you use here on bp.org.
March 17, 2010 at 4:31 pm #68797Hugo Ashmore
ParticipantIt’s funny Marco, you asked about zebra striping some two weeks ago in this thread:
https://buddypress.org/forums/topic/easy-change-of-activity-designand I provide one possible approach to help out, did it just go unnoticed?
March 17, 2010 at 4:30 pm #68796In reply to: Avatar Upload Issue
decrawford
MemberMe also. I have made a completely fresh install of WP 2.9.2 & BP 1.2.2.1, and it still doesn’t work. I have tried various suggestions, including entering an absolute URL to the upload directory in Settings -> Miscellaneous, modifying bp-core-avatars.php, etc.
I just get a blank page with “
Catchable fatal error: Object of class WP_Error could not be converted to string in /home/fbcmi/public_html/firehouse/wpbp/wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 281″.
March 17, 2010 at 4:28 pm #68795r-a-y
KeymasterClosing this thread because it’s a request for a freelancer. They can contact you by PM and you can negotiate a price.
Otherwise, until the BuddyPress.org site is updated, you can post job requests on:
http://testbp.org/groups/buddypress-job-board/
@sabater_wb – you might want to follow Bowe’s advice and contact MrMaz, the developer of BP-Links, he could probably adapt the plugin to your needs.
March 17, 2010 at 3:56 pm #68791In reply to: [New Plugin] BuddyPress Group Forum Extras
thecorkboard
Participantbug report
environment:
bp 1.2.1
wp 3.0a
plugin 0.1.4
bp forum extras enabled
bp forum extras- signatures enabled
what caused it:
went to dashboard>buddypress>forum extras>signatures
error:
Fatal error: Call to undefined function bb_get_option() in /home/.jona/wp4lib/ltr/dev.wordpressforlibraries.org/wp-content/plugins/buddypress-group-forum-extras/bp-forum-extras-signatures.php on line 32
March 17, 2010 at 3:52 pm #68789In reply to: Blog title not showing up in header
bewst
MemberI’ve entered a ticket in Trac. See https://trac.buddypress.org/ticket/1972
March 17, 2010 at 3:51 pm #68788In reply to: Title of new blogs shown as site title?
bewst
MemberMarch 17, 2010 at 3:36 pm #68786In reply to: BuddyPress-Links 0.3 FINAL is here at last
Kunal17
ParticipantThanks Bowe, not sure how I missed that.
March 17, 2010 at 3:26 pm #68784In reply to: [New Plugin] BuddyPress Group Forum Extras
victor_moura
ParticipantThanks, etiviti! I will be checking this page for updates. It is good to hear that this is not related to a bad installation or something I did not configure right on my side.
When you have a new version, should I disable and then delete the plugin and install the new version?
I have a similar problem on the sig admin page (I’m using version 0.1.4):
QUOTE
Fatal error: Call to undefined function bb_get_option() in /home1/fromvict/public_html/comunidade/wp-content/plugins/buddypress-group-forum-extras/bp-forum-extras-signatures.php on line 32
UNQUOTE
March 17, 2010 at 3:11 pm #68780Tosh
ParticipantI’m sure there is. I disable the plugins until it starts working I guess.
[Update] Ok I disabled all the plugins except the following:
BuddyPress Version 1.2.2.1
BuddyPress Template Pack Version 1.0.2
Private WP 2 Version 1.0
I’m using this theme – Fusion 3.0.4 by digitalnature
Still not working … so it’s either the BuddyPress Template Pack or the theme … where do I go from here?
March 17, 2010 at 2:33 pm #68774In reply to: [New Plugin] BuddyPress Group Forum Extras
rich! @ etiviti
ParticipantI just fixed that error on the sig admin page – i’ll update it later today
March 17, 2010 at 2:24 pm #68773idotter
ParticipantHi there
after upgrading to 0.3.1 i got the following message:
Warning: mkdir() [function.mkdir]: SAFE MODE Restriction in effect. The script whose uid is 10319 is not allowed to access /home/httpd/vhosts/connect.idotter.ch/httpdocs/wp-content/blogs.dir owned by uid 48 in /home/httpd/vhosts/connect.idotter.ch/httpdocs/wp-content/plugins/buddypress-group-documents/include/classes.php on line 340
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to access /home/httpd/vhosts/connect.idotter.ch/httpdocs/wp-content/blogs.dir/1/files/group-documents/1/1268835761-Auswertungconnect.pdf in /home/httpd/vhosts/connect.idotter.ch/httpdocs/wp-content/plugins/buddypress-group-documents/include/classes.php on line 224
I’m running WP 2.9.1 and BP 1.2.2
Did i something wrong?
March 17, 2010 at 2:16 pm #68770In reply to: Is anyone using Buddypress-Ajax-Chat?
Casey Trowbridge
ParticipantDave, the plugin seems to work just fine but I do see this…
Notice: Only variable references should be returned by reference in /home/content/X/X/X/XXXXXXXX/html/wp-content/plugins/buddypress-ajax-chat/bp-chat/chat/lib/class/CustomAJAXChat.php
on line 182
Using WP 2.9.2, BP 1.2.2.1 Buddypress default theme and chat open in a new window.
March 17, 2010 at 1:31 pm #68767In reply to: BP Album+ || New Features Requests and Discussion
Tosh
ParticipantFor photo upload and photo deletion. Would it be possible to use a do_action?
Reason I ask is I got the points awarded for photo upload/delete working!

But I have to put the code directly in the bp-album-core.php file. Not a big deal, but I have to re-do that each time the plugin is updated.
Here is how I award points for a reply in buddypress, I put this code in my themes function.php file at the end.
// Add 5 Points for a comment or reply
function my_bp_update_comment_add_cppoints() {
if( function_exists('cp_alterPoints') && is_user_logged_in() ){
cp_alterPoints(cp_currentUser(), 5);
cp_log('Comment', cp_currentUser(), 5, Community);
}
}
add_action('bp_activity_comment_posted','my_bp_update_comment_add_cppoints');Looking forward to the 0.1.7 release, sounds very cool!
March 17, 2010 at 1:15 pm #68766In reply to: [New Plugin] BuddyPress Group Forum Extras
victor_moura
ParticipantOh, and here is the code of line 29:
QUOTE
<td><input type=”checkbox” name=”bbcodebuttons” id=”bbcodebuttons” value=”1″<?php if ( bb_get_option( ‘bp_bbcode_buttons’) ) { ?> checked=”checked”<?php } ?> /></td>
UNQUOTE
-
AuthorSearch Results