Bainternet
Forum Replies Created
-
@mexfx:
I’ve fixed this issue in version 1.4.1please update.
Forum: Plugins
In reply to: [Advanced Code Editor] Customize a new editor theme?That is not really the way this works, its all hard-coded in the plugin file, so just send me the the theme CSS and I’ll add it in the next version.
Forum: Plugins
In reply to: [ShortCodes UI] [Plugin: ShortCodes UI] Using shortcodes on ThemesHi,
the shortcodes are just like any other shortcode in WordPress which means that using :
<?php echo do_shortcode('[shortcode_tag]'); ?>
should , and does work just fine, make sure that your shortcode tags is set correct.
Forum: Plugins
In reply to: [sexybookmarks shareaholic] Big problem with my url (title encode)having the same problem in Hebrew.
As far as i can IE can’t handle this kind of long urls so by the time you get to Shareaholic’s API you loose some fields from the end of the url.
I’m a plugin developer my self and i do encourage donations but i would never highjack the dashboard the way this author does.
Now after that has been said.
WARNING WARNING WARNINGthis plugin makes unnecessary calls to a remote server
https://contribution-page.dennishoppe.de/infomercials.js.php
And For know it shows ads but since the data is returned and encoded the author can push whatever he wants to you site.
simple solution to remove this is to delete this line
Require DirName(__FILE__).'/contribution.php';
at the bottom of wp-plugin-widget-author-info.php file.
and a much better solution would be to stop using this plugin all together.
Limiting nav_menu_item is actually the reason i coded this plugin.
I needed to limit the number of menu items a user can add on his blog.Everyone has different needs for their site/blog so if you have no use for that skip it.
Currently you have to activate it manually for each sub site which means that you would have to setup the limits in each sub site as well.
as for
What would happen in a situation that:
User has already created 10 pages and 30 posts.
I install and activate the plugin and set it for 5 pages and 20 posts.
What will happen to the rest of the posts/pages?nothing will happen to existing posts and pages, but the creation limits will be enforced and the user wont be able to create any more, hence the name “Posts Creation Limits”
Currently you have to activate it manually for each sub site which means that you would have to setup the limits in each sub site as well
Forum: Plugins
In reply to: [Advanced Code Editor] [Plugin: Advanced Code Editor] feature sugestionNo skepticism at all.
and i just found what you meant, apparently the search text box losses focus on chrome and IE so the enter actually is also applied to the editor after the search.all fine in Firefox land.
Forum: Plugins
In reply to: [Advanced Code Editor] [Plugin: Advanced Code Editor] feature sugestionSorry i Can’t reproduce this problem, i can only assume that when you press enter the focus was not on the search input box, simple way around it is to use the search button.
@zingerion I can’t seem to reproduce that problem can you supply more details, what is your browser, what version, server secs, php version, WordPress Version
Forum: Plugins
In reply to: [Advanced Code Editor] Advanced Code Editor is awesome!@kezz Bracey: Glad you like it. ??
Forum: Plugins
In reply to: [Advanced Code Editor] [Plugin: Advanced Code Editor] feature sugestion@ovidiu: Once again wish granted!
the Enter Key is now a trigger for the search function.
please update the plugin and enjoy!It’s actually easy as it gets, you can use the shortcode in your regular text widget.
@ivangv: The plugin only loads jQuery scripts for the admin panel and only using
wp_enqueue_script
which means that if its already there it wont be added again. So my bet is that it’s not this plugin which causes your conflicts.