Search FAQ

Enter search text here:
search keywords     search full text
show summaries
show hits at maximum

Reseller Help: Blogware
How do I get rid of the blank box on my blog?
Q:How do I get rid of the blank box on my blog? There seems to be a "message" variable used there, however if it contains nothing, a box appears.


A:In the template you need to replace a bit of code. The original code looks like this:

{{if message}}{{message}}{{/if}}


If it hasn't been customized too much, you should be able to replace it with this:

style="display: none;"{{/if}}>{{if !message.nil? && message =~
/\S/}}{{message}}{{/if}}