Quote:
Originally posted by jc707imports
I don't understand, do I have to fill in all the $post[whatever] and $post[backcolor] with my own settings? And no, your right, I didn't add that code you told me too...can I see an example, your version 2.2 has still left me lost because I'm so new to this, sorry
|
dident read that last part

sorry. basicly you do this, go to your postbit template. drag your mouse over all the code to highlight it, right click and hit copy.
do not change the template itself only copy it
now add a new template, name it postbit_blur and right click again and click paste. hit save. find the postbit_blur template under custom templates and click edit then do this:
Quote:
#find:
$post[username]
#replace with:
<table style="filter:blur(add='0', direction='45', strength='10')">
$post[username]</table>
#find:
$post[posts]
#Replace with:
- 10000
#find:
$post[joindate]
#Replace by:
<table style="filter:blur(add='0', direction='45', strength='10')">
$post[joindate]</table>
#find:
$post[title]
#replace by:
<table style="filter:blur(add='0', direction='45', strength='10')">
$post[title]</table>
#find:
$post[message]
#replace by:
<table style="filter:blur(add='0', direction='45', strength='10')">
$post[message]</table>
|
hope that helps