blueoceans2002
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Change Default sender from email name My Blog@rtownsend, The problem that I had was with user login control widget plugin. I changed from address from the widget and everything started working well for me. Now I think there are a couple of plugins such as
https://www.tipsandtricks-hq.com/wordpress-plugin-change-wp-email-from-details-1883Forum: Plugins
In reply to: [Captcha] Captcha fails login checkHello,
The captcha plugin when activated, captha is displayed on the registration form. But login happens even if the captcha is not filled. I am using latest wrordpress multisite and user control widget to login from front end. I tried placing the code that you have put on FAQ within the form before login action is performed. Still nothing happens. Login happens without filling captcha.Forum: Plugins
In reply to: [BP Profile Search] Plugin Settings MissingHi Andrea,
Thanks for the great plugin. I was able to figure out the issue. What I did was
Deleted the line which choose multisite and create a section and page in Network/User.php . The lines that I deleted areadd_action (is_multisite ()? 'network_admin_menu': 'admin_menu', 'bps_add_pages', 20); function bps_add_pages () { add_submenu_page ('users.php', 'Profile Search Setup', 'Profile Search', 'manage_options', 'bp-profile-search', 'bps_admin'); return true; } add_filter (is_multisite ()? 'network_admin_plugin_action_links': 'plugin_action_links', 'bps_row_meta', 10, 2); function bps_row_meta ($links, $file) { if ($file == plugin_basename (__FILE__)) { $url = is_multisite ()? network_admin_url ('users.php'): admin_url ('users.php'); $settings_link = '<a> 'bp-profile-search'), $url). '">'. __('Settings', 'buddypress'). '</a>'; array_unshift ($links, $settings_link); } return $links; }
[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Now When activated in individual sites with buddypress being activated, you will find Buddypress Profile search in respective sites. This solution worked for me when I set
Multiblog is true. Hope this helps someone.Forum: Plugins
In reply to: [BP Profile Search] problem with search in sub siteHello,
I have made changes as Flyer advised. But still the setting is not shown in subsite & when the plugin is activated within subsite. Any suggestions. Thanks
Cheers
SatishForum: Plugins
In reply to: [BP Profile Search] Plugin Settings MissingHi,
Network Activating the plugin works. The plugin setting can be seen @ /Network>users> Profile Search. But the problem here is the profile fields are in the sub sites and it does not pick them up to the network. If I activate it site wise, still the plugin doesent show up in users of subsite. Please help. Thanks
Cheers
SatishForum: Plugins
In reply to: [BP Profile Search] Plugin Settings MissingHi Andrea,
I have made an update in my multisite and my pluggin setting is missing. I have the latest wordpess, buddypress and the updated BP profile search. Help highly appreciated. Thanks in advance
Cheers
SatishForum: Plugins
In reply to: [BP Profile Search] Change the Results display pageHi ,
Problem Solved. The issue was with the
$action = “https://mydomain.com/newpage-name”;
With this above code, the results dont show up. But I changed it back to normal. It works like a charm. Thanks for this wonderful plugin.Forum: Plugins
In reply to: [BP Profile Search] Change the Results display pageThis worked for me on single site but When I use WPMU, the search is not working. The issue is
1. I have to Network activate it to find profile search setting in WPMU network users menu.
2. If it is activated on WPMU’s particular site, still the setting is available on WPMU Network.
3. Now the plugin is network activated, setting is made and added to the widget. Now when I make the search, nothing happens. I see that the name exists but still does not show in results. It doesnt even show a message that “search again” or try different key word” or some message.
Please help..Forum: Networking WordPress
In reply to: Change Default sender from email name My BlogWell, I dont have buddy press registration on. Also, The emails go out from wordpress as “My Blog”. Buddypress is just a module. I am pretty sure, it is related to wordpress as you dont define any blog name or site name in buddypress or bbpress. I see that the it goes out from the defined admin email address which is on the network, also it takes the site name as subject which is good and expected. The only thing that is not working is change of from email name. I even deactivated buddypress and sent new user email created from back end. still I see “My Blog” as email from name. I think my mistake was when installing WPMU, I did not think it was important to give the site name and went on with My Blog. Now even after changing the name, the site is not responding.
Is there anywhere else wordpress mu registers My Blog as site name within core files?Forum: Networking WordPress
In reply to: Change Default sender from email name My BlogWell, I have checked the network name, The network name is my site name. I have installed the plugin SB Welcome Pack to change the from email name, still I dont see any luck. I have Buddypress installed, but Where should I change the site name in Buddypress 1.7 . I have even searched the entire database to find “My Blog” , I dint find any. When any email is sent from my site I receive it as ” My Blog” as email from name.
Forum: Plugins
In reply to: [BuddyMobile] buddymobile set upHi,
First of all, this is a great plugin. It works like a charm. Can anyone please tell me how to set the home page for the mobile version as the desktop version of home page is not seen on the mobile. I see a blank page with header menu which works fine. I dont mind having same desktop homepage and mobile home page. Help highly appreciated.
Thanks
SatishForum: Plugins
In reply to: [BP Profile Search] Change the Results display pageHello,
Thanks Andrea for the wonderful plugin. I think you meant this change
$action = bp_get_root_domain (). ‘/’. bp_get_members_root_slug (). ‘/’;
I tried changing this to
$action = https://mydomain.com/newpage-name;
I get error syntax error, unexpected ‘:’ on line 9
I tried
$action = bp_get_root_domain (). ‘/’members;
I get error syntax error, unexpected T_STRING on line 9Forum: Hacks
In reply to: Hide plugin scripts fromThanks Jan Dembowski. I will look into the posts and post my update soon on this thread.