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: a couple of theme making questions  (Read 5455 times)

0 Members and 1 Guest are viewing this topic.

Ian

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
a couple of theme making questions
« on: December 19, 2003, 11:56:04 am »

Hi
I love coppermine and I'm making a theme, but I've run into a few bugs.

Problem 1:
I have a load of "page breaks" in the thumbnail view page:

(https://forum.coppermine-gallery.net/proxy.php?request=http%3A%2F%2Fwww.zarron.co.uk%2Ffiledump%2Fthumb001.JPG&hash=4358d52a5d4b6ec5e76d38e1ba1260d022adc6f9)

These breaks only appear on this specific page, looking at the outputted code it looks like this:

Code: [Select]

<!-- Start standard table -->
<table align="center" width="100%" cellspacing="1" cellpadding="0">

<tr>
<td colspan="3""><span class="bodyfont"><a href=index.php>Home</a> > <a href=index.php?cat=2>December 2003</a> > <a href=thumbnails.php?album=5>Sarah</a></span></td>
</tr>

<!-- Start standard table -->
<table align="center" width="100%" cellspacing="1" cellpadding="0">
</table>
<!-- End standard table -->

<!-- Start standard table -->
<table align="center" width="100%" cellspacing="1" cellpadding="0">
        <tr>
                <td colspan="4"><table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" width="81%"><span class="headline">Sarah</span><br>
<span class="subhead">SORT&nbsp;BY TITLE&nbsp;</span><a href="thumbnails.php?album=5&page=1&sort=ta" title="Sort by title ascending">+</a>&nbsp;<a href="thumbnails.php?album=5&page=1&sort=td" title="Sort by title descending">-</a>&nbsp;&nbsp;<span class="subhead">SORT&nbsp;BY FILE NAME&nbsp;</span><a href="thumbnails.php?album=5&page=1&sort=na" title="Sort by name ascending">+</a>&nbsp;<a href="thumbnails.php?album=5&page=1&sort=nd" title="Sort by name descending">-</a>&nbsp;&nbsp;<span class="subhead">SORT&nbsp;BY DATE&nbsp;</span><a href="thumbnails.php?album=5&page=1&sort=da" title="Sort by date ascending">+</a>&nbsp;<a href="thumbnails.php?album=5&page=1&sort=dd" title="Sort by date descending">-</a></td>
</tr>
</table>


Problem 2:
At the bottom of each page it says something like "19 pictures on 1 page(s)" etc, I can't find this to change the css for it - at the moment it has no font markup on it.

Thanks to anyone who can help  :wink:
Logged

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
a couple of theme making questions
« Reply #1 on: December 19, 2003, 01:19:17 pm »

sorry, I made a mistake, so removed post.
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

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
a couple of theme making questions
« Reply #2 on: December 19, 2003, 01:35:25 pm »

ok, 2nd go.

try this istead of your code;

Code: [Select]
<!-- Start standard table -->
<table align="center" width="100%" cellspacing="1" cellpadding="0">

<tr>
<td colspan="3""><span class="bodyfont"><a href=index.php>Home</a> > <a href=index.php?cat=2>December 2003</a> > <a href=thumbnails.php?album=5>Sarah</a></span></td>
</tr>
 </table>
<!-- End standard table -->

<!-- Start standard table -->
<table align="center" width="100%" cellspacing="1" cellpadding="0">
        <tr>
                <td colspan="4">
                                <table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" width="81%"><span class="headline">Sarah</span><br>
<span class="subhead">SORT&nbsp;BY TITLE&nbsp;</span><a href="thumbnails.php?album=5&page=1&sort=ta" title="Sort by title ascending">+</a>&nbsp;<a href="thumbnails.php?album=5&page=1&sort=td" title="Sort by title descending">-</a>&nbsp;&nbsp;<span class="subhead">SORT&nbsp;BY FILE NAME&nbsp;</span><a href="thumbnails.php?album=5&page=1&sort=na" title="Sort by name ascending">+</a>&nbsp;<a href="thumbnails.php?album=5&page=1&sort=nd" title="Sort by name descending">-</a>&nbsp;&nbsp;<span class="subhead">SORT&nbsp;BY DATE&nbsp;</span><a href="thumbnails.php?album=5&page=1&sort=da" title="Sort by date ascending">+</a>&nbsp;<a href="thumbnails.php?album=5&page=1&sort=dd" title="Sort by date descending">-</a></td>
</tr>
</table> </td></tr>
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

Ian

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
a couple of theme making questions
« Reply #3 on: December 19, 2003, 01:56:09 pm »

thanks for the help....but

the code I posted is the resulting code as seen in the browser - I have no idea where in the theme.php this info is located  :oops:  :?
Logged

Ian

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
a couple of theme making questions
« Reply #4 on: December 19, 2003, 06:25:13 pm »

can anyone help?  :cry:
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Logged

Ian

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
a couple of theme making questions
« Reply #6 on: December 20, 2003, 12:31:54 pm »

Quote from: "gaugau"
http://coppermine.sourceforge.net/faq.php?q=lamesupport#lamesupport

GauGau


??? Is that supposed to be german humor?  :roll:
Very amusing, but it doesn't help me
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
a couple of theme making questions
« Reply #7 on: December 21, 2003, 01:17:40 pm »

your follow-up-posting #1: 19.Dec.2003 13:56  h (CET)
your follow-up-posting #2: 19.Dec.2003 18:25  h (CET)
--------------------------------------------------------------
Difference: 4 hours 29 minutes
===================================
That's why I posted the link on the "lame support" issue in the faq: bumping on a posting after only hours (not days) have passed means asking for help like you were on some kind of a hotline. I just wanted to point out that this board is not a hotline, you can't expect to get help that fast! If I come across such "speed postings" I decide not to support at all and leave it to others.

GauGau

P.S. no "German humour" in the posting: you should know better - the terms "humour" and "Germans" don't go along that well :wink: . We're all that busy building cars, eating Kraut and drinking beer, we can't afford a sense of humour...
Logged

Oasis

  • VIP
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 252
  • iNSiGNiA
    • Pixnet Gallery
a couple of theme making questions
« Reply #8 on: December 21, 2003, 06:04:55 pm »

Problem 1: You have an extra starttable directly after the breadcrumb
Problem 2: in style.css > tableh1_compact
Logged
Pixnet Gallery: http://www.pixnet.net
iNSiGNiA Weblog: http://www.jayliu.org

NorbertGutscher

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 49
    • http://www.menschen-foto.de
a couple of theme making questions
« Reply #9 on: December 21, 2003, 06:35:41 pm »

Quote from: "Ian"


??? Is that supposed to be german humor?  :roll:
Very amusing, but it doesn't help me


Ian.
Please note that this is NOT a general kind of german humor.
This is the humor of the masters of CP-univers and you are not alone with such an irritation.
Logged

Oasis

  • VIP
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 252
  • iNSiGNiA
    • Pixnet Gallery
a couple of theme making questions
« Reply #10 on: December 21, 2003, 07:28:24 pm »

well that's not a very nice thing to say is it...  :?
Considering the dev team had no obligation to give anyone support in the first place AND the faq has clear rules on how to ask questions. This project is being developed in everyone's free time, and no one is getting paid even for the programming.

You will find out that if you ask questions nicely and are patient, you will get your answers. No need to be rude is there.
Logged
Pixnet Gallery: http://www.pixnet.net
iNSiGNiA Weblog: http://www.jayliu.org

NorbertGutscher

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 49
    • http://www.menschen-foto.de
a couple of theme making questions
« Reply #11 on: December 21, 2003, 07:54:06 pm »

Quote from: "oasis"
well that's not a very nice thing to say is it...  :?
Considering the dev team had no obligation to give anyone support in the first place AND the faq has clear rules on how to ask questions. This project is being developed in everyone's free time, and no one is getting paid even for the programming.

You will find out that if you ask questions nicely and are patient, you will get your answers. No need to be rude is there.


nobody here "has" to answer a support question. there are many ways of help. but some answers are pure senseless degradations. the result is Ian's thinking of german humor.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
a couple of theme making questions
« Reply #12 on: December 21, 2003, 09:59:00 pm »

flame off, please...
Topic locked!

GauGau
Logged
Pages: [1]   Go Up
 

Page created in 0.021 seconds with 18 queries.