Zen Cart Logo
Forums / All Other Contributions/Addons / Define Pages Generator addon - Support

Define Pages Generator addon - Support

Views: 29,960

Results 61 to 80 of 137
25 Dec 2007, 1:57 AM
#61
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Define Pages Generator addon - Support

Hi bwj, here is another idea for the next version:

  1. Can the program remembers the location to store the page from the last time I use it?
  2. Also, a field to specify the "language" can be helpful some times, of course the default is english.
13 Jan 2008, 5:41 PM
#62
tropheus avatar

tropheus

New Zenner

Join Date:
Jun 2004
Posts:
25
Plugin Contributions:
0

Re: Define Pages Generator addon - Support

Hi banswidthjunkie,

Thank you for this brilliant little app, it's taken me all of 10 minutes to add 3 new pages to the "more information" side box!

13 Jan 2008, 5:44 PM
#63
banswidthjunkie avatar

banswidthjunkie

Zen Follower

Join Date:
Nov 2007
Posts:
167
Plugin Contributions:
1

Re: Define Pages Generator addon - Support

@tropheus <- cheers

20 Jan 2008, 8:05 PM
#64
tropheus avatar

tropheus

New Zenner

Join Date:
Jun 2004
Posts:
25
Plugin Contributions:
0

Re: Define Pages Generator addon - Support

Does anyone know if there is a maximum amount of pages that you can create in Zen Cart?

20 Jan 2008, 10:38 PM
#65
rainthebat avatar

rainthebat

Zen Follower

Join Date:
Feb 2007
Posts:
314
Plugin Contributions:
0

Re: Define Pages Generator addon - Support

How many do you plan on creating?

20 Jan 2008, 10:47 PM
#66
tropheus avatar

tropheus

New Zenner

Join Date:
Jun 2004
Posts:
25
Plugin Contributions:
0

Re: Define Pages Generator addon - Support

I am thinking of creating a gallery within Zen Cart - probably 200+

21 Jan 2008, 1:20 PM
#67
banswidthjunkie avatar

banswidthjunkie

Zen Follower

Join Date:
Nov 2007
Posts:
167
Plugin Contributions:
1

Re: Define Pages Generator addon - Support

I would have thought that the only limit would come from the number of defined constants. I think that you add 2 per page.

I reckon that 200 wouldn't cause any problems. The only practical issue that I could see is that so many files would get included every time the page loaded that things might get very slow, if you had over 1000 then this might start to happen. I have no idea how php deals with caching or memory.

Just an idea, but managing 200+ pages manually sounds like a nightmare, isn't there another solution?

21 Jan 2008, 3:40 PM
#68
rainthebat avatar

rainthebat

Zen Follower

Join Date:
Feb 2007
Posts:
314
Plugin Contributions:
0

Re: Define Pages Generator addon - Support

I put up a gallery that only has 12 pages right now (one for each month), but I wanted about four times that many so people would'nt have to scroll down so far and so each page loaded quicker (I am still thinking of implementing this one).

I would have loved to do a gallery using php and having a script that simply calls up the pictures in a directory, and maybe even thumbnails them automatically. I could not find a script that would call up an image and name it correctly (one line with persons name, next line with thier quilt name), so I gave up that search. I resorted javascript and html, but like I say would much rather have found a php solution.

If anyone has any recommendations, maybe you'd help both of us out ;)

28 Jan 2008, 8:08 PM
#69
nmuta avatar

nmuta

New Zenner

Join Date:
Mar 2004
Posts:
76
Plugin Contributions:
0

Re: Define Pages Generator addon - Support

THIS MOD (DefinePageGenerator) is EXCELLENT!!!!!!!!!!!

Vista has .NET already pre-installed, so it took literally seconds for me to generate a new page! I had to do a file comparison with the remote server to make sure I know which pages to upload, but this took seconds.

This mod is a HUGE time saver. Thanks a ton!!!

28 Jan 2008, 8:23 PM
#70
banswidthjunkie avatar

banswidthjunkie

Zen Follower

Join Date:
Nov 2007
Posts:
167
Plugin Contributions:
1

Re: Define Pages Generator addon - Support

nmuta:

THIS MOD (DefinePageGenerator) is EXCELLENT!!!!!!!!!!!

Vista has .NET already pre-installed, so it took literally seconds for me to generate a new page! I had to do a file comparison with the remote server to make sure I know which pages to upload, but this took seconds.

This mod is a HUGE time saver. Thanks a ton!!!
glad you like it.

28 Jan 2008, 10:57 PM
#71
atc avatar

atc

New Zenner

Join Date:
Jul 2007
Location:
Manitowoc, WI
Posts:
66
Plugin Contributions:
1

Re: Define Pages Generator addon - Support

rainthebat:

I put up a gallery that only has 12 pages right now (one for each month), but I wanted about four times that many so people would'nt have to scroll down so far and so each page loaded quicker (I am still thinking of implementing this one).

