Search…

X3 Photo Gallery Support Forums

Search…
 
geektech
Topic Author
Posts: 8
Joined: 06 May 2015, 08:01

Photo support X2 VS X3

10 Aug 2016, 10:47

I have used X2 for years and i do have over 18K photos inn my gallery , how many photos do X3 support and do it support Sub directories ?
and whats up withe the numbers example 1.2016_08_10    i mean the 1 inn the front of a folder . 
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

Re: Photo support X2 VS X3

10 Aug 2016, 12:58

geektech wrote:I have used X2 for years and i do have over 18K photos inn my gallery , how many photos do X3 support?
With the latest X3 0.18 version, you should not have any problems running X3 with a large amount of photos and folders. There is no specific limit, as long as your server is OK.
geektech wrote:and do it support Sub directories?
X3 supports unlimited subfolders, and menu's will simply expand with submenu's. You should plan properly though, and possibly consider using the sidebar menu. You could also consider using the mega menu like with have for "examples" in the demo gallery, although that requires exactly 3 levels: Top > category > folder.
geektech wrote:and whats up withe the numbers example 1.2016_08_10    i mean the 1 inn the front of a folder . 
This is the logic decided upon to set the SORT order of pages within their parent folder. The number preceding the name, will not show in the URL: "1.2016_08_10" becomes /2016_08_10/. I could explain in detail why we chose to do it like this, but basically it allows us to sort folders without having to store the order in a separate data file, which would be fragile when you rename/move things around. We may improve this in a future version, and allow sort by date/name, without using the number.
 
geektech
Topic Author
Posts: 8
Joined: 06 May 2015, 08:01

Re: Photo support X2 VS X3

12 Aug 2016, 09:31

i do get the hang of it now .... 

but there is some errors 

[09-Aug-2016 23:33:23 UTC] PHP Notice:  Undefined variable: hide in /public_html/x3/app/menu.inc.php on line 96
[09-Aug-2016 23:33:23 UTC] PHP Notice:  Undefined variable: hide in /public_html/x3/app/menu.inc.php on line 96

Stack trace:
#0 /public_html/x3/app/parsers/template-parser.inc.php(14): TemplateParser::find_template('./templates/pag...')
#1 /public_html/x3/app/asset-types/page.inc.php(61): TemplateParser::parse(Array, './templates/pag...')
#2 /public_html/x3/app/cache.inc.php(199): Page->parse_template()
#3 /public_html/x3/app/stacey.inc.php(103): Cache->create('custom/404', './content/custo...', true)
#4 /public_html/x3/app/stacey.inc.php(209): Stacey->render('./content/custo...', './templates/pag...')
#5 /public_html/x3/app/stacey.inc.php(368): Stacey->create_page('./content/custo...')
#6 /public_html/x3/app/stacey.inc.php(343): Stacey->not_found()
#7 /public_html/x3/index.php(28): Stacey->__construct(Array)
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

Re: Photo support X2 VS X3

12 Aug 2016, 12:48

geektech wrote:but there is some errors 
https://forum.photo.gallery/viewtopic.p ... 561#p40561