As I'm going to include the Coppermine Gallery in my website as an Iframe, I don't want to show The Cat./Album list on the homepage..
What I would like to include is:
The header links on top (see ex.)
Some html code to be shown only on this page in the middle
Top Rated/Random Files (like in the example)
http://www.agfx.eu/_/ is my gallery
Having a page like this, I would like the album list to appear on the category pages.
Could anyone help with this?
Thanks in advance...
(I'm trying to post this here, too..)
As I'm going to include the Coppermine Gallery in my website as an Iframe, I don't want to show The Cat./Album list on the homepage..
What I would like to include is:
The header links on top (see ex.)
Some html code to be shown only on this page in the middle
Top Rated/Random Files (like in the example)
http://www.agfx.eu/_/ is my gallery
Having a page like this, I would like the album list to appear on the other category pages.
Could anyone help with this?
Thanks in advance...
Don't double-post to draw attention to your issues - you'll accomplish the opposite. I have merged your identical postings that you posted on different sub-boards.
Quote from: GauGau on October 05, 2006, 07:17:48 PM
Don't double-post to draw attention to your issues - you'll accomplish the opposite. I have merged your identical postings that you posted on different sub-boards.
sorry, I just thought this could have been the wrong board for my request.
unfortunately, I still can't find any solutions..
-----
btw, giving negative karma for two posts (which I signaled on the second) seems REALLY unfair...
Starting a meta discussion about karma (http://forum.coppermine-gallery.net/index.php?topic=26826.0) (which is a rating tool for supporters and contributors to flag users who disrespect board rules) won't get your questions answered nor will it make supporters more willing to look into your issues. It's not supporters who misbehaved, but you.
I can perfectly understand your point of view..
I just can't understand how "not helping" could be more useful than a simple reminder..?
Being "punished" for not being able to delete your own message or moving it to another board.. well it seems un-proportional.
My website is stuck, I need help mainly because (being a simple graphic designer) I have never done anything in php.. of course I can't expect people rushing to answer my questions.. still spending time for basic board moderation instead of trying to answer.. I'm sorry, but it'd look like a waste of time to me.
(This is my last post about this, I just wanted to share a point of view..)
Quote from: arlon on October 05, 2006, 01:40:11 PM
As I'm going to include the Coppermine Gallery in my website as an Iframe, I don't want to show The Cat./Album list on the homepage..
What I would like to include is:
The header links on top (see ex.)
Some html code to be shown only on this page in the middle
Top Rated/Random Files (like in the example)
http://www.agfx.eu/_/ is my gallery
Having a page like this, I would like the album list to appear on the category pages.
Could anyone help with this?
Thanks in advance...
Create a custom index from gallery's index.php and remove
switch/case for
catlist may help you
Thank you, that worked perfectly (renaming "catlist" was the solution)!
Now the only thing I need to do is including an external file right above that part, a simple php include doesn't seem to work..
Is there any specific place where to put it???
create a custom case something like mycontent and put include statement under that case and after that put mycontent as a value under
config=>Album list view=>The content of the main page
works like a charm ;D
solutions are always simple, once you know them... :)
forgot to say thanks again ;)