I would have loved to do a gallery using php and having a script that simply calls up the pictures in a directory, and maybe even thumbnails them automatically. I could not find a script that would call up an image and name it correctly (one line with persons name, next line with thier quilt name), so I gave up that search. I resorted javascript and html, but like I say would much rather have found a php solution.

If anyone has any recommendations, maybe you'd help both of us out ;)

There is a little gallery that works with zen cart only 2 small errors that I need to fix.
You can look at it at http://atcakes.com/index.php?main_page=gallery

These are the errors

Notice: Undefined variable: flag_disable_footer in C:\Inetpub\wwwroot\includes\templates\atcakes\common\tpl_footer.php on line 24

Notice: Object of class queryFactoryResult could not be converted to int in C:\Inetpub\wwwroot\includes\application_bottom.php on line 16

29 Jan 2008, 6:50 AM
#72
atc avatar

atc

New Zenner

Join Date:
Jul 2007
Location:
Manitowoc, WI
Posts:
66
Plugin Contributions:
1

Re: Define Pages Generator addon - Support

ATC:

There is a little gallery that works with zen cart only 2 small errors that I need to fix.
You can look at it at http://atcakes.com/index.php?main_page=gallery

These are the errors

Notice: Undefined variable: flag_disable_footer in C:\Inetpub\wwwroot\includes\templates\atcakes\common\tpl_footer.php on line 24

Notice: Object of class queryFactoryResult could not be converted to int in C:\Inetpub\wwwroot\includes\application_bottom.php on line 16

Notice: Undefined variable: flag_disable_footer in C:\Inetpub\wwwroot\includes\templates\atcakes\common\tpl_footer.php on line 24
I found the fix to this from a old post from DrByte

Any help with Notice: Object of class queryFactoryResult could not be converted to int in C:\Inetpub\wwwroot\includes\application_bottom.php on line 16
Looked all over... any help please ? The gallery looks worth while to me.

29 Jan 2008, 7:09 AM
#73
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Define Pages Generator addon - Support

I think you are going off topic here, please open another topic for this. The thread is dedicated to Define Pages Generator only.

30 Jan 2008, 3:38 AM
#74
atc avatar

atc

New Zenner

Join Date:
Jul 2007
Location:
Manitowoc, WI
Posts:
66
Plugin Contributions:
1

Re: Define Pages Generator addon - Support

Your Right

24 Feb 2008, 6:41 AM
#75
tradition avatar

tradition

New Zenner

Join Date:
Aug 2007
Posts:
18
Plugin Contributions:
0

Re: Define Pages Generator addon - Support

Will the Define Pages Generator work alright with 1.3.8 and 1.3.8.a?

24 Feb 2008, 7:09 PM
#76
rainthebat avatar

rainthebat

Zen Follower

Join Date:
Feb 2007
Posts:
314
Plugin Contributions:
0

Re: Define Pages Generator addon - Support

Yes, it outputs all the correct pages for 1.3.8 etc. It will most likely work for many versions to come as well.

8 Mar 2008, 9:18 PM
#77
cs_jono avatar

cs_jono

Inactive

Join Date:
Oct 2007
Posts:
187
Plugin Contributions:
0

Re: Define Pages Generator addon - Support

Hey when I go to use this tool I get this messsage that pops up....

Application attempted to perform an operation not allowed by the security policy. To grant this application the required permission, contact your system administrator, or use the Microsoft .NET Framework Configuration tool.

If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately.

Request for the permission of type
'System.Security.Permissions.FilelOPermission, mscorlib, Version=2.0.0.9, Culture=neutral, PublicKeyToken=b77a5c671934e089

Does any one now how to fix this?

21 Mar 2008, 7:32 PM
#78
curiosus avatar

curiosus

New Zenner

Join Date:
Mar 2008
Posts:
3
Plugin Contributions:
0

Re: Define Pages Generator addon - Support

I am also very happy to find this great tool. Especially big thanks to you for the good manual.

But now my question to you, BWJ. In site 1 of this thread you wrote:

I'm currently working on a mod that allows you to create menu structures from define pages, so you can make it look like they are nested inside each other. For example putting all the information pages inside a main information page.
I'm very interested in creating menus with first and second levels for zen cart. Have you developed such a little tool to do this? That would be great.

21 Mar 2008, 7:39 PM
#79
curiosus avatar

curiosus

New Zenner

Join Date:
Mar 2008
Posts:
3
Plugin Contributions:
0

Re: Define Pages Generator addon - Support

Excuse me please. After sending my post, I realized, that you didn't mean the menu structure of define pages. You mean the menu structure of Zen Cart.
Sorry.:blush:

6 May 2008, 6:56 AM
#80
sandeep avatar

sandeep

New Zenner

Join Date:
May 2008
Posts:
1
Plugin Contributions:
0

Re: Define Pages Generator addon - Support

These are the errors

Notice: Object of class queryFactoryResult could not be converted to int in /xxxxxx/xxxxxx/public_html/final/includes/application_bottom.php on line 16