Bainternet
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Instant Search] Search by Tags.using either filter or action hooks provided.
Forum: Plugins
In reply to: [ShortCodes UI] Conflict with OptinSkin!!Forum: Plugins
In reply to: [ShortCodes UI] IncompatibilityIt has nothing to do with this plugin but all others that don’t respect the public = false argument of a custom post type and they add their filter to any post type that call
the_contentSimply check the suppress filters in the shortcode edit screen.
Forum: Plugins
In reply to: [ShortCodes UI] Problem with Advanced ShortCodeYou kind of made a mess of things,
The advanced shortcode only uses the php section and prints the JS at thewp_footerhook.The Simple ShortCode with content
uses the template so you can use you code with that.In version 1.9.9 you can use the template section content in the php section by using the variable
$sc_template;Forum: Plugins
In reply to: [ShortCodes UI] shortcode wrapping all content after selected contentIf you removed the AutoP filter and still get that then something else in your site is calling it.
Forum: Plugins
In reply to: [ShortCodes UI] PHP inside shortcodesYou can try somehitng like this, set the shortcode type to advanced, in the php setion of the shortcode paste this:
if (session_status() != PHP_SESSION_NONE && isset($_SESSION['your_var'])) { return $content; }and check the “my shortcode returns the value”.
Forum: Plugins
In reply to: [ShortCodes UI] Something went wrongIts there because you failed the AJAX security check.
Forum: Plugins
In reply to: [ShortCodes UI] Extra TagsYes use the
Suppress content filters.Forum: Plugins
In reply to: [ShortCodes UI] Improving plugins's popup in admin areaThanks added in 1.9.9
Forum: Plugins
In reply to: [ShortCodes UI] Shortcodes in commentsThats a nice way to do it.
Forum: Plugins
In reply to: [Social Comments] Feature request: Sync Disqus with WordPressNot seeing this happen anytime soon, sorry.
Forum: Plugins
In reply to: [Social Comments] Can we limit number of social commentsNope, sorry.
Forum: Plugins
In reply to: [Social Comments] "Disable Social's broadcasting feature" disables too muchNot sure what you mean but Its not an issue with this plugin so…
Forum: Plugins
In reply to: [Social Comments] WordPress Comments are not showingAs you can see its an error caused by your theme.
Forum: Plugins
In reply to: [Social Comments] "WordPress SEO" plugin conflictSo many factors can effect the plugin, WordPress SEO releases an updates just about every hour and there is no way you would expect anyone to test his plugin against the latest update of any plugin.
As far as I know the plugin Works just fine with WordPress SEO on a few of the sites I manage.
as for “WP tab to work” Its probably something in your theme.