Quote:
Originally Posted by bashy
Hi, Thanks for this hack it looks great..
I have installed it yet it looks nothing like your demo
Please see my forum here Just below the chatbox I uploaded all files and kept directory structure
Import the product and did the 2 template edits, yet sommat is amiss
Any ideas please, cause i was hoping it would look like the demo?
|
the script isn't finding the CSS ..
Edit the FORUMHOME Template and in the <head> section, look for this..
Code:
<link rel="stylesheet" type="text/css" href="/clientscript/smnlikquick_css.css" />
<script type="text/javascript" src="/clientscript/smnlikquick_ajax.js">
Change to this..
Code:
<link rel="stylesheet" type="text/css" href="http://www.bashys-place.com/forums/clientscript/smnlikquick_css.css" />
<script type="text/javascript" src="http://www.bashys-place.com/forums/clientscript/smnlikquick_ajax.js">