Advertisements when I didn't put in an ad code
On my coppermine site, I used to put in this one ad code from my host (free fansite hosting) but I took it out to put it somewhere else. Before I could put it somewhere else, I noticed that the ad code...
View ArticleRe: Advertisements when I didn't put in an ad code
Some free hosting sites inject the adverts automatically. It may be that you have a plugin that is injecting them. It does seem no matter what them I select of yours that the ads are there in the same...
View ArticleRe: Advertisements when I didn't put in an ad code
I thought that it was something to do with the host too, but then I looked at other sites hosted by the same host and they don't have the ads
View ArticleRe: Advertisements when I didn't put in an ad code
Start by updating your site to the latest 1.5.36.
View ArticleRe: Advertisements when I didn't put in an ad code
I think my gallery is all up to date but if it's not, what's the easiest way to update?
View ArticleRe: Advertisements when I didn't put in an ad code
Hello,Actually, you are not up-to-date. You can see your current version in your admin panel.However, I looked at the HTML code generated by your gallery, you do have an ad code in your template. I can...
View ArticleRe: Advertisements when I didn't put in an ad code
Quote from: urbanizing on Yesterday at 09:01:38 PMwhat's the easiest way to update?http://documentation.coppermine-gallery.net/en/upgrading.htm
View ArticleAssigning groups permissions to delete pictures
I have the following issue when trying to bridge coppermine and PHPBB:I cannot see how to give permissions to GLOBAL_MODERATORS to delete photos (their own or others'). Administrators already have this...
View ArticleRe: Re: Remote videos for cpg1.5.x
Quote from: Αndré on August 04, 2015, 08:21:13 PMPlease post more details. What exactly have you tried?I didn't keep all the tests but this was the last one i tried, I don't know coding and tried to...
View ArticleRe: Assigning groups permissions to delete pictures
That's not possible in cpg1.5.x. Please search our board for "moderator mode" for more information. It's a feature that has been added during the development of cpg1.5.x, but has been disabled for...
View ArticleRe: Remote videos for cpg1.5.x
Code: [Select]'search_pattern' => '/http:\/\/(?:www\.)?vk\.com\/video_ext\.php\?oid=([A-Za-z0-9]+)&id=([A-Za-z0-9]+)&hash=([A-Za-z0-9]+)/',removes the invalid video ID message.Unfortunately...
View ArticleRe: Batch add files page blank
Will do that tomorrow, I thought it is server problem, but I might be wrong. Thanks, will post tomorrow!
View ArticleRe: Advertisements when I didn't put in an ad code
Quote from: Krys on August 05, 2015, 11:39:37 PMHello,Actually, you are not up-to-date. You can see your current version in your admin panel.However, I looked at the HTML code generated by your...
View ArticleRe: Advertisements when I didn't put in an ad code
Quote from: urbanizing on Yesterday at 09:08:02 AMI couldn't find the ad code in my template.html file. Is there another template file? And I'm not going to be taking away the ads, just moving them to...
View ArticleRe: Advertisements when I didn't put in an ad code
You still need to update to the latest release. We are not asking for our benefit, we are asking for yours. Some known security issues exist which make you vulnerable. There are also a number of code...
View ArticleRe: Social Sharing Plugin (Facebook Like/FB Share/FB Comments/Twitter/VZ zeigen)
Quote from: netb on August 05, 2015, 09:00:06 PMYou could just use something like the AddThis Sharing buttons script and here's how you can mod the gallery theme to have the Open Graph meta tags....
View ArticleRe: Social Sharing Plugin (Facebook Like/FB Share/FB Comments/Twitter/VZ zeigen)
Quote from: dimangelid on Yesterday at 04:45:02 PMI used some information on the thread you suggested and i managed to set the OpenGraph tags for each picture, except it's description (og:description...
View ArticleRe: Remote videos for cpg1.5.x
After many days of clueless testing i have got it to work ok and to sharefindCode: [Select]$params['player'] = str_replace("{MATCH_2}", $video_id[2], $params['player']);and below add...
View Article