Search found 19 matches

by GSM
Sun Aug 17, 2014 11:37 am
Forum: Tips and Tricks
Topic: Format IBAN with UDT
Replies: 0
Views: 2679

Format IBAN with UDT

European banking has moved to the IBAN format, replacing the local account numbers. As these new IBAN include not only the account but also country and bank code, their length makes it difficult to read and copy for humans. The recommended format is show them in groups of 4 digits. Using spaces is o...
by GSM
Sun Feb 24, 2013 3:10 pm
Forum: Modules/Add-Ons
Topic: $pagetitle not picking up correct News title
Replies: 4
Views: 1479

Re: $pagetitle not picking up correct News title

Well, that's why I am struggling. The only template that assigns the English title to the variable is in the English News template. From the page output I see clearly that the German News template has been used - as expected. I see also that the German value has been assigned to the variable (on New...
by GSM
Sun Feb 24, 2013 2:00 pm
Forum: Modules/Add-Ons
Topic: $pagetitle not picking up correct News title
Replies: 4
Views: 1479

Re: $pagetitle not picking up correct News title

Thanks Rolf, I tried your solution - no change, unfortuntately. The problem is not that the content is not processed via Smarty. I think the issue is somewhere in the order it's being processed. I added the $pagetitle value as a comment both in the News template and in the Global Metadata of my page...
by GSM
Sat Feb 23, 2013 9:40 pm
Forum: Modules/Add-Ons
Topic: $pagetitle not picking up correct News title
Replies: 4
Views: 1479

$pagetitle not picking up correct News title

I use a $pagetitle variable on most of my sites to replace the title with the title of the latest news item or to use it for Facebook Open Graph. This works like a charm on all my sites but one. The one I am struggling with has a bit a complication as I implemented a bilingual website via additional...
by GSM
Sun Jun 10, 2012 6:56 am
Forum: Tips and Tricks
Topic: Next Daylight Saving Change Date
Replies: 0
Views: 1902

Next Daylight Saving Change Date

On one of my pages I have a reference to the next daylight saving change date. I used to update this page after every daylight saving time change but to simplify matters I created below UDT. I think it's straight forward. The date format settings are for Austria/Europe and the daylight saving dates ...
by GSM
Sun Jun 10, 2012 5:08 am
Forum: [locked] Installation, Setup and Upgrade
Topic: [Solved] Replacing old {sitemap} tag
Replies: 1
Views: 1213

[Solved] Replacing old {sitemap} tag

When I finally upgraded my site to 1.10.3 I ran into problems with the {sitemap} tag that was part of previous installations. I don't know when it was discontinued and replaced by the {site_mapper} tag. Anyway, during all the previous upgrades the {sitemap} tag had survived in the plugin folder and ...
by GSM
Mon Apr 09, 2012 12:03 am
Forum: Tips and Tricks
Topic: HTML5 Video Tag with Multi Browser Support + Flash Fallback
Replies: 8
Views: 10155

Re: HTML5 Video Tag with Multi Browser Support + Flash Fallb

I use pseudo streaming for my sites. See details to that subject here: http://www.longtailvideo.com/support/jw ... -streaming
by GSM
Sun Apr 24, 2011 9:49 am
Forum: CMSMS Core
Topic: How to link page directly to file in CMS
Replies: 6
Views: 2874

Re: How to link page directly to file in CMS

I also just realised that this feature has been removed in the new versions. (I am using this feature heavily on one of my sites with quite an old version but I made so many adjustments to CMSMS that I didn't dare to upgrade.)

Would be nice to get it back.
by GSM
Mon Apr 18, 2011 10:05 pm
Forum: Tips and Tricks
Topic: HTML5 Video Tag with Multi Browser Support + Flash Fallback
Replies: 8
Views: 10155

Re: HTML5 Video Tag with Multi Browser Support + Flash Fallb

The html code looks fine of first glance but the media files are not served correctly. You might need to add the following lines to your .htaccess file:

Code: Select all

AddType video/ogg .ogv .ogg
AddType video/mp4 .mp4
AddType video/x-m4v .m4v
AddType video/webm .webm
by GSM
Mon Feb 21, 2011 5:42 pm
Forum: Tips and Tricks
Topic: HTML5 Video Tag with Multi Browser Support + Flash Fallback
Replies: 8
Views: 10155

Re: HTML5 Video Tag with Multi Browser Support + Flash Fallb

What would be needed in the back-end is to allow 1:n relation between a video and the different encoded files, I don't know whether this is possible with the AV player module. If that is possible you would just need to add the source for each coding (mp4, ogg, webm) into the template. I am not sure ...
by GSM
Sat Jan 22, 2011 4:10 pm
Forum: Tips and Tricks
Topic: HTML5 Video Tag with Multi Browser Support + Flash Fallback
Replies: 8
Views: 10155

HTML5 Video Tag with Multi Browser Support + Flash Fallback

I run a couple of websites where I regularily need to include some videos. In the past I used solely the JW Flash Player which worked fine for most browsers except for those without Flash support (e.g. iPad). I had found (or wrote myself - I honestly cannot remember) a small tag (plugin) which creat...
by GSM
Sat Sep 20, 2008 1:56 pm
Forum: Modules/Add-Ons
Topic: play youtube videos with flvplayer
Replies: 2
Views: 1600

Re: play youtube videos with flvplayer

Hi, not sure whether you have already figured out? But for those also interested: The latest version of the JW player (at http://www.jeroenwijering.com/) does allow to play youtube videos. Make sure you copy the yt.swf file in the same folder as the player. There's one downside on the (current) play...
by GSM
Thu Jul 24, 2008 10:17 pm
Forum: CMSMS Core
Topic: [solved] No thumbnails due to non-standard upload path
Replies: 5
Views: 1612

Re: No thumbnails due to non-standard upload path

Now I found the problem. It's actually hard coded in the file "frmresourceslist.html" in the simplebrowser folder of TinyMCE around line 79: var oCell = oRow.insertCell(-1) ; oCell.width = 16 ; fileUrl = fileUrl.replace(/uploads\/images\//g,""); oCell.innerHTML = sLink + '<img sr...
by GSM
Thu Jul 24, 2008 9:17 pm
Forum: CMSMS Core
Topic: [solved] No thumbnails due to non-standard upload path
Replies: 5
Views: 1612

Re: No thumbnails due to non-standard upload path

Because "upload" is kind of misleading, specifically when you host a Germanic site.
by GSM
Tue Jul 22, 2008 6:03 pm
Forum: CMSMS Core
Topic: [solved] No thumbnails due to non-standard upload path
Replies: 5
Views: 1612

Re: No thumbnails due to non-standard upload path

The changed directory name works fine with the normal (image) upload functionality.

And the thumbnail generation is not the issue, just the use of them by the ImageManager.

Go to advanced search