minimus
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Multilingual Comments Number] Great Plugin!Thanks!
Forum: Plugins
In reply to: [Plugin: Special Text Boxes] odd 404 error for css and jsI see you have already independently troubleshot …
Forum: Plugins
In reply to: [Plugin: Special Text Boxes] Inserting Automatic ParagraphsYes, of course, it is not valid markup, BUT!!! STB does not add
<p>tags somewhere in blog article. You can look an source code of a plug-in and be convinced of it.It seems to me that you enter double CR (by pressing Enter) after an initial short code and before a finite short code. You need to know that in WordPress WYSIWYG editor single new lines are converted to BRs (breaks) and double to P (paragraphs).
How to fix:
1. Do not insert any breaks between initial short codes and content
2. Do not insert any breaks between content and finite short codesThis rules are valid for all short codes containing content, not for STB only.
Forum: Themes and Templates
In reply to: Special Text BoxesSomewhere, where you need, in file index.php place this code:
<?php if(is_home() && function_exists('stbHighlightText')) stbHighlightText('Any text', 'warning', '', null); ?>Good luck!
Forum: Plugins
In reply to: [Plugin: wp-copyrighted-post] No admin configuration pagechris4man, mandar5
You are welcome! 😉
Forum: Plugins
In reply to: [Plugin: wp-copyrighted-post] No admin configuration pageIf you run your blog under PHP 4 you can have problems with CopyrightedPost object. It’s constructor wrote with using PHP5 style. To resolve this problem (only for PHP4) rename
function __construct()constructor function tofunction CopyrightedPost()(file wp-copyrighted-post.php line 38)About spambpot: say thanks to author of YAWASP 🙂