forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: mam on June 06, 2013, 06:40:01 pm

Title: Home Page Management
Post by: mam on June 06, 2013, 06:40:01 pm
Hi there, no panel found in config to manage home page items  :-\ Anybody knows how to to do that, eg. I want to put 20 latest uploaded photos or 15 high rated ones in home page so no options I discovered  ??? I worked 4 a sec on main theme's php and html files (curve default) and surf the net to find something, couldn't reach a bit; please help  :)
Title: Re: Home Page Management
Post by: lurkalot on June 06, 2013, 08:01:35 pm
When you say "Home page" I'm assuming you mean the Coppermine home page?  If so take a look at this. http://documentation.coppermine-gallery.net/en/configuration.htm#admin_album_list_content
Title: Re: Home Page Management
Post by: mam on June 06, 2013, 08:35:46 pm
@luk thank you so much for response, I found everything here: http://coppermine-gallery.net/demo/cpg14x/docs/  :D
another slight issue I have to tell ya as an admin: why coppermine is so much old fashion while it's one of the best gallery scripts around the net? Isn't it time to work more on themes and styles (+security and seo)?  ::)
Title: Re: Home Page Management
Post by: lurkalot on June 06, 2013, 08:51:50 pm

why coppermine is so much old fashion while it's one of the best gallery scripts around the net? Isn't it time to work more on themes and styles (+security and seo)?  ::)


I think there's a few ideas in the pipeline, although this won't happen over night. ;) 

If your problem is fixed, then please mark topic as solved by clicking the "Topic Solved" button below. Thanks.

Title: Re: Home Page Management
Post by: mykee on August 13, 2013, 10:09:05 pm
Just a question: how can I set content without alblist and catlist options?
I wrote a plugin, and I no need these options, just my plugin. But when try save this options, then I cannot save, I get an error. Need a minimum catlist option in this options. But catlist is there in menu.  ::)
Any way possible disable catlist and alblist option?
Title: Re: Home Page Management
Post by: mykee on August 13, 2013, 10:36:41 pm
And secont thing: if add alblist only, then this not show, it's ok (to me), but possible add a button to catlist to menu? Now no include categories list in menu... If this possible, then my problem will solved.
Title: Re: Home Page Management
Post by: Αndré on August 21, 2013, 12:11:16 pm
when try save this options, then I cannot save, I get an error

Please post the error message and the current value of the corresponding config option, as I can remove both alblist and catlist without an issue.
Title: Re: Home Page Management
Post by: mykee on August 21, 2013, 06:42:00 pm
I get this message:
Code: [Select]
The value you have set for «The content of the main page» is invalid, please review it.
I attached my settings under album list views

Title: Re: Home Page Management
Post by: Αndré on August 22, 2013, 09:28:31 am
The regex check in include/admin.inc.php requires at least 1 slash. As a workaround, something like
Code: [Select]
isotope/nonsenseworks.
Title: Re: Home Page Management
Post by: mykee on August 22, 2013, 06:13:21 pm
Thanks for help, this solved my problem.  :D
Title: Re: Home Page Management
Post by: Αndré on October 31, 2013, 04:47:26 pm
Fixed regex check in SVN revision 8614.