Bainternet
Forum Replies Created
-
the plugins FAQ has more then “decent” documentation to get it to show near comment, read the bottom part.
http://wordpress.org/extend/plugins/bainternet-user-ranks/faq/
Nope, sorry its user specific content, not page.
Forum: Plugins
In reply to: [User Specific Content] [Plugin: User Specific Content] Put code in template?your code is wrong so the author’s id is never passed to the shortcode, try:
<?php echo do_shortcode('[O_U user_ID="'.$curauth->ID.',1" blocked_message=""] <div class="authorbox">Stuff for author and admin here</div> [/O_U]'); ?>Can’t recreate this error,
try activating this plugin only and then add others one by one to see which of them conflicts.
Forum: Plugins
In reply to: [ShortCodes UI] [Plugin: ShortCodes UI] nested shortcodes produces errorOne tag Shortcode can’t have php code, only advanced shortcode can.
Sorry to say that the plugin does NOT add anything to the php files.
it’s open source and you are more then welcome to look at it and see exactly what it does http://plugins.trac.wordpress.org/log/advanced-code-editor/
sorry but you would have to look somewhere else to find where this “extra code” comes from.
I Have installed the plugin on numerous installations all 3.3.1
It’s working just fine, so i don’t know what to say to you 🙁The CSS issue has nothing to do with the plugin.
as for post still being published, the whole idea is that the useres don’t even see the form if they passed the limit so i can’t really understand what going on there.
make sure you are not the admin user when you test it because the admin is never blocked or limited.
waiting for answers.
Care to elaborate?
i updated with a fix to avoid that error,
the logged in check is there for users with form plugins other then GF and custom forms.
The CSS issue is just weird because the shortcode dose nothing but filtering the content, meaning it does not add any content of its own.
try breaking the shortcode into separate lines, something like this:
[IN_LIMIT] [gravityform id=11 name=Submit your review ajax=true] [/IN_LIMIT]OK i just updated with a solution in the form of shortcode,
you can now limit your form using the shortcode ex:
[IN_LIMIT] [form shortcode] [/IN_LIMIT]also i added filters all over the shortcode to customize the output and a few shortcode attributes, its all in the plugins FAQ
let me know how it works for you.
Ok then, I’ll do just that in the next few days 🙂
Forum: Plugins
In reply to: [ShortCodes UI] [Plugin: ShortCodes UI] Adding Short Code to existing pagehere it is once more
http://pastebin.com/9y3MgMqJi answered your post in the plugins homepage.
Forum: Plugins
In reply to: [ShortCodes UI] [Plugin: ShortCodes UI] conflicts with WooCommerceThanks for being the bigger man here and know that really appreciate you taking the time and replying with clarification, apology fully accepted.