Post by uksitebuilder » Tue Dec 06, 2011 4:17 pm

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

User avatar
Guru Member

Posts

Joined
Thu Jun 09, 2011 11:37 pm
Location - United Kindgom

Post by SXGuy » Tue Dec 06, 2011 7:17 pm

brilliant! this will def come in handy, as i planned to make vqmod's instead of editing files in the future.

Active Member

Posts

Joined
Sun Nov 08, 2009 2:07 am

Post by marcelwoo » Tue Dec 06, 2011 11: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
Active Member

Posts

Joined
Tue Mar 29, 2011 1:45 am

Post by uksitebuilder » Wed Dec 07, 2011 5:27 am

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
Guru Member

Posts

Joined
Thu Jun 09, 2011 11:37 pm
Location - United Kindgom

Post by dony_b » Wed Dec 07, 2011 6:54 am

This makes it so much easier .thanks

User avatar
Active Member

Posts

Joined
Wed Aug 18, 2010 9:56 pm
Location - Boston, MA

Post by uksitebuilder » Thu Dec 08, 2011 7:24 am

Small update added to fix bu with file names when saved cutting out any underscores.

User avatar
Guru Member

Posts

Joined
Thu Jun 09, 2011 11:37 pm
Location - United Kindgom

Post by uksitebuilder » Sun Dec 11, 2011 4:05 am

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
Guru Member

Posts

Joined
Thu Jun 09, 2011 11:37 pm
Location - United Kindgom

Post by jimaras » Sun Dec 11, 2011 5:09 pm

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

http://e-kreopoleio.com/


Active Member

Posts

Joined
Thu Sep 15, 2011 1:45 am

Post by uksitebuilder » Sun Dec 11, 2011 5:52 pm

Thanks for the heads-up

I have updated to add stricter variable checks for users with high error reporting settings.

User avatar
Guru Member

Posts

Joined
Thu Jun 09, 2011 11:37 pm
Location - United Kindgom

Post by jason.sang » Tue Dec 27, 2011 2:04 pm

Good work, good tool!
Thank you!

Newbie

Posts

Joined
Sat Dec 24, 2011 1:46 pm

Post by marcelwoo » Tue Dec 27, 2011 9: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
Active Member

Posts

Joined
Tue Mar 29, 2011 1:45 am

Post by marvmen21 » Wed Dec 28, 2011 5:55 am

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


Active Member

Posts

Joined
Tue Nov 09, 2010 4:54 am

Post by open-electronics.org » Wed Dec 28, 2011 7:06 pm

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


Posts

Joined
Wed Dec 28, 2011 7:00 pm

Post by uksitebuilder » Wed Jan 18, 2012 2:14 am

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
Guru Member

Posts

Joined
Thu Jun 09, 2011 11:37 pm
Location - United Kindgom

Post by educolo » Fri Feb 10, 2012 1:59 am

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

Newbie

Posts

Joined
Fri Feb 10, 2012 1:56 am

Post by uksitebuilder » Fri Feb 17, 2012 8: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
Guru Member

Posts

Joined
Thu Jun 09, 2011 11:37 pm
Location - United Kindgom

Post by txyaaj » Sun Mar 04, 2012 1:54 pm

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
New member

Posts

Joined
Thu Feb 18, 2010 12:48 pm
Location - USA

Post by edwardmill » Fri Apr 20, 2012 8: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 ??????????????????????????????????

Newbie

Posts

Joined
Tue Apr 17, 2012 11:44 pm

Post by OC2PS » Tue May 01, 2012 9: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

OC2PS
OC 3.0.3.7, vQmod 2.6.2, Journal3 theme
Arcfesték, Csillámtetoválás, Henna
Image
Check out: All my extensions | My FREE extensions


User avatar
Active Member

Posts

Joined
Wed Jul 22, 2009 4:15 am
Location - Hungary

Post by AvanOsch » Tue May 15, 2012 8: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

Modified/Bugfixed version of vQGen


User avatar
Active Member

Posts

Joined
Sat Sep 03, 2011 9:17 pm
Who is online

Users browsing this forum: No registered users and 16 guests