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: Theme Errror Meltingfilm top?  (Read 3332 times)

0 Members and 1 Guest are viewing this topic.

asw909

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 6
    • amodelofcontrol.com
Theme Errror Meltingfilm top?
« on: March 14, 2005, 01:49:59 am »

For some reason on this theme, it appears that the descriptions etc within the category display (example here) are doubling up.

Had a quick hunt through the coding, but I can't quite find what is wrong (only mod I have made to the coding at all was to add my logo at the top, and then the notes section at the top - and this problem existed before that)

Any ideas?
« Last Edit: March 19, 2005, 08:20:11 am by GauGau »
Logged

Nibbler

  • Guest
Re: Theme Errror Meltingfilm top?
« Reply #1 on: March 14, 2005, 03:02:30 pm »

Seems to be an error in the theme, the problem is in theme.php, around here:

Code: [Select]
                <td width="100%" height="100%" valign="top" class="tableb_compact">
                        {ADMIN_MENU}
                        <p>{ALB_DESC}</p>
<div style="width:100%;height:150px;position:relative;overflow:auto">
                        {ADMIN_MENU}
                        <p>{ALB_DESC}</p>
                        <p class="album_stat">{ALB_INFOS}</p>
    </div>
                </td>

The placeholder tags are duplicated, so one set should removed. Not sure which ones though as I don't have the means to test currently.
Logged

asw909

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 6
    • amodelofcontrol.com
Re: Theme Errror Meltingfilm top?
« Reply #2 on: March 18, 2005, 07:13:44 pm »

Seems to be an error in the theme, the problem is in theme.php, around here:

Code: [Select]
<td width="100%" height="100%" valign="top" class="tableb_compact">
 {ADMIN_MENU}
 <p>{ALB_DESC}</p>
<div style="width:100%;height:150px;position:relative;overflow:auto">
 {ADMIN_MENU}
 <p>{ALB_DESC}</p>
 <p class="album_stat">{ALB_INFOS}</p>
  </div>
 </td>

The placeholder tags are duplicated, so one set should removed. Not sure which ones though as I don't have the means to test currently.

Fantastic - that worked. It is the first instance of the placeholder tag that needs removing. Cheers :-)
Pages: [1]   Go Up
 

Page created in 0.228 seconds with 19 queries.