Re: How to enable viewing an album on a website
Thank you.I did download and unpack the cpg15x folder into a temporary map on my computer, and renamed him to AfbeeldingenThen I used Filezilla to upload the map Afbeeldingen into the public-html...
View ArticleRe: How to enable viewing an album on a website
Hi Janno,Glad you got it sorted. You may have mussed it, but at the bottom of each post there is a blue area where there is a button marked "Topic Solved". That allows you to close or re-open your own...
View ArticleRe: Time delay picture posting mod
Loaded and stacked, we shall see tomorrow if it works. Thanks!!
View ArticleMaking the "help"-screens better readable
The "Help"-screens are displaying a black text on a (dark) blue background.Therefore the text is not easy readable.And apart from that, it might be an idea to give the users the possibiltyto enlarge...
View ArticleRe: Making the "help"-screens better readable
I guess I would have to agree that, in the default 'curve' theme, the help screen lacks some readability. The idea behind having different 'themes' is so that one can make their site have the visual...
View ArticleRe: Making the "help"-screens better readable
Well, an experienced user could walk that path.But newbies like me for sure are not capable to switch between themes, let alone to change a theme.Apart from that, al least in the default screens the...
View ArticleInstaller Doesn't See Database?
Hello, I'm part-way through an install of 1.5.32 and the installer does not see the database on localhost. I have tried via the wizard and via the regular installer. The error message is "MySQL...
View ArticleRe: Installer Doesn't See Database?
Yes, I granted all privileges to that username. I can't even get it to authenticate at the command line:[root@flash www]# mysql -u fred -pEnter password:ERROR 1045 (28000): Access denied for user...
View ArticleGetting Error: Unable to create thumbnail or reduced size image.
Trying to upload my first images and I'm getting this error. They are admittedly large image files. Does Coppermine have a size limit?
View ArticleRe: Installer Doesn't See Database?
Is all good now. Had to read up on granting privs a bit. Thanks for sending me down the path.
View ArticleHow Can I Put a Clickable Link Alongside an Image?
Hello, I would like to associate a clickable link with each picture, so when someone sees someone's picture they can click and be taken to that person's biography on another side. Is there a way to...
View ArticleRe: Getting Error: Unable to create thumbnail or reduced size image.
Coppermine itself doesn't have specific size limit... But there is a practical limit where your server will exhaust resources (memory,CPU, time out).Unless you have a need to store/download large...
View ArticleRe: Making the "help"-screens better readable
It would take a bit more thought than that I am afraid. The background fades to white at the bottom so the text would become less readable in longer messages. If you wish to change it for your own site...
View ArticleHeader and Watermark not seen
I have the 'hardwired' template enabled in Coppermine. I'm designing my taste. I have designed a Header and a watermark. But I do not know how to put the header, I've tried putting the path, but not...
View ArticleRe: Making the "help"-screens better readable
I know. But the font-color does not have to be white does not have to be white. And may be (but I'm not a specialist) you could reverse that fading of the background to the text, in a way that the...
View ArticleRe: Making the "help"-screens better readable
The design is based on the core theme from SMF Forums, they let us use it by kind permission. The version used for Coppermine was build by Joachim Muller (GauGau) and a fine job he did. I agree with...
View ArticleRe: Add Description Meta to Gallery and rel=canonical to META pages
Hi,I've just noticed that it could be interesting to sanitize the description using PHP. Sometimes I use the double quotes in the description, thus breaking the description meta tag.
View ArticleRe: MiniCMS plugin for cpg1.5.x
i have change the user now from coppermine to root,nothg has changed.but the databse user "copermine" had all privileges too, (look at first shrenshot)i'm not realy good in sql, how it works to create...
View ArticleRe: MiniCMS plugin for cpg1.5.x
ok... i found where to create it manualy...i get a error[code]SQL-Befehl:# Table structure for table `cpg15x__cms`#CREATE TABLE `cpg15x_cms` ( `ID` INT( 11 ) NOT NULL AUTO_INCREMENT , `catid` INT( 11...
View ArticleRe: MiniCMS plugin for cpg1.5.x
Default table creation for your MySQL must not be MyISAM.Add ENGINE=MyISAM to the end of the CREATE TABLE statement.
View Article