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
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 ='::';
?>
Muss ich die Dateien jetzt noch ändern?
Für coppermine dev team not für Marksberlin
Can the theme be posted in cpg1.5 theme contributions?
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 :)