Quote:
Originally Posted by Vampiroz
I have a problem with the script, don't read the .css file "smnlikquick_css.css".
My "smnlikquick_css.css" is in the clientscript folder, is correct?
|
Yes, that's where it is.... When you did the template edit to include the files, make sure that its in the template that the page is calling... For example, if you are displaying the announcements block on Forum homepage only, then you should edit the FORUMHOME template... I show mine on several pages so I edited the headerinclude template. Anyways, once you verify that you edited the proper template and its still not working... then it's probably the include code itself....
HTML Code:
<!-- SmnLikQuick -->
<link rel="stylesheet" type="text/css" href="/clientscript/smnlikquick_css.css" />
<script type="text/javascript" src="/clientscript/smnlikquick_ajax.js">
/***********************************************
* Ajax Tabs Content script- ? Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<!-- / SmnLikQuick -->
Add or remove the
/ from in front of clientscript/smnlikquick_css.css, smnlikquick_ajax.js.
Let me know if you still have issues after that.
Always, Bree