khunmax
Forum Replies Created
-
bumP..
Forum: Plugins
In reply to: [Wise Chat] add icons to output from stats shortcodeI cant get firebug to pick these items either.
Forum: Plugins
In reply to: [Stock Ticker] block admin conflicting with your plugin (ajax?)Hey Aleksander
Sorry I didn’t get back to you sooner.
Thanks very much for the snippet.
Yes the code supplied by a MOD at BBpress is tantamount to malware. ??
Forum: Plugins
In reply to: [Wise Chat] add icons to output from stats shortcodeAND is there a selector for EACH of the outputs, ie. channel, users, and messages?
Forum: Plugins
In reply to: [WP Nice Search] Configuring your short code for BBpresshey DuY
Thanks for your reply. I will test the shortcode using “reply” because that should then pick up all of the content in the forums anyway?
I will let you know how it goes.
Kind Regards
Max
Forum: Plugins
In reply to: [Stock Ticker] block admin conflicting with your plugin (ajax?)Hey Alex
This is the one from the BBpress website that broke your plugin (written by one of the MODS!):
/** * Disable admin bar on the frontend of your website * for subscribers. */ function rkk_disable_admin_bar() { if( ! current_user_can('edit_posts') ) add_filter('show_admin_bar', '__return_false'); } add_action( 'after_setup_theme', 'rkk_disable_admin_bar' ); /** * Redirect back to homepage and not allow access to * WP admin for Subscribers. */ function rkk_redirect_admin(){ if ( ! current_user_can( 'edit_posts' ) ){ wp_redirect( site_url() ); exit; } } add_action( 'admin_init', 'rkk_redirect_admin' );
It is the redirect part that conflicts with ajax in your plugin?
Thanks for you prompt reply.
Kind Regards
Max
Forum: Plugins
In reply to: [WP Nice Search] Configuring your short code for BBpressHey Duy
Thanks for your fast reply.
I don’t think you understand my question. I will try to explain it again.
The code I posted above adds bbpress content to the wordpress db.
I have already tested it with your plugin and it works!!
If run the code above in my own functionality plugin…And tick the option “all” in your plugin UI…Then Nice Search will search and return bbpress forums, topics and replies (as well as all wp content).
HOWEVER, I want to use your shortcode in the sidebar of my forums. And I want to limit its search to just bbpress content (I want to filter out all WP content).
So what do I add to your shortcode to (filter out) not show WP content?
Kind Regards
Max
Forum: Plugins
In reply to: [Stock Ticker] No need to install stock quote?Thanks
Forum: Reviews
In reply to: [Stock Ticker] Best stock plugin in the WP repositoryYour welcome. Thanks for a great plugin.
Hi Tuxlog
Thanks for your reply.
Someone on the bbpress forums already made that same suggestion.
I will trial your plugin to see if it is used by my forum members.
Kind Regards
Max
Forum: Plugins
In reply to: [Stock Ticker] Google rankingThanks Aleksandar
Any chance you could point me to what lines in your code that add the no follow (for my own learning/knowledge)?
Thanks again for a great plugin and for your lightning fast fix to my issue.
Kind Regards
Max
Forum: Plugins
In reply to: [Stock Ticker] Google rankingHey Alex
Thanks very much for incorporating my suggestion into you plugin.
I have installed your update.
However, I am unclear. I cannot see any option to select no follow in your UI or in your shortcode settings.
Is the no follow rel now hard coded on all links in the back end of your plugin. (and so I do not need to do anything else/extra?)
Thanks again for your valuable assistance.
Kind Regards
Max
Forum: Plugins
In reply to: [Stock Ticker] Google rankingHey Alek
Thanks for your prompt reply.
I have set your tickers up in two locations.
1. On a dedicated page. I am using the SEO framework plugin so I can set no follow attributes there to stop Google following links back to their own site… ?? (I assume this will still work given that the links are generated by your shortcode?)
2. In a footer widget of my theme. Unfortunately there, there is not any option to select No Follow.
Is it possible to put a NO FOLLOW attribute into your Shortcode to stop Googlebot following back to their on site. If yes, how is this done.
If not, is this something you could perhaps add to your plugin in the future.
Thanks again for a great plugin.
Kind Regards
Max
Thanks for your reply.
I apologize for any confusion on your part regarding what I wrote. Perhaps English is your second language?
To clarify and summarize:
First, I advised you of, and kindly requested that you fix, a bug in your plugin.
Second, I advised you that I do not want to include social login on my site, HOWEVER, I do wish to include user selected avatars. I was hoping that after you fixed the bug in your plugin, I would be able to rely upon it to insert the option into the front end profile of a forum member for him to link to an avatar of his own choosing via URL. That would have saved me from using another plugin (such as WP User Avatar) to manage forum user avatars.
Thanks for your undertaking to remove your branding from the text that your plugin currently inserts into the front end profile of a forum member. Doing so renders it usable for someone with a white labelled site running bbpress.
Kind Regards
Max
Not asking you to include the social avatars of other plugins. I requested that you not add SUPER SOCIALIZER to the text of the heading that appears above the avatar section in a logged in users profile. That is wrong and a poor decision on your part in my opinion.