Quote:
Originally Posted by blue6995
Installed and working great!
|
Really glad to hear that
Quote:
How can I change the image on the left hand side of the Box that pops up when hovering mouse over forum title or thread?
|
The three templates are 'forumhome_forumbit_level1_post', 'forumhome_forumbit_level1_post' and 'threadbit'
If you have TMS installed edit from in there, and what you need to look for is
In the first two:
PHP Code:
img src="{vb:stylevar jqt_forumhomedescription_icon}" border="0"style="width:80px;height:80px;" />
change the {vb:stylevar jqt_forumhomedescription_icon} to the full path to the desired image
In the third one look for:
PHP Code:
img src="{vb:raw thread.avatarurl}" border="0"style="max-width:80px;min-width:60px; max-height:90px;" />
and again, change the {vb:raw thread.avatarurl} to point to your desired image.
You can use url or path thus
either
Code:
/public_html/images/image.png
OR
Code:
http://.www/freds-site.com/images/piccy.png
That should work, by the way, don't add any extra text marks/quotation marks etc. really screws the layout