Advanced search  

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

Pages: [1]   Go Down

Author Topic: [Solved]: 1.3.1 Template  (Read 5928 times)

0 Members and 1 Guest are viewing this topic.

RonanOF

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
[Solved]: 1.3.1 Template
« on: July 24, 2004, 05:50:30 pm »

Hello.  I have only just installed this as a first time user, and would like to know how to remove the 'Random Files' and 'Latest Addition' sections of the main page?

Thanks
Ronan.
« Last Edit: July 28, 2004, 09:53:21 am by GauGau »
Logged

kegobeer

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 4637
  • Beer - it does a body good!
    • The Kazebeer Family Website
Re: 1.3.1 Template
« Reply #1 on: July 24, 2004, 06:35:25 pm »

Read the included documention.  It's all in there.
Logged
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

RonanOF

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Re: 1.3.1 Template
« Reply #2 on: July 25, 2004, 08:54:14 pm »

I am sorry, I can not find it in the documentation.  Ahh!  Could soemone point me in the right direction.

Also, I was wondering if it is possible, to include more than 4 pictures on the main page for the album?  Have more?  Then click the title to see all the pictures?

Thanks
DC.
Logged

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Logged
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

RonanOF

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Re: 1.3.1 Template
« Reply #4 on: July 25, 2004, 10:37:35 pm »

Is there anyone I can contact for more 1-on-1 help.  I dont understand how that fits into the source coding you see!

Also, there are a few other things I would like done, that I know cna be done, but can not figure out how to use it?!

Anyone willing ot help me?
Logged

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Re: 1.3.1 Template
« Reply #5 on: July 25, 2004, 10:55:07 pm »

These are not source code issues.

Use the 'contents of main page' as described in the docs, to change the display of things such as random or lastup.

Use the thumbnail settings to set how many images are shown per page etc.

It's all straight forward.
Logged
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

RonanOF

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Re: 1.3.1 Template
« Reply #6 on: July 26, 2004, 11:16:39 am »

OK, fixed the view of the main page.

Just wondering if it is possible to show the album when the page is loaded, without having to click on the album title.

If this is not possible then cn you change it so that more than 4 photos show up for the album on the main page.

Thanks
DC.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: 1.3.1 Template
« Reply #7 on: July 26, 2004, 11:47:00 am »

The questions you're asking are being answered in the documentation - you have been told so before; read all of it! We won't answer questions that are obvious if you have read the docs. If you think your question hasn't been answered in the docs, please search the board first.

GauGau
Logged

RonanOF

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Re: 1.3.1 Template
« Reply #8 on: July 26, 2004, 02:04:39 pm »

OK will go through the documentation.  I may like to point out that I do find it rather confusing.

Thanks for your help.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: 1.3.1 Template
« Reply #9 on: July 26, 2004, 10:04:30 pm »

you're welcome to suggest changes in the docs...

GauGau
Logged

RonanOF

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Re: 1.3.1 Template
« Reply #10 on: July 27, 2004, 07:20:28 am »

NO changes really, it's just that it took me a while to figure what goes where.

Actually one things I cant find in the doumentation is if I can get rid of the Last uploads :: Last comments :: Most viewed :: Top rated :: My Favorites :: Search on the themes?

Thanks,  The gallery is excellent.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: 1.3.1 Template
« Reply #11 on: July 27, 2004, 07:41:53 am »

to get rid of menu items, edit themes/yourtheme/theme.php and comment the entries out, e.g. find
Code: [Select]
                        <br />
                        <a href="{LASTUP_TGT}">{LASTUP_LNK}</a> ::
                        <a href="{LASTCOM_TGT}">{LASTCOM_LNK}</a> ::
                        <a href="{TOPN_TGT}">{TOPN_LNK}</a> ::
                        <a href="{TOPRATED_TGT}">{TOPRATED_LNK}</a> ::
                        <a href="{FAV_TGT}">{FAV_LNK}</a> ::
                        <a href="{SEARCH_TGT}">{SEARCH_LNK}</a>
and replace with
Code: [Select]
                        <br />
                        <!--<a href="{LASTUP_TGT}">{LASTUP_LNK}</a> ::
                        <a href="{LASTCOM_TGT}">{LASTCOM_LNK}</a> ::
                        <a href="{TOPN_TGT}">{TOPN_LNK}</a> ::
                        <a href="{TOPRATED_TGT}">{TOPRATED_LNK}</a> ::
                        <a href="{FAV_TGT}">{FAV_LNK}</a> ::-->
                        <a href="{SEARCH_TGT}">{SEARCH_LNK}</a>

GauGau

P.S. Did I mention we have a "one question per thread" policy? I think we already answered a lot of question on this thread - please do only post on this thread if you want to reply to existing issues, new questions should go into new threads (although the "how do I remove the menu item xxx" question has been asked a thousand times and would have been solved easily if you had serached the board first.
Logged

RonanOF

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Re: 1.3.1 Template
« Reply #12 on: July 28, 2004, 09:30:33 am »

Sorry I did not relaise!  Please feel free to close this thread now!
Logged
Pages: [1]   Go Up
 

Page created in 0.034 seconds with 19 queries.