Search found 423 matches

by frankmanl
Fri Feb 19, 2016 4:50 am
Forum: The Lounge
Topic: [SOLVED] rotating background image stops working
Replies: 13
Views: 4282

Re: rotating background image stopped working

Yes, it's 13 years old, but I'm wondering if there maybe is just one line in it that's no longer valid since I changed from PHP5.5 to 5.6. I understand there are modern techniques like jQuery, but I'd think this actually is a quite simple script that can hardly be outdated, except for syntax ... Cha...
by frankmanl
Wed Feb 17, 2016 3:42 am
Forum: The Lounge
Topic: [SOLVED] rotating background image stops working
Replies: 13
Views: 4282

[SOLVED] rotating background image stops working

After upgrading tot CMSMS 2(.1.2) my rotating background image is gone. I not only upgraded from 1.12 to 2.1.2 but I also upgraded from PHP 5.5 to PHP 5.6 - I wonder if any of these changes now prohibits my rotating background image. For the background image of div #linkerkolom I use the script as d...
by frankmanl
Mon Dec 07, 2015 7:02 am
Forum: The Lounge
Topic: Paste content from Word to MicroTiny
Replies: 5
Views: 2311

Re: Paste content from Word to MicroTiny

Rolf wrote:All should be taken care of in CMSMS 2.1.
Great!
by frankmanl
Sat Oct 31, 2015 3:54 pm
Forum: The Lounge
Topic: What do we think about MicroTiny in CMSMS 2?
Replies: 17
Views: 6603

What do we think about MicroTiny in CMSMS 2?

I am wondering if I'm the only one who is not too happy about MicroTiny being the only WYSIWYG editor in CMSMS 2. I do understand why functionality in MicroTiny is restricted (e.g. it is absurd to give editors the opportunity to make their content purple when purple is no part of the design), but I ...
by frankmanl
Wed Oct 28, 2015 2:09 pm
Forum: The Lounge
Topic: [SOLVED] set strftime language in PHP 5.6
Replies: 4
Views: 1563

Re: set strftime language in PHP 5.6

This appeared to be a problem of the server configuration.
by frankmanl
Fri Oct 23, 2015 11:45 am
Forum: The Lounge
Topic: [SOLVED] set strftime language in PHP 5.6
Replies: 4
Views: 1563

Re: set strftime language in PHP 5.6

Anyone?
Has this something to do with PHP 5.6?
Is a setting missing?
Can I force it using .htaccess?
...
by frankmanl
Tue Oct 20, 2015 5:48 pm
Forum: Modules/Add-Ons
Topic: Lise - how to use tag field?
Replies: 6
Views: 1938

Re: Lise - how to use tag field?

replace {$foo=sort($tags)} by the original {$foo=ksort($tags)} and add $config['permissive_smarty'] = 1; to the config.php file
Thanks a lot, this solved it all, the tags are alright now.

Frank
by frankmanl
Tue Oct 20, 2015 4:07 am
Forum: Modules/Add-Ons
Topic: Lise - how to use tag field?
Replies: 6
Views: 1938

Re: Lise - how to use tag field?

This is a good start, Jo Morg. Still got a couple of issues: Syntax error (...) on line 4 "{$foo=ksort($tags)}" PHP function 'ksort' not allowed by security setting I solved this by using {$foo=sort($tags)} . Tags are (I suppose) displayed by their position in the array: 0 1 2 3 etc., not ...
by frankmanl
Tue Oct 20, 2015 3:08 am
Forum: The Lounge
Topic: Paste content from Word to MicroTiny
Replies: 5
Views: 2311

Re: Paste content from Word to MicroTiny

Although there seems to be some WYSIWYGs with plugins to "clean" text from Word, there is no foolproof way to do it afaik. As far as I understood MicroTiny is based on TinyMce, which has an excellent paste as plain text button - never had any problems with it. Having to use Notepad as an ...
by frankmanl
Mon Oct 19, 2015 3:35 am
Forum: Modules/Add-Ons
Topic: Lise - how to use tag field?
Replies: 6
Views: 1938

Re: Lise - how to use tag field?

Code: Select all

{LISEactueel action="tagcloud"}
results in a searchbox:
lise.jpg
lise.jpg (10.36 KiB) Viewed 1893 times
which, btw, does not react to terms I enter in it.
There is no sample template TagCloud.
If I can get this to work I'd be more than happy to write the missing documentation for the module.
by frankmanl
Sun Oct 18, 2015 6:03 pm
Forum: Modules/Add-Ons
Topic: Lise - how to use tag field?
Replies: 6
Views: 1938

Lise - how to use tag field?

I set up LISE and want to use a field of type Tags . I can enter any tag I like, but how to go on from here? Actually I expected a tag cloud that displays all and any tags that are used, and clicking a tag getting a list of all items associated to that tag. Or should the tag field be used in a diffe...
by frankmanl
Sun Oct 18, 2015 5:39 pm
Forum: The Lounge
Topic: [SOLVED] set strftime language in PHP 5.6
Replies: 4
Views: 1563

[SOLVED] set strftime language in PHP 5.6

I use %B to display the month as full month name. Using PHP 5.5 this generates the month in Dutch (Dutch being default language of the site). When I upgrade tot PHP 5.6 the month is suddenly displayed in English. How can I have my site display the month in Dutch again, using PHP 5.6? Frank ed.: this...
by frankmanl
Sun Oct 18, 2015 9:50 am
Forum: Modules/Add-Ons
Topic: [SOLVED] LISE only shows 'Array'
Replies: 4
Views: 1619

Re: LISE only shows 'Array'

After instances are created, each has it's own help page.
OK. Looks like this is what I looked for. Thank you.
by frankmanl
Sun Oct 18, 2015 8:56 am
Forum: Modules/Add-Ons
Topic: [SOLVED] LISE only shows 'Array'
Replies: 4
Views: 1619

[SOLVED] LISE only shows 'Array'

I installed LISE 1.1 in CMSMS 2.0.1.1 Then created instance LISEactueel and in this instance several fields and two items, for testing purpose. I then added smartycode to my page: {LISELoader instance='LISEactueel' value="aanmaakdatum,linktekst"} aanmaakdatum and linktekst being two of fiv...

Go to advanced search