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: Suche Briarpatch Theme  (Read 4113 times)

0 Members and 1 Guest are viewing this topic.

Marksberlin

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 71
    • Bilder von Berlin
Suche Briarpatch Theme
« on: May 20, 2015, 02:20:30 pm »

Hallo,
ich hatte mal eine Galerie mir folgenden Template:

http://www.coper.ttlive.de/index.php?theme=briarpatch

Hat dieses noch jemand? oder gitb es ein ähnliches?

Gruß
Mark
Logged

allvip

  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Posts: 1362
Re: Suche Briarpatch Theme
« Reply #1 on: May 20, 2015, 05:57:07 pm »

Briarpatch Theme ist für Coppermine 1.4 http://sourceforge.net/projects/coppermine/files/Themes/1.4.x/
Theme topic http://forum.coppermine-gallery.net/index.php/topic,30610.0.html

Briarpatch Theme für Coppermine 1.5x http://forum.coppermine-gallery.net/index.php/topic,78232.0.html

Für coppermine dev team not für Marksberlin (bitte bestätigen)

Ich denke, dass ist ok, auch für Coppermine 1.5 da der Code in template.html and theme.php sieht kompatibel für Coppermine 1.5.

Code für template.html:

Code: [Select]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="{LANG_DIR}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
<meta name="mssmarttagspreventparsing" content="true" />
<title>{TITLE}</title>
{META}
<link rel="stylesheet" href="themes/briarpatch/style.css" type="text/css" />
<script type="text/javascript" src="scripts.js"></script> 
</head>
<body>

{CUSTOM_HEADER}

<div class="mainblock">

  <div class="header">
    <div class="maintitle">
      <div class="gal_name">{GAL_NAME}</div>
      <div class="gal_description">{GAL_DESCRIPTION}</div>
    </div>
  </div>

  <div class="topmenu">
    <div align="right">{SYS_MENU}</div>
    <div align="center">{SUB_MENU}{ADMIN_MENU}</div>
  </div>

  <div>{GALLERY}</div>

  <div align="center">
{LANGUAGE_SELECT_FLAGS} <br />
{LANGUAGE_SELECT_LIST}{THEME_SELECT_LIST} <br />
{CUSTOM_FOOTER}
      <br />
{VANITY}
  </div>

</div>
</body>
</html>


Code für theme.php:

Code: [Select]
<?php
/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2006 Coppermine Dev Team
  v1.1 originally written by Gregory DEMAR

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.
  ********************************************
  Coppermine version: 1.4.4
  $Source:
  $Revision:
  $Author:
  $Date:
**********************************************/

define('THEME_HAS_RATING_GRAPHICS'1);
define('THEME_HAS_NAVBAR_GRAPHICS'1);
define('THEME_IS_XHTML10_TRANSITIONAL',1); // Remove this if you edit this template until
                                           // you have validated it. See docs/theme.htm.


// HTML template for template sys_menu spacer
$template_sys_menu_spacer ='::';

?>

« Last Edit: May 30, 2015, 03:33:26 pm by allvip »
Logged

Marksberlin

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 71
    • Bilder von Berlin
Re: Suche Briarpatch Theme
« Reply #2 on: May 20, 2015, 06:09:22 pm »

Muss ich die Dateien jetzt noch ändern?
Logged

allvip

  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Posts: 1362
Re: Suche Briarpatch Theme
« Reply #3 on: May 20, 2015, 06:11:58 pm »

Muss ich die Dateien jetzt noch ändern?

Nicht.
Logged

allvip

  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Posts: 1362
Re: Suche Briarpatch Theme
« Reply #4 on: May 20, 2015, 06:18:47 pm »

Für coppermine dev team not für Marksberlin

Can the theme be posted in cpg1.5 theme contributions?
Logged

Αndré

  • Administrator
  • Coppermine addict
  • ****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: Suche Briarpatch Theme
« Reply #5 on: May 29, 2015, 08:36:57 pm »

Can the theme be posted in cpg1.5 theme contributions?

If it's compatible, sure. I always credit the original theme/plugin author in the announcement thread when I port themes/plugins, so nobody thinks that I created it from scratch :)
Logged
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 19 queries.