Community Forums

vQmod Generator, Editor and Log Viewer

Put any free vQmod scripts here.
vQmod details

vQmod Generator, Editor and Log Viewer

Postby uksitebuilder » Tue Dec 06, 2011 8:17 am

After toying with a generator for creating vqmod xml files, I decided to release a complete tool for creating, editing and testing vQmod xml files.

The tool however, is now available for download for use on your own server so you can interact with your own mods, test and edit them

The tool Includes file creation, file editing, file manager, cache viewer and log viewer.

http://uksb.github.com/vqgen/

In addition to this tool we have also released a local development version of the OpenCart v1.5.1.3.1 with this tool and vqmod pre-installed, which will allow you run opencart on a local Windows machine without the hassle of having to set-up your own PHP, mySQL stack

More Info: http://www.opencart.com/index.php?route ... on_id=5058
Attachments
vqgen.rar
(58.56 KiB) Downloaded 611 times
User avatar
uksitebuilder
 
Posts: 5602
Joined: Thu Jun 09, 2011 3:37 pm
Location: United Kindgom

Re: vQmod Generator, Editor and Log Viewer

Postby SXGuy » Tue Dec 06, 2011 11:17 am

brilliant! this will def come in handy, as i planned to make vqmod's instead of editing files in the future.
SXGuy
 
Posts: 1568
Joined: Sat Nov 07, 2009 6:07 pm

Re: vQmod Generator, Editor and Log Viewer

Postby marcelwoo » Tue Dec 06, 2011 3:03 pm

Invention of vQmods is one of the milestones in opencart development and your generator is gonna be another one!
I want to thank you one half of all the people who are struggling with manually hacking their codes O0
"We help each other to grow". That's the opencart community!

All free mods
Home Based Ebay business Opportunity(not ads)
User avatar
marcelwoo
 
Posts: 291
Joined: Mon Mar 28, 2011 5:45 pm

Re: vQmod Generator, Editor and Log Viewer

Postby uksitebuilder » Tue Dec 06, 2011 9:27 pm

Updated the tool

Added more details for each vqmod file in the list of files.
Moved error log viewer to ajax, load on tab click,to save from loading until required.
User avatar
uksitebuilder
 
Posts: 5602
Joined: Thu Jun 09, 2011 3:37 pm
Location: United Kindgom

Re: vQmod Generator, Editor and Log Viewer

Postby dony_b » Tue Dec 06, 2011 10:54 pm

This makes it so much easier .thanks
User avatar
dony_b
 
Posts: 233
Joined: Wed Aug 18, 2010 1:56 pm
Location: Boston, MA

Re: vQmod Generator, Editor and Log Viewer

Postby uksitebuilder » Wed Dec 07, 2011 11:24 pm

Small update added to fix bu with file names when saved cutting out any underscores.
User avatar
uksitebuilder
 
Posts: 5602
Joined: Thu Jun 09, 2011 3:37 pm
Location: United Kindgom

Re: vQmod Generator, Editor and Log Viewer

Postby uksitebuilder » Sat Dec 10, 2011 8:05 pm

Another update added

Some minor bug fixes and usability improvements.

Also added ability to insert new operations before/after other operations instead of just adding to the end of the file operations.
User avatar
uksitebuilder
 
Posts: 5602
Joined: Thu Jun 09, 2011 3:37 pm
Location: United Kindgom

Re: vQmod Generator, Editor and Log Viewer

Postby jimaras » Sun Dec 11, 2011 9:09 am

Hi,
thank you for this wonderful extension.

I have an error:

Code: Select all
Notice: Undefined variable: inactivevqmods in ****\mystore\vqgen\index.php on line 128


I test it in xampp.
I have 1.5.1.3
jimaras
 
Posts: 128
Joined: Wed Sep 14, 2011 5:45 pm

Re: vQmod Generator, Editor and Log Viewer

Postby uksitebuilder » Sun Dec 11, 2011 9:52 am

Thanks for the heads-up

I have updated to add stricter variable checks for users with high error reporting settings.
User avatar
uksitebuilder
 
Posts: 5602
Joined: Thu Jun 09, 2011 3:37 pm
Location: United Kindgom

Re: vQmod Generator, Editor and Log Viewer

Postby jason.sang » Tue Dec 27, 2011 6:04 am

Good work, good tool!
Thank you!
jason.sang
 
Posts: 5
Joined: Sat Dec 24, 2011 5:46 am

Re: vQmod Generator, Editor and Log Viewer

Postby marcelwoo » Tue Dec 27, 2011 1:37 pm

the edit function does not work. I tried it on localhost. After click a file to edit:
(1)the generator only displays options like author, version, file name, no contents part.
(2)The extension name of the previously generated file was changed to "_xml".
(3) And the "add a new file to edit", "add a new operation" and "generate XML file" buttons just freeze and do not work.

Hope this helps to improve this wonderful tool!
"We help each other to grow". That's the opencart community!

All free mods
Home Based Ebay business Opportunity(not ads)
User avatar
marcelwoo
 
Posts: 291
Joined: Mon Mar 28, 2011 5:45 pm

Re: vQmod Generator, Editor and Log Viewer

Postby marvmen21 » Tue Dec 27, 2011 9:55 pm

Hi, thanks for this great tool. The edit function is not working for me either.
You want to thank me for my time! :) Click here to donate
marvmen21
 
