Search Results for 'wordpress'
-
AuthorSearch Results
-
February 20, 2010 at 12:11 am #64304
In reply to: BuddyPress-Links 0.3 FINAL is here at last
r-a-y
KeymasterMrMaz’s next version of BP Links will be the definitive media embedding plugin for BP!
My plugin just utilizes what WordPress already has; it doesn’t do all the cool stuff MrMaz’s plugin does!
February 19, 2010 at 11:47 pm #64300In reply to: Custom Types
Andy Peatling
KeymasterYou should be able to create custom member types within WordPress. Define custom roles, there are lots of docs on doing this.
February 19, 2010 at 9:40 pm #64258In reply to: Indexation of content
idotter
ParticipantI think sitewide tags (also activities) would be great …
e.g. pointing on tag “wordpress” i see every blogpost tagged with “wordpress”, every user, that have the tag “wordpress” on its profile, every activity and every forumpost tagged with “wordpress”.
February 19, 2010 at 9:08 pm #64251In reply to: Hiding private blog activity from activity stream
Joss Winn
ParticipantThanks, mark. That’s what I needed.
Andy, the problem is that the More Privacy Options plugin adds new privacy levels, like on wordpress.com and the Activity Stream doesn’t recognise those. It only knows about Searchable/Not Searchable ‘privacy’ options (I’ve never understood why blocking search engines is referred to as ‘private’ – I think it’s misleading).
February 19, 2010 at 9:04 pm #64249In reply to: Where do child themes go for BP 1.2?
andystaple
Participanthttps://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
Right in the WordPress Themes folder like Modemlooper said. That is a good read to understand child themes
February 19, 2010 at 9:02 pm #64247In reply to: oEmbed for BuddyPress plugin – out now!
geoffm33
ParticipantMay not be compatible with SI CAPTCHA:
Upon activation of oEmbed:
Warning: Cannot modify header information – headers already sent by (output started at /home/public_html/sandbox/wp-content/plugins/bp-oembed/bp-oembed.php:110) in /home/public_html/sandbox/wp-includes/pluggable.php on line 868
When viewing any page (admin or otherwise)
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/public_html/sandbox/wp-content/plugins/bp-oembed/bp-oembed.php:110) in /home/public_html/sandbox/wp-content/plugins/si-captcha-for-wordpress/si-captcha.php on line 961
Other than that, I only get the same warning that you say is fixed in trunk.
Good work!!
February 19, 2010 at 9:00 pm #64246In reply to: Profile URLs don't work properly.
intimez
ParticipantThat’s odd. If you sign up typing in Dennis Pedrie as the username (not Name), then the profile link should be /members/Dennis-Pedrie/profile
I tested using Guest User and it’s /members/Guest-User/profile
[wordpress2.9.2 + buddypress1.2]
February 19, 2010 at 8:59 pm #64245In reply to: Info about the used action \"wp\"
r-a-y
KeymasterQuoted from the WP codex:
wp:
Executes after the query has been parsed and post(s) loaded, but before any template execution, inside the main WordPress function wp. Useful if you need to have access to post data but can’t use templates for output. Action function argument: an array with a reference to the global $wp object.
Action priority level: (again from the codex)
1. plugins_loaded
2. sanitize_comment_cookies
3. setup_theme
4. auth_cookie_malformed
5. auth_cookie_valid
6. set_current_user
7. init
8. widgets_init
9. parse_request
10. send_headers
11. pre_get_posts
12. posts_selection
13. wp
14. template_redirect
15. get_header
16. wp_head
17. wp_print_styles
18. wp_print_scripts
19. loop_start
20. loop_end
21. get_sidebar
22. wp_meta
23. get_footer
24. wp_footer
February 19, 2010 at 8:41 pm #64240In reply to: oEmbed for BuddyPress plugin – out now!
r-a-y
KeymasterRe: members directory – yes, that is intended because I don’t think you’d want to see a huge embedded object right next to the name in the directory.
Re: additional sites – to extend the list of oEmbeddable sites, you have to extend WordPress’ oEmbed provider list. I should have put this in the FAQ.
February 19, 2010 at 6:01 pm #64210In reply to: oEmbed for BuddyPress plugin – out now!
r-a-y
KeymasterThere should be three files in the .ZIP file. I had some trouble with SVN last night.
Try this link:
https://downloads.wordpress.org/plugin/oembed-for-buddypress.zip
—
Gnarly! Sorry about the plugin not working.
I just reproduced the problem.
Can you deactivate the plugin, rename the plugin folder to “bp-oembed” instead of “oembed-for-buddypress”, re-activate and see what happens?
I’m going to have to look into this some more…
February 19, 2010 at 5:30 pm #64196In reply to: Hiding private blog activity from activity stream
Mark
ParticipantTake a look at the BP MPO ACTIVITY FILTER plugin. Just be aware that if you’re logged in as Site Admin you’ll see ALL private posts in the activity stream which may lead you to believe it’s not working. Log out and the posts should not be visible. I am getting the following in my error log with this plugin activated (on wpmu 2.9.1/bp 1.2): “WordPress database error Table doesn’t exist for query”
http://teleogistic.net/code/buddypress/bp-mpo-activity-filter/
February 19, 2010 at 5:21 pm #64194In reply to: Registration link redirects to home page
emilywebber
MemberI had this and it was driving me crazy – turns out it’s a simple wordpress setting rather than buddypress. Go to your wordpress dashboard > settings > general and allow users to register – you’ll then see the registration link
February 19, 2010 at 3:38 pm #64167Scotm
ParticipantFebruary 19, 2010 at 2:24 pm #64144In reply to: BuddyPress-Links 0.3 FINAL is here at last
MrMaz
ParticipantNice work, you found two bugs at once. The main one was introduced when I fixed date localization issue and the query wasn’t being passed to prepare. The other one has been there since version 0.1 and nobody ever picked it up, but its minor.
Here is the update file in case anyone wants to do a hot fix, but this bug is not a big deal if you are just testing. I’m sure a 0.3.1 will come out by next week.
https://plugins.trac.wordpress.org/export/207969/buddypress-links/trunk/bp-links-classes.php
February 19, 2010 at 1:09 pm #64133In reply to: oEmbed for BuddyPress plugin – out now!
andhix
Participantis it true, i place the directory no files in wordpress plugin?
and results it’s not working…
February 19, 2010 at 12:33 pm #64120In reply to: BuddyPress-Links 0.3 FINAL is here at last
Windhamdavid
Participant[19-Feb-2010 07:15:53] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ’12:15:53 – date_created ) / 60 ) / vote_total ) WHERE popularity <= 16777214 AND’ at line 1 for query UPDATE wp_bp_links SET popularity = FLOOR( FLOOR( ( 2010-02-19 12:15:53 – date_created ) / 60 ) / vote_total ) WHERE popularity <= 16777214 AND vote_total >= 1 made by do_action_ref_array, call_user_func_array, bp_links_recalculate_popularity_for_all, BP_Links_Link->popularity_recalculate_all
February 19, 2010 at 11:24 am #64112In reply to: Missing Content Within Website
Andy Peatling
KeymasterInstall the backwards compatibility plugin, also, read the upgrade instructions.
https://wordpress.org/extend/plugins/buddypress-backwards-compatibility/
https://codex.buddypress.org/getting-started/upgrading-from-10x/
February 19, 2010 at 8:40 am #64088In reply to: Convert a WordPress Theme to a BuddyPress Theme
armandmorin
ParticipantQuestion… I’ve got my theme working that did it. Thanks.
My theme DOES NOT show the nav bar like in the default BuddyPress theme. I tried copying the code from the header section of the BuddyPress theme, but I got a function error after.
Any ideas of how to add the BuddyPress Nav to the theme?
February 19, 2010 at 7:15 am #64083In reply to: How to return to BuddyPress 1.1.3
Paul Wong-Gibbs
KeymasterThis is gonna be really tricky especially if you didn’t backup your DB. Have you tried running 1.2 with the Backwards Compatibility Plugin?
February 19, 2010 at 1:51 am #64066In reply to: Group Blog
peterverkooijen
ParticipantThere may be some clues here how to make P2 work outside the regular blog index.php.
February 18, 2010 at 10:07 pm #64043In reply to: Welcome Pack enabled but doesn't seem to work
Paul Wong-Gibbs
KeymasterArthur Freitas had said he had made a GlotPress project for this, but I’m not sure of the URL (and it seems a lot of wordpress.com websites are down at the time of writing).
February 18, 2010 at 9:01 pm #64031In reply to: buddypress + p2 theme
peterverkooijen
ParticipantNow trying Posthaste again. Removing that line removed the post form from all the loops, but putting this line in the template files does nothing:
<?php if(function_exists(posthasteForm)) { posthasteForm(); } ?>I tried in several files, including regular blog index.php files. Also tried this:
<? posthasteForm(); ?>Still nothing… And if I leave the add_action(‘loop_start’… and just use the form, nothing gets posted, not even on the main/default blog.
I think I’m closer to a solution with P2, if somebody can help me figure out how to use the P2 post-form from a page that is not the regular index.php of the blog.
Is there an example of that in Buddypress version 1.2?
February 18, 2010 at 6:48 pm #64015In reply to: Use Forums without Groups?
Ashish Kumar (Ashfame)
ParticipantFebruary 18, 2010 at 6:38 pm #64010D Cartwright
ParticipantHi Paul,
The full code is in this (small) plugin here:
https://wordpress.org/extend/plugins/buddypress-group-activity-stream-subscription/
The url is created with the following code:
class Group_Activity_Subscription extends BP_Group_Extension {
function group_activity_subscription() {
global $bp;
$this->name = 'Notifications';
$this->slug = 'notifications';
// Only enable the notifications nav item if the user is a member of the group
if ( groups_is_user_member( $bp->loggedin_user->id , $bp->groups->current_group->id ) ) {
$this->enable_nav_item = true;
} else {
$this->enable_nav_item = false;
}
$this->nav_item_position = 91;
$this->enable_create_step = false;
$this->enable_edit_item = false;
add_action ( 'wp_print_styles' , array( &$this , 'add_settings_stylesheet' ) );
}February 18, 2010 at 4:14 pm #63976In reply to: buddypress + p2 theme
Scotm
ParticipantAndy’s post on t how to make your WordPress theme work with BuddyPress can be found under Developers > Docs > How-to Guides. The extension pack can be downloaded from there. Follow the directions and you will have P2 working, but you’ll likely need to make some style adjustments in bp/bp.css for example as a minimum.
I think you need to upgrade to BP 1.2 before you do anything. There is an element of P2 features in the new BuddyPress (post-form) and the Default theme but P2 is in no way integrated with BP 1.2.
Thx
-
AuthorSearch Results