Page 1 of 1
Search found 4 matches
Re: vQmod script not working. Please help
anyone, help pls?
Jump to post- Sat May 11, 2013 11:11 pm
- Replies 13
- Views 9772
Re: vQmod script not working. Please help
Hi I am new to VQMod. Trying out vqmod. So not sure this is the right place to post this. I wrote a vqmod file and saved it as home_edit.xml in vqmod > xml folder <?xml version="1.0" encoding="UTF-8"?> <modification> <id>After ABC, add 123</id> <version>1.0</versi...
Jump to post- Fri May 10, 2013 8:58 am
- Replies 13
- Views 9772
Re: Addindg a Flash object.
In your <body>, where you want the flash object to appear, insert this code: (ignore class="bird", that is my own CSS class) <div class="bird" id="swf_file"></div> <script type="text/javascript"> $(document).ready( function() { $('#swf_file').flash( {'src':'ca...
Jump to post- Mon Dec 31, 2012 4:18 pm
- Replies 7
- Views 3200
Re: Changing default view to grid
I modified the code to this and it worked for me:
view = $.cookie('display');
if (view) {
display('grid');
} else {
display(view);
}
r
- Sun Dec 16, 2012 1:23 pm
- Replies 35
- Views 48063
Search found 4 matches