Re: Limiting Groups that can create albums in category
Ah. I think I've solved it (though an expert may care to confirm what's below, in case I've still not quite got it!).1) In Category manager, if all Groups in the 'Group(s) allowed . . .' dropbox are...
View ArticleCurve responsive theme (responsive coppermine theme)
Curve responsive theme is the curve theme made responsive just with css.I only added this styles to styles.css:[code]/******START Styles responsive theme*******************/#cpg_logo_block_logo img {...
View ArticleRe: Curve responsive theme (responsive coppermine theme)
Some details:IS 100% RESPONSIVE (everything is responsive) but not the admin pages like catmgr.php,pluginmgr.php etc.The setting for Conig-Thumbnail view-Number of columns on thumbnail page must be a...
View ArticleRe: Curve responsive theme (responsive coppermine theme)
The image on displayimage.php is also responsive but if you want to use Images to fit screen resolution plugin ( responsive image plugin )...
View ArticleRe: Curve responsive theme (responsive coppermine theme)
I can not post a DEMO because on my gallery I have edited themes.inc.php.I made this theme on localhost (my pc).
View ArticleCustom thumbnail using theme_display_thumbnails function
Looking at the themes.inc file in the includes folder. I found the display_thumbnails function. I am curious if this is how to customize the nopic thumbnail picture. How can it be...
View ArticleRe: Custom thumbnail using theme_display_thumbnails function
link: http://www.solidsnakelegacy.net/gallery
View ArticleRe: Custom thumbnail using theme_display_thumbnails function
The easiest way would be to replace the images/thumbs/thumb_nopic.png image with a custom image that has the same filename.Not recommended (also lost during upgrades):If you want to change the path or...
View ArticleRe: Custom thumbnail using theme_display_thumbnails function
I want to tie the nopic thumbnail to the theme so that way I don't have to worry about overriding the file during upgrades. I have read the documentation, and know not to edit the themes.inc file. I...
View ArticleRe: Custom thumbnail using theme_display_thumbnails function
Please upgrade firsthttp://documentation.coppermine-gallery.net/en/upgrading.htm#upgrade_whyOff the top of my head I can't think of an exact way to replace the nopic thumb in a theme.[quote...
View ArticleRe: Re: Custom thumbnail using theme_display_thumbnails function
Quote from: Jeff Bailey on Yesterday at 07:20:38 AMMaybe someone will get back to you before I can tomorrow.I'll have a look
View ArticleRe: Custom thumbnail using theme_display_thumbnails function
Copy the function theme_display_thumbnails from themes/sample/theme.php to your theme's theme.php file, if it doesn't exist.FindCode: [Select]foreach($thumb_list as $thumb) {and below, add[code]...
View ArticleRe: Custom thumbnail using theme_display_thumbnails function
Thanks Andre, what kind of mods need to be added do the display_albums sections?[code]/******************************************************************************** Section...
View ArticleRe: Custom thumbnail using theme_display_thumbnails function
Quote from: Αndré on Yesterday at 09:59:40 AMI'll have a look Thanks, your way seems a lot easier then copying the whole get_pic_url function [quote author=SolidSnake2003 link=topic=77664.msg375390#m...
View ArticleRe: Custom thumbnail using theme_display_thumbnails function
Yes it worked, thanks I now have the thumbnail without having to worry about upgrading, marking as solved.
View ArticleRe: Downloads protokollieren
André, bei mir können nur registrierte Benutzer in einigen Gruppen Highresbilder runterladen. Da die eingeloggt sind, müßten die leicht zu identifizieren sein. Mit dem Einbau einer Protokollfunktion...
View ArticleRe: Installation not working using install.php
If you are talking about customizing the way your site looks, it is in the Theme documentation I...
View ArticleRe: admin user not recognized after update
Thank you! I just did the upgrade to Coppermine 1.5.30Just for documentation purposes:1. Used PhpMyAdmin to add 'admingroups_phpbb3' with a value of '16' to my Coppermine bridge table.2. Uploaded all...
View ArticleMoving login to custom header
Found the thread where the order of the system menu links can be changed in theme.php , thought might be able to delete rest of the links and just be left with login and logout and put {SYS_MENU} in...
View ArticleDelegate Keyword Modifiers
I have a gallery of sports photography. There are dozens of events per year, and each event adds 100+ photos. To make it easier for my audience to find photos of their participants, I would like to...
View Article