Search Results for 'wordpress'
-
AuthorSearch Results
-
April 20, 2015 at 8:49 am #238087
In reply to: Share Post to Activity Feed
danbp
ParticipantApril 20, 2015 at 8:46 am #238086In reply to: BP Reshare button in Single Post views
danbp
ParticipantBP Reshare is a BuddyPress plugin to allow members to reshare their activities !
It wasn’t made to reshare views.
@imath is working on many other porjects, including BuddyPress. So he’s very busy and this plugin is now “old” and need probably some refactoring.
Sorry for you, but don’t expect much at this time.April 20, 2015 at 8:35 am #238085In reply to: How to add sidebar to single update/comment page
danbp
ParticipantFirst off, all active BP components should have a assigned page. (mandatory)
This page must be blank, without any template model or parent page.As you use Twenty Eleven via a child theme, read here:
https://codex.buddypress.org/themes/bp-theme-compatibility-and-the-wordpress-default-themes/twenty-eleven-theme/ How to get the sidebar is explained there.Where is WP installed ?
Site url is vatpt1.thevillageblog.com/
Blog seems to be in /villageatthepark/April 20, 2015 at 8:30 am #238083In reply to: Share Post to Activity Feed
gremelle
ParticipantI’m looking for the same functionality.
This is what I’ve found so far: https://github.com/imath/bp-reshare
It’s from this post: https://buddypress.org/support/topic/user-activity-share-plugin-for-wordpress-buddypress/
Let’s hope this functionality will get more attention, and implemented.
April 20, 2015 at 8:26 am #238082In reply to: Made custom register page, now honeypot doesn’t work
danbp
ParticipantHave you changed your tables prefix or do you use the default wp_ ?
Do you have a site admin account with “admin” as username ? If yes to both, change this.April 19, 2015 at 5:32 pm #238047In reply to: Group Moderator broken?
danbp
ParticipantShouldn’t a User promoted to Group Moderator be able to moderate content in that Group, regardless of their WP Role and capabilities?
Sounds logic, but No. See documentation in bp-core/bp-core-caps.php for the “why”. 😉
Since BP 1.6, group moderators can only delete, move, spam group forum content.
April 19, 2015 at 4:17 pm #238039shanebp
ModeratorAre you sure you’ve translated this label:
Friends <span class="%s">%s</span>Did you include this Sources Keyword when creating the translation .mo in poEdit:
_x()The Friends label is generated by
__()and_x(), depending on the context.More info re keywords: http://www.cssigniter.com/ignite/wordpress-poedit-translation-secrets/
April 19, 2015 at 1:22 pm #238027In reply to: Hide forum post content in activity streams?
Henry Wright
ModeratorSure!
See here for where your filter will be applied. Here is documentation on
apply_filters_ref_array()(it’s almost identical toapply_filters()). And you’ll need to use add_filter() to hook your filter function to the hook.If you’re new to filter hooks, try searching for some tutorials, there’s so much info available already. Hope this info helps!
April 19, 2015 at 10:31 am #238024In reply to: Calling a post authors activity stream
Henry Wright
ModeratorWas my suggestion any use?
Basically, I would like to call the activity stream of an author of a page.
I understood that to mean “Output an activity loop on a WordPress page limited to activity items belonging to the page author”.
If my understanding is wrong, then please let me know.
April 18, 2015 at 7:12 pm #238008In reply to: Where are loops put?
@mcuk
ParticipantHi @danbp,
Thanks for reply. Yeah i know about those. I meant where would I put custom loops with my own filters etc. The wordpress codex says to put them in index.php. I assume that for Buddypress that would be:
bp-legacy>buddypress>activity>index.php
Then call it within bp-custom.php?
April 18, 2015 at 3:12 pm #237997In reply to: Calling a post authors activity stream
@mcuk
Participanthaha, I’ll take your 2 days and raise you another 3!
If i get anywhere I will defo post it here. Haven’t found anything on the forums that’s helped so far (at least anything that I recognise as being a solution). I’m fairly new to php. Been through the plugin files and found a number of functions which are likely being used (not 100%), but just not able to call them to the new tab I’ve created.
Currently working through reading Henry’s links above on the WordPress Codex and will have a fiddle around.
April 18, 2015 at 12:54 pm #237987In reply to: Calling a post authors activity stream
Henry Wright
ModeratorHi @urbanfix
Here’s the standard loop taken from here.
<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) ) ) : ?> <?php while ( bp_activities() ) : bp_the_activity(); ?> <?php locate_template( array( 'activity/entry.php' ), true, false ); ?> <?php endwhile; ?> <?php endif; ?>If you scroll down the page and take a look at filtering options, you’ll see
user_id. So your loop will look something like this:$post = get_post( get_the_ID() ); $filter = '&user_id=' . $post->post_author; if ( bp_has_activities( bp_ajax_querystring( 'activity' ) . $filter ) ) : while ( bp_activities() ) : bp_the_activity(); locate_template( array( 'activity/entry.php' ), true, false ); endwhile; endif;Note: I haven’t tested.
Caveat: This must be used within The Loop.
April 17, 2015 at 6:35 pm #237980In reply to: How to infinite scrolling Buddypress Messages ?
Ben Hansen
Participantsorry i don’t know any plugins or how to hack it but i think that would make a great feature suggestion for core if you can please add it to trac here:
https://buddypress.trac.wordpress.org
if not let me know and i’ll add it.
🙂
April 17, 2015 at 6:57 am #237963danbp
ParticipantHi @spanda,
it’s a bbpress bug who remains since BP 2.0.
A patch was provided 7 mounth ago but not applied in latest bbP (2.5.6).Note that the patch contains a bracket error: (
component ) ) {). Remove{!Open wp-content/plugins/bbpress/includes/extend/buddypress/activity.php
Remove or comment line 279 & 280 and replace by
$existing = new BP_Activity_Activity( $activity_id ); if ( empty( $existing->component ) )save and you’re done.
April 16, 2015 at 2:04 am #237949In reply to: [Resolved] Mention tag in forum how to get it ?
Svend Rugaard
ParticipantWas installing https://wordpress.org/plugins/buddypress-wall/ and it actually make the error go away .. :S
April 15, 2015 at 9:23 pm #237944In reply to: New plugin: BuddyPress Mute
Henry Wright
ModeratorHey @djsteveb,
Would like to try this out one of my sites.. wondering though, how this comparing to buddy block or whatever it is called? Feature compare?
Check out the first two paragraphs of the README.md for how muting differs from blocking or unfriending.
Also, this would be excellent if it also could “mute” / hide / selected groups from the sidebar widgets and sitewide activity..
In v1.0.0 of the plugin, only muting users is supported. So at the moment, it works just like Twitter.
At some point in the future I might expand functionality to mute group updates, and perhaps even activity types.
also wondering if possible to hide posts from ‘muted users’ from appearing in the sidebar of sidewide posts when an annoying user has a blog with MU setup and stupid posts show up on the sitewide posts widget
Right now just activity items get muted. Muting posts is a great idea; something I’ll have to think about for a future release.
For answers to more of the plugin’s FAQs, see here:
https://wordpress.org/plugins/buddypress-mute/faq/
Hope this info helps 😀
April 15, 2015 at 8:31 pm #237940In reply to: [Resolved] Edit Registration page
goakes
ParticipantHello
Not sure where this question fits. If I go to login through the Buddypress login dashboard and only enter my user name then login, I’m taken to the WordPress login page. Is there a way to take me to keep me on the buddypress login page with an error message?
Equally is there a function for ‘forgotten password’ without going through the WordPress login page?
Gary
April 15, 2015 at 7:30 pm #237935modemlooper
ModeratorI would google wordpress appointment plugin
There seems to be some options, you don’t necessarily need BuddyPress
April 15, 2015 at 5:47 pm #237927In reply to: wp_insert_comment and activity comments
wilsos6
ParticipantHi Shane,
Thanks for your reply. Would $post_comment_id be passed into the wp_insert_comment actioner function?
As an example, when I add a comment to a BP activity, I get a comment object like the one below passed into the wp_insert_comment handler.
[comment_ID] => 108 [comment_post_ID] => 1385 [comment_author] => SW [comment_author_email] => [comment_author_url] => [comment_author_IP] => [comment_date] => 2015-04-15 06:23:01 [comment_date_gmt] => 2015-04-15 13:23:01 [comment_content] => test comment [comment_karma] => 0 [comment_approved] => 1 [comment_agent] => [comment_type] => [comment_parent] => 0 [user_id] => 34if I get_comment_link(108) or get_permalink($comment->comment_post_ID), I get URLs returned, but both give 404 errors. If I go into the WordPress admin panel and go into ‘Comments’ I can see the comment and the URL given is the same as the one given by get_comment_link, but when I try to access it I get the 404. If I go into the admin panel and select Activities, I can see the same comment, but “View Activity” takes me to the activity panel, were I can see the parent activity and the post successfully.
So I’m struggle to tie in the comment object I’m getting above and its URL, with the BP activity/comment URL.
Any assistance would be greatly appreciated,
Thanks,
StuartApril 15, 2015 at 7:43 am #237903In reply to: Migrating from one install to another
djsteveb
Participantcopy your database through mysql or whatever (check that box to “add drop table” or whatever it’s called!) – wordpress.org has info about that in the codex
https://codex.wordpress.org/Backing_Up_Your_Databasecopy all your files.
download, upload, import database.. pray.
https://codex.wordpress.org/Moving_WordPress
Check folder permissions… check that your wp-config has new database name and pass..
April 15, 2015 at 2:33 am #237897In reply to: Check if a field is empty
April 14, 2015 at 11:21 pm #237893In reply to: Business Portal
bp-help
Participant@ajanator48
You can try:
https://wordpress.org/plugins/s2member/April 14, 2015 at 8:58 pm #237887In reply to: Hello. BP Activity Stream
nblxhd
ParticipantAdvise, who can make a plugin for BP.
PS Was this plugin – https://wordpress.org/plugins/pet-manager/
But he was already outdated and the developer does not keep its support.
Thank You.
April 14, 2015 at 5:37 pm #237878In reply to: Remove Email requirement
danbp
Participanthi @dani-girl,
intersting question, but thought you’re wrong about Directive 95/46/CE. You have a too strict opinion ! If it would be real, nobody in Europe couldn’t use WordPress and probably also many other CMS’s.
Which is the EU country you are off ?An e-mail is a personnal data and the directive applies. But…
WordPress need it (username, email and password) to work on registering. That is a legitimate and technical reason, which is allowed.
You don’t collect it illegaly, or by roundabout and the user has access to it any time. Emails never appear publicly on WP and are used for internal purpose only.
Opt-in is mandatory since 2002 in Europe. This means you have to prevent/ask the user before he sign in.
If you clearly write and expose publicly (and easy to access) your policy, explain why you ask the mail, that you freely remove any user data on demand for example, you can ask for an email. This is also valuable for cookies. You should inform the user that you use them… Resaling and forwarding emails for commercial purpose is of course forbidden, but only IF your site has no direct reason to do that. (e-commerce is not a direct reason 😉 )On the other side, as site owner, you can’t use your members email for advertisement or any other mailing action without their agreement. Or you will be considered as spammer. Which is also illegal in EU.
April 14, 2015 at 4:58 pm #237876In reply to: Remove Email requirement
shanebp
ModeratorThe email requirement is a WP requirement.
There are various code snippets and plugins to get around this requirement – whether creating users only thru the Dashboard or through open registration:
https://www.google.com/?gws_rd=ssl#q=wordpress+registration+email+optional
-
AuthorSearch Results