miner |
08-06-2009 12:43 PM |
Quote:
Originally Posted by apokphp
(Post 1861030)
I got the latest threads to work...but it only works w/i the /forums/ directory. I have vbadvanced. The placeholder shows on the main page....but the threads do not. How do I get them to show?
|
Add your domain name and forums folder in the footer of the latest thread code:
one in source and another in <a href="">
Code:
<!-- BEGIN LATEST THREAD CODE -->
<script type="text/javascript" src="http://www.yourforums.com/forum/external.php?type=js"></script>
<script language="" type="text/javascript">
<!--
for (var x in threads)
{
document.writeln("<p><a href=\"http://www.yourforums.com/forum/showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a></p>");
}
//-->
</script>
<!-- END LATEST THREAD CODE -->
Quote:
Originally Posted by apokphp
(Post 1861032)
Also, I really dig this skin! Ty for making it available. ;)
However, will this skin be updated for vb4?
|
Yes once the vb 4 hits gold...
Quote:
Originally Posted by mindfrost82
(Post 1859101)
Also, none of the JavaScript downdown boxes are working in vbAdvanced, but they work fine on the forum page.
|
Edit the url of the dropdown link which is in the header...
Quote:
Originally Posted by apokphp
(Post 1861344)
Lastly, how do I remove the footer logo altogether (I'll retain the text and link to your site).
|
I have provided the psd image of the logo footer, change it to yours and replace it...
HTH...
thanks...
|