Search Results for 'wordpress'
-
AuthorSearch Results
-
August 22, 2014 at 4:05 pm #188273
In reply to: bplinks avatar wp 3.9.2
shanebp
ModeratorYou’ll have a better chance of getting an answer if you use the support forum for that plugin:
https://wordpress.org/support/plugin/buddypress-linksAugust 22, 2014 at 12:16 pm #188243danbp
ParticipantHello @multimartin,
2 nd question:
in the private blog settings, general > reading > search engine visibility, check disallow box. This will hide any of the private blog activities to appear on site activity and user feeds, except for those who are members of this blog.If it is not enough, considerer this plugin
1 st question:
read hereAugust 21, 2014 at 4:48 pm #187718Topic: Activity feature
in forum How-to & Troubleshootingitisix
ParticipantHi,
I love the activity feature I get when I’m logged as admin. In my CP I just click the icon and get a list of posts, replies and who registers in neat order.
My users can’t get this, nor can they get decent info from the activity option from the drop down top menu… or can they?
Latests versions of WordPress, BBpress and Buddypress.
Thanks,
August 21, 2014 at 4:30 pm #187715In reply to: [Resolved] No button for finishing registration
1a-spielwiese
Participant1st
Yes, I have salt keys.
2nd
— I followed there: http://stackoverflow.com/a/18772055 the “using this script”-link to: http://interconnectit.com/products/search-and-replace-for-wordpress-databases/
— I downloaded the script from there; I extracted the zip-file. I renamed the folder at issue.
— I uploaded the mentioned folder.
— I tried to address within in my browser 1a-spielwiese.de/NAME-OF-MENTIONED-FOLDER.
— I get again only the “Umleitungsfehler”-message.
August 21, 2014 at 3:53 pm #187711In reply to: Password Protect Forum with Single Password
danbp
ParticipantOK !
maybe this can help you go further….August 21, 2014 at 3:16 pm #187709In reply to: Password Protect Forum with Single Password
hcthomas
ParticipantI can edit the htaccess file, but couldn’t figure out where to put a htpasswd file due to the WordPress rewrite rules. So, I can edit the file but was unable to edit it in such a way that it worked.
I’m using Bluehost, their basic plan. It’s a shared host / shared IP. I can access FTP.
I have already searched the forum on this topic, but not found anything specifically addressing this. Someone did cryptically answer a similar question, describing a solution as, “difficult” without elaborating why/how.
August 21, 2014 at 2:43 pm #187705In reply to: [Resolved] No button for finishing registration
danbp
Participanthave you salt keys in your wp-content.php ?
http://stackoverflow.com/questions/18771957/wordpress-does-not-properly-display-css-file
and use the given script to check the db.
aside, @r-a-y responded on the ticket. Unsurprisingly, like me, he couldn’t replicate the issue
August 21, 2014 at 2:14 pm #187696In reply to: [Resolved] How do I modify the navigation?
danbp
ParticipantWhich theme do you use ?
And have you already created a child-theme ?Generally such modification can be done by CSS.
August 21, 2014 at 11:19 am #187685In reply to: Please help – Use WordPress Avatars not BuddyPress?
Martin Waller
ParticipantThanks @henrywright…
I’m not entirely sure that my front-end template actually references bp_core_fetch_avatar() as it is not a BuddyPress theme but rather a regular WordPress theme (Responsive Pro).
Martin
August 21, 2014 at 11:17 am #187684In reply to: Please help – Use WordPress Avatars not BuddyPress?
Henry Wright
ModeratorActually scratch that last post ā itās now displaying the avatars as the WordPress avatars in the back-end but not the front end
In that case, I think we’ve just crossed that bridge hehe. i.e the next step will be to replace all instances of
bp_core_fetch_avatar()in your front-end templates withget_avatar()August 21, 2014 at 11:15 am #187683In reply to: Please help – Use WordPress Avatars not BuddyPress?
Martin Waller
ParticipantActually scratch that last post – it’s now displaying the avatars as the WordPress avatars in the back-end but not the front end!
August 21, 2014 at 10:53 am #187679In reply to: Please help – Use WordPress Avatars not BuddyPress?
Henry Wright
ModeratorHumm.. not helpful then. In that case we might have to try doing it manually. Perhaps try disabling the filter which replaces the WP avatars with BP avatars. For example, add this to your theme’s functions.php file:
remove_filter( 'get_avatar', 'bp_core_fetch_avatar_filter', 10, 5 );I think you can disable the Gravatar fallback as well with this:
add_filter( 'bp_core_fetch_avatar_no_grav', '__return_true' );If that doesn’t work, you may need to replace all occurrences of
bp_core_fetch_avatar()withget_avatar()in your templates. But cross that bridge when you come to it.Ref: https://codex.wordpress.org/Function_Reference/get_avatar
August 21, 2014 at 10:42 am #187677In reply to: Please help – Use WordPress Avatars not BuddyPress?
Martin Waller
ParticipantHi @henrywright
Thanks for the reply. I checked out that plug-in and it just removes the avatar from displaying on the BuddyPress profile – it still actually retains the ‘Mystery Man’ style avatar as opposed to using the one set in WordPress.
Martin
August 21, 2014 at 10:36 am #187675In reply to: Please help – Use WordPress Avatars not BuddyPress?
Henry Wright
ModeratorHi @multimartin
I just tried searching the WP plugin repo and came across an old plugin that may be of some help. Take a look at Remove Avatars
August 21, 2014 at 8:14 am #187658Stingray1972
ParticipantHi, below is what is in my ‘sidebar.php’ file…
<?php
/**
* Sidebar
*
* @package WordPress
* @subpackage TDFramework
* @since framework 1.0
*/global $core_sidebars;
$sidebar_slug = core_layout_current_sidebar();
if (!$sidebar_slug)
return;if (!dynamic_sidebar($sidebar_slug))
//core_warning( __(‘Sidebar with name’, THEME_SLUG) .’ “‘ .$core_sidebars[$sidebar_slug]. ‘” ‘. __(‘not found, or has no widgets assigned to it.’, THEME_SLUG));?>
could you please show me where the code would go?
August 21, 2014 at 5:46 am #187654In reply to: register.php
sachin550
Participant@danbp i tried with
https://wordpress.org/plugins/quick-cache/
but still getting same line !!
Create an Account
Registering for this site is easy, just fill in the fields below and we’ll get a new account set up for you in no time.
there are only two files
- plugins/buddypress/bp-themes/bp-default/registration/register.php
- bp-templates/bp-legacy/buddypress/members/register.php
which need to be modified i have done that but getting same @aces @mercime
August 21, 2014 at 1:59 am #187645yoosuke
ParticipantArigato @danbp san !!
Did you tried with a specific word contained in a post, preferably one from the end of a long post, to be sure…
I tried that, and I’m sure of it.
plugins installed ? Deactivate all and see
I tried it. but same result. I tried it on every theme like BPdefultTheme, TwentyThirteen, TwentyTwelve… but same result.
activate the wordpress search widget
I did it. but same result.
Oh,one thing. When I search a specific word that not contained in activity stream, but it does contain in post title.The message bellow shows up at a content area.
Sorry, there was no activity found. Please try a different filter.At the time, URL status is like…
http://example.com/?s=WORDummmmm.orz
August 21, 2014 at 12:49 am #187642danbp
ParticipantArigato @yoosuke san,
show results from only activity stream.
Stunning. It works for me. Did you tried with a specific word contained in a post, preferably one from the end of a long post, to be sure it is not registered as activity except ? Have you some plugins installed ? Deactivate all and see if you get a difference.
Also, activate the wordpress search widget and see if you get better result.
appearence > widgets, select “Search” – a search form for your site.When BP is on, they’re several search module. So you can search members on the members directory ou groups on the group directory.
Side wide activities are some how generic, so the swa activity doesn’t contain his own search form, but only a select filter which let’s you show result by type.
August 21, 2014 at 12:19 am #187640danbp
ParticipantI would be grateful is someone could suggest why the file is not contained within the folder.
Once upon a time, after very looooooong and ice cold winter, a wolf came out of the deep forest. He was so hungry that he eat the index file. Miam ! š
Do not thank me. My pleasure. š
If you’re looking in buddypress/bp-activity/ folder, it’s normal that it doesn’t contain a index.php file. It’s a core folder who works internaly.
The index you search is in bp-templates/bp-legacy/buddypress/activity/index.php
Note: this file is only the index for activities.If it is not the case, don’t worry. Reload a fresh copy and pray that it is not corrupted during the FTP transfer.
Don’t know which tutorial you follow, but if you learn BP, read absolutely the Codex.
If, as i guess, your concern is theming, see here:or here on the left sidebar index
August 20, 2014 at 11:33 pm #187635In reply to: strong passwords
danbp
Participantbp_core_general_settings_before_submit is not a function but an action hook.
@cwjordan, maybe interesting things to find
Line 43: http://phpxref.ftwr.co.uk/buddypress/nav.html?bp-core/bp-core-settings.php.source.htmlA bbpress half soluce :
For inspiration ? This old BP plugin…
https://wordpress.org/plugins/bp-xtra-signup/
More recent
https://wordpress.org/plugins/login-security-solution/ (maybe not compatible with BP)If not affraid of expirimentation:
https://github.com/mgmartel/BuddyPress-Password-Strength-Meter/blob/master/bp-password-strength-meter.phpFor the fun, on @imath ‘s blog (in french), some code to study (php is in english)
August 20, 2014 at 10:31 pm #187632In reply to: strong passwords
cwjordan
ParticipantFabius219, I never could quite figure this out. I got as far as figuring out how to modify my theme’s function.php file to add a filter to bp_core_general_settings_before_submit to add the password strength bar to the buddypress settings page, but I couldn’t figure out how to get the “Force Strong Passwords” plugin to enforce that the password must be a certain strength. For the regular WordPress Profile page, that plugin hooks into ‘user_profile_update_errors’, but I don’t see an equivalent hook in buddypress/bp-settings/bp-settings-actions.php, which I think is the right place to look. Googling around I don’t see that anyone else has done it either, which is too bad.
August 20, 2014 at 6:21 pm #187270In reply to: How can I get the parent component of a page?
jreeve
ParticipantIn case anyone else runs into this issue, I’ve created issue #5827 here: https://buddypress.trac.wordpress.org/ticket/5827#ticket
August 20, 2014 at 3:34 pm #187258danbp
ParticipantHi @laxmanvel,
see here if this can help you a little.
August 20, 2014 at 3:22 pm #187257Henry Wright
ModeratorHi @laxmanvel
This functionality isn’t available in BuddyPress by default. You may have some luck searching the WP plugin repo although I haven’t seen anything like this myself. Let us know if you find anything!
August 20, 2014 at 12:49 pm #187250In reply to: widget for displaying forum posts?
wp_maybe
ParticipantI am assuming that you have bbpress installed on your wordpress. There are some bbpress widgets available for this purpose. Appearance>Widgets – look for those starting with (bbpress)
-
AuthorSearch Results