oc |
|
---|---|
With minimum php code run, I prepared a highlight plugin, uses JQuery.
http://www.cotonti.com/datas/users/12-fphighlight.rar You need to edit your forums.posts.tpl and change
<div style="width:550px; overflow-x:auto; overflow-y:visible; margin-bottom:8px;">
with
<div class="fmsg" style="width:550px; overflow-x:auto; overflow-y:visible; margin-bottom:8px;">
No eregi replace or something, uses users computer to paint text. (note: you should add a class higlight to your skin like this: )
.highlight { background: yellow; }
Usage: add this ending of the url: &highlight=TEXT note: text must be always uppercase. |