Soli
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Code Prettify] Line breaks in code do not appear in IE10I’m sorry, I am very busy these days, but I will fix this as soon as I have time.
Thanks for your feedback.
Forum: Plugins
In reply to: [WP Post Signature] how to,force an option?You could set your signature showing at the bottom of articles. But every contributors have their own settings. So, you must tell others to set the position of their signatures to bottom, too.
If you want to edit the code of this plugin, you can change this block(wp-post-signature/wp-post-signature.php):
if($current_signature['signature_pos'] == 'top') { return strtr(stripslashes($current_signature['signature_text']), $env_vars) . $content; } else { return $content . strtr(stripslashes($current_signature['signature_text']), $env_vars); }
to:
return $content . strtr(stripslashes($current_signature['signature_text']), $env_vars);
Forum: Plugins
In reply to: [WP Post Signature] how to,force an option?@e4girl has mentioned a similar problem, and my reply is below:
Well, I think you want an authority management. But I think it’s too complicated for this tiny plugin and for me.
Anyway, you could list some rules for the authors to obey. That is simpler and more flexible.
Thanks for your feedback.
Thanks.
Forum: Plugins
In reply to: [WP Post Signature] [Plugin: WP Post Signature] fontsthis pulgin supports html. so you can customize the font, size, color and other things of your signature using “internal style sheet” or “inline styles”.
^_^
Forum: Plugins
In reply to: [WP Post Signature] [Plugin: WP Post Signature] User SettingsWell, I think you want an authority management. But I think it’s too complicated for this tiny plugin and for me.
Anyway, you could list some rules for the authors to obey. That is simpler and more flexible.
Thanks for your feedback.
That’s done.
Please update to v 0.2.1. You can check “Post”, “Post List”, “Page” or “Other”.
But if you check nothing, it means signature shows on all content. It may be misunderstood, but I won’t bother others who just update but not reset the config.
If it works, please let me know.
Sorry, you should check “Other” for showing the signature on posts in the list.
I’ll update again later, and make the setting more clear.
Please update to v 0.2.0, find “Which types should the signature be placed?” on the setting page, then check the “Post” and leave the “Page” and “Other” unchecked. Save the setting and see if it is what you want.
you want show the signature on all “posts” but not “page”?
On the setting page, find “Will the signature be appended to the posts in archive list?” and check “No”, save the setting and see if it is what you want.
Forum: Plugins
In reply to: [WP Mail Options] [Plugin: WP Mail Options] Use For One Email, Not Otherssorry, i did’t get it.
could you give me some examples?
Thanks for your patch.
new version is released.
please let me know if it works or not.
Could you please give me your url with problem?