Quote:
Originally Posted by killswitch
|
Quote:
Originally Posted by slick368
I have the module installed, but all I get is a box with a bulleted list of what I expected to be on the tab labels. There aren't even any tabs, just a plain box. Any ideas what I could have missed?
|
In the FORUM HOME Template, make sure your PATHS (IN RED) are set correctly.. You can put the FULL URL to the file(s) and that might solve the problem. The reason its coming out as a bulleted list is that its not finding the CSS File.
Code:
================================
Template: FORUMHOME
================================
FIND:
--------------------------------
<head>
--------------------------------
ADD BELOW:
--------------------------------
<!-- 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 -->