Home Page Management Home Page Management
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Home Page Management

Started by mam, June 06, 2013, 06:40:01 PM

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.

mam

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  :)

lurkalot

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
Running SMF 2.1.4  / Tinyportal 3.0.1, bridged with Coppermine 1.6.25, plus cpmfetch 2.0.0

mam

@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)?  ::)

lurkalot

Quote from: mam on June 06, 2013, 08:35:46 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.

Running SMF 2.1.4  / Tinyportal 3.0.1, bridged with Coppermine 1.6.25, plus cpmfetch 2.0.0

mykee

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?
My gallery and demo for AnythingSlider, Photocols and CollagePlus plugin: http://foto.acegem.hu/index.php

mykee

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.
My gallery and demo for AnythingSlider, Photocols and CollagePlus plugin: http://foto.acegem.hu/index.php

Αndré

Quote from: mykee on August 13, 2013, 10:09:05 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.

mykee

I get this message:
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

My gallery and demo for AnythingSlider, Photocols and CollagePlus plugin: http://foto.acegem.hu/index.php

Αndré

The regex check in include/admin.inc.php requires at least 1 slash. As a workaround, something like
isotope/nonsense
works.

mykee

Thanks for help, this solved my problem.  :D
My gallery and demo for AnythingSlider, Photocols and CollagePlus plugin: http://foto.acegem.hu/index.php

Αndré

Fixed regex check in SVN revision 8614.