have you perchance renamed your admin folder ?
That error should not stop this vqmod working though.
That error should not stop this vqmod working though.
very weird
in your index.php and admin/index.php there are several lines near the top of the file that vqmod should have changed when it was installed.
Can you paste those lines here for each of your index files
in your index.php and admin/index.php there are several lines near the top of the file that vqmod should have changed when it was installed.
Can you paste those lines here for each of your index files
index.php
/admin/index.php
Code: Select all
// VirtualQMOD
require_once('./vqmod/vqmod.php');
$vqmod = new VQMod();
$vqmod->useCache = true;
// VQMODDED Startup
require_once($vqmod->modCheck(DIR_SYSTEM . 'startup.php'));
// Application Classes
require_once($vqmod->modCheck(DIR_SYSTEM . 'library/customer.php'));
require_once($vqmod->modCheck(DIR_SYSTEM . 'library/affiliate.php'));
require_once($vqmod->modCheck(DIR_SYSTEM . 'library/currency.php'));
require_once($vqmod->modCheck(DIR_SYSTEM . 'library/tax.php'));
require_once($vqmod->modCheck(DIR_SYSTEM . 'library/weight.php'));
require_once($vqmod->modCheck(DIR_SYSTEM . 'library/length.php'));
require_once($vqmod->modCheck(DIR_SYSTEM . 'library/cart.php'));
Code: Select all
//VirtualQMOD
require_once('../vqmod/vqmod.php');
$vqmod = new VQMod();
$vqmod->useCache = true;
// VQMODDED Startup
require_once($vqmod->modCheck(DIR_SYSTEM . 'startup.php'));
// Application Classes
require_once($vqmod->modCheck(DIR_SYSTEM . 'library/currency.php'));
require_once($vqmod->modCheck(DIR_SYSTEM . 'library/user.php'));
require_once($vqmod->modCheck(DIR_SYSTEM . 'library/weight.php'));
require_once($vqmod->modCheck(DIR_SYSTEM . 'library/length.php'));
replace the following line in both files
$vqmod = new VQMod();
with
$vqmod = new VQMod(false,true);
$vqmod = new VQMod();
with
$vqmod = new VQMod(false,true);
I have no idea in that case you should at the least be getting a vqmod/vqmod.log file showing an error of some kind
All I can suggest is you do the manual file update instead - it is only one file change and it will mst probably never be touched again by a vqmod
All I can suggest is you do the manual file update instead - it is only one file change and it will mst probably never be touched again by a vqmod
Hmm...I cannot for the life of me slow this down. I've manually edited the slideshow.tpl file in my theme (and even tried the one in default directory), tried changing the Nivo JavaScript files themselves yet it's still going a 100MPH!!
Any ideas??
Any ideas??

It's on the front page (main image). I've taken the other image off for now because it was making me feel sick watching it speed along! Here are my settings in both the nivo js file and the slideshow tpl file (I've even tried editing the banner.tpl incase it was that):
Code: Select all
<script type="text/javascript"><!--
$(document).ready(function() {
$('#slideshow<?php echo $module; ?>').nivoSlider({
effect:'fade', // Specify sets like: 'fold,fade,sliceDown'
slices:15, // For slice animations
boxCols: 8, // For box animations
boxRows: 4, // For box animations
animSpeed: 50000, // Slide transition speed
pauseTime: 15000, // How long each slide will show
startSlide:4, // Set starting Slide (0 index)
directionNav:false, // Next & Prev navigation
directionNavHide:true, // Only show on hover
controlNav:false, // 1,2,3... navigation
controlNavThumbs:false, // Use thumbnails for Control Nav
controlNavThumbsFromRel:false, // Use image rel for thumbs
controlNavThumbsSearch: '.jpg', // Replace this with...
controlNavThumbsReplace: '_thumb.jpg', // ...this in thumb Image src
keyboardNav:true, // Use left & right arrows
pauseOnHover:true, // Stop animation while hovering
manualAdvance:false, // Force manual transitions
captionOpacity:0.8, // Universal caption opacity
prevText: 'Prev', // Prev directionNav text
nextText: 'Next', // Next directionNav text
beforeChange: function(){}, // Triggers before a slide transition
afterChange: function(){}, // Triggers after a slide transition
slideshowEnd: function(){}, // Triggers after all slides have been shown
lastSlide: function(){}, // Triggers when last slide is shown
afterLoad: function(){} // Triggers when slider has loaded
});
});
--></script>
Hi mate, it's up there ^^
Here it is again - http://www.valoreboutique.co.uk
Thank you so much this is doing my nut in!!
Here it is again - http://www.valoreboutique.co.uk
Thank you so much this is doing my nut in!!

Who is online
Users browsing this forum: No registered users and 8 guests