coppermine-gallery.com/forum

Support => Deutsch (German) => Language Specific Support => cpg1.5.x Deutsch (German) => Topic started by: Marksberlin on May 20, 2015, 02:20:30 PM

Title: Suche Briarpatch Theme
Post by: Marksberlin 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
Title: Re: Suche Briarpatch Theme
Post by: allvip 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/ (http://sourceforge.net/projects/coppermine/files/Themes/1.4.x/)
Theme topic http://forum.coppermine-gallery.net/index.php/topic,30610.0.html (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 (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:


<!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:


<?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 ='::';

?>

Title: Re: Suche Briarpatch Theme
Post by: Marksberlin on May 20, 2015, 06:09:22 PM
Muss ich die Dateien jetzt noch ändern?
Title: Re: Suche Briarpatch Theme
Post by: allvip on May 20, 2015, 06:11:58 PM
Quote from: Marksberlin on May 20, 2015, 06:09:22 PM
Muss ich die Dateien jetzt noch ändern?

Nicht.
Title: Re: Suche Briarpatch Theme
Post by: allvip 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?
Title: Re: Suche Briarpatch Theme
Post by: Αndré on May 29, 2015, 08:36:57 PM
Quote from: allvip on May 20, 2015, 06:18:47 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 :)