Posts: 363
Joined: Mon Nov 08, 2010 8:54 pm

Re: vQmod Generator, Editor and Log Viewer

Postby open-electronics.org » Wed Dec 28, 2011 11:06 am

Hi, I'm using this fantastic tool.
But I have a problem:

I have to insert the code
Code: Select all
$('input[name=\'filter_sku\']').autocomplete({


but I obtain
Code: Select all
$('input[name='filter_sku']').autocomplete({


without \ :'(

How to insert in the code also the Slash character?

Thank you
open-electronics.org
 
Posts: 7
Joined: Wed Dec 28, 2011 11:00 am

Re: vQmod Generator, Editor and Log Viewer

Postby uksitebuilder » Tue Jan 17, 2012 6:14 pm

Hi Guys,

I cannot reproduce the edit file problem other than there being a known issue with xml files that contain HTML comments (as per the included readme file).

I have also tried to reproduce the backslash problem. Again I can not reproduce.

Please make sure you have the latest version installed.
User avatar
uksitebuilder
 
Posts: 5602
Joined: Thu Jun 09, 2011 3:37 pm
Location: United Kindgom

Re: vQmod Generator, Editor and Log Viewer

Postby educolo » Thu Feb 09, 2012 5:59 pm

Hi,
I had the same problem editing a file. My problem was that my server has the php error configuration a little strict, so I have "notices" inside the JS.
To solve this I only added this line at the top of the file:
Code: Select all
ini_set("display_errors", "false");

Hope this help.
Thanks for this tool
educolo
 
Posts: 1
Joined: Thu Feb 09, 2012 5:56 pm

Re: vQmod Generator, Editor and Log Viewer

Postby uksitebuilder » Fri Feb 17, 2012 12:09 pm

Updated the opening post to add a new tool for local development of OpenCart

More Info: http://www.opencart.com/index.php?route ... on_id=5058
User avatar
uksitebuilder
 
Posts: 5602
Joined: Thu Jun 09, 2011 3:37 pm
Location: United Kindgom

Re: vQmod Generator, Editor and Log Viewer

Postby txyaaj » Sun Mar 04, 2012 5:54 am

uksitebuilder wrote:Hi Guys,

I cannot reproduce the edit file problem other than there being a known issue with xml files that contain HTML comments (as per the included readme file).

I have also tried to reproduce the backslash problem. Again I can not reproduce.

Please make sure you have the latest version installed.


You should be able to reproduce this problem by enter some text with like "\n" or "\r" . Save the file then edit it again. Once loaded the backslashes are not there...

I am using version 2.1.5 with OC 1.5.1.3 and discovered the same problem with backslash as mentioned above by others. My case is I am trying to add a new line or carriage return by using:
"\n" or "\r"

The first time I enter the code, they work fine. But if I try to edit the xml file later, it will not parse correctly - the backslashes will be gone. I tested it by using double backslashes and as expected will let me edit the xml twice. It seems that each time the xml file is parsed, it eliminates one backslash etc.
User avatar
txyaaj
 
Posts: 40
Joined: Thu Feb 18, 2010 4:48 am
Location: USA

Re: vQmod Generator, Editor and Log Viewer

Postby edwardmill » Fri Apr 20, 2012 12:00 am

I have install the vqgen into my server but when I'm trying to generate the file it say that "You do not have permission to access this document" can anyone tell me what should i have to do ??????????????????????????????????
edwardmill
 
Posts: 7
Joined: Tue Apr 17, 2012 3:44 pm

Re: vQmod Generator, Editor and Log Viewer

Postby OC2PS » Tue May 01, 2012 1:50 am

I generated a file. vqgen says it was successfully generated. But where is it? I couldn't find in vqmod or vqgen or any of their subfolders... ???

At http://www.opencart-extensions.co.uk/vqgen/ above the Generate button you have radio button options
Download XML File
or Save XML File to vqmod/xml

But these options don't appear on my site when I run vqgen
OC 1.5.4.1, vQmod 2.3.2, Default theme + custom CSS

Image
My FREE extensions: Rich snippets, FB Likebox, Child theme, Add $x for free shipping, You save $x, Yes to newsletter, Product photos in email, Copy order confirmation email, Top rated items, Most reviewed items, Cant buy Out of Stock items, No tabs, Category menu w/classes, Categories w/thumbnails

OpenCart Europa

OC2PS
Csillámtetoválás,
Csillámtetoválás,
Henna
User avatar
OC2PS
 
Posts: 1033
Joined: Tue Jul 21, 2009 8:15 pm
Location: Hungary

Re: vQmod Generator, Editor and Log Viewer

Postby AvanOsch » Tue May 15, 2012 12:24 pm

Hi all,

I ran into various problems that are reported here too.
I have made a bug-fixed version, with some additions for myself.
(Added a simple Manual Installation Generator, Collapse-able generator fields)

I have already tried to contact uksitebuilder, but he has not responded yet.

Thought I'd also post my 2 cents here, as lot's of you are having the same issues I was having...
Enjoy.
Attachments
vQGen - Mod.zip
Modified/Bugfixed version of vQGen
(68.45 KiB) Downloaded 161 times
User avatar
AvanOsch
 
Posts: 106
Joined: Sat Sep 03, 2011 1:17 pm

Next

Return to vQmods

Who is online

Users browsing this forum: eric1998 and 16 guests

Hosted by Arvixe Web Hosting