coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: arlon on October 05, 2006, 01:40:11 PM

Title: No category/album list, only in homepage
Post by: 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...
Title: no gallery in homepage..
Post by: arlon on October 05, 2006, 06:50:31 PM
(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...
Title: Re: No category/album list, only in homepage
Post by: Joachim Müller 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.
Title: Re: No category/album list, only in homepage
Post by: arlon on October 05, 2006, 09:43:55 PM
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...
Title: Re: No category/album list, only in homepage
Post by: Joachim Müller on October 05, 2006, 11:00:03 PM
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.
Title: Re: No category/album list, only in homepage
Post by: arlon on October 06, 2006, 02:02:40 PM
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..)
Title: Re: No category/album list, only in homepage
Post by: Sami on October 09, 2006, 06:45:36 AM
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
Title: Re: No category/album list, only in homepage
Post by: arlon on October 10, 2006, 04:57:37 PM
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???
Title: Re: No category/album list, only in homepage
Post by: Sami on October 10, 2006, 05:05:42 PM
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
Title: Re: No category/album list, only in homepage
Post by: arlon on October 11, 2006, 09:09:27 PM
works like a charm  ;D
solutions are always simple, once you know them... :)
Title: Re: No category/album list, only in homepage
Post by: arlon on October 11, 2006, 09:10:00 PM
forgot to say thanks again ;)