Search found 155 matches

by simpleSolutions.dk
Wed Jan 10, 2018 3:32 pm
Forum: Addons and Plugins
Topic: Simplesolutions.dk plugins updated to CMSimple XH 1.7
Replies: 28
Views: 15355

Simplesolutions.dk plugins updated to CMSimple XH 1.7

It took a long time to update my plugins to version 1.7. Actually, it should be easy, but few changes in core cms have resulted in a substantial increase in corrections and changes. First of all, version 1.7 has introduced configuration variables as constants ( https://cmsimpleforum.com/viewtopic.ph...
by simpleSolutions.dk
Sun Dec 10, 2017 5:34 pm
Forum: Bugs
Topic: New lines in content.htm (CMSimple XH ver 1.7.1)
Replies: 1
Views: 3280

New lines in content.htm (CMSimple XH ver 1.7.1)

CMsimple XH ver 1.7.1 adds new lines between page data and content in content.htm on each save. After a week of work I was on over 100 blank lines on each page. Tested on new download of version 1.7.1 with default configuration and on my own site. <!--XH_ml2:Start [de]--> <?php $page_data[]=array( '...
by simpleSolutions.dk
Wed Sep 27, 2017 10:38 pm
Forum: Bugs
Topic: How to manipulate plugin configuration variables ($plugin_cf)
Replies: 2
Views: 3849

How to manipulate plugin configuration variables ($plugin_cf)

It is not a bug, but a serious issue. In version previous to 1.7 it was possible to overwrite values of configuration values in plugins on the fly, i.e. $plugin_cf['plugin_name'].['value']=$new_value was executed and the plugin configuration changed to a new value. This functionality could be used t...
by simpleSolutions.dk
Thu Feb 09, 2017 2:43 pm
Forum: Addons and Plugins
Topic: /jqueryscript
Replies: 8
Views: 2306

Re: /jqueryscript

You can try a CMSimple plugin Countdown Timer http://simplesolutions.dk/?Countdown_Timer
by simpleSolutions.dk
Fri Dec 16, 2016 10:42 am
Forum: Addons and Plugins
Topic: [NEW PLUGIN] Google Maps
Replies: 0
Views: 2422

[NEW PLUGIN] Google Maps

New, at least from my hand. There have been others who have made similar plugins. This one uses Google's latest API, is compatible with CMSimple Mobile plugin and allows infinite number of maps on the page. Download form http://simplesolutions.dk/?Google_Maps
by simpleSolutions.dk
Sat Dec 10, 2016 11:16 pm
Forum: Addons and Plugins
Topic: [NEW PLUGIN] Pdf Viewer
Replies: 56
Views: 10221

Re: [NEW PLUGIN] Pdf Viewer

You have to change pdf.js file to remove download and other Icons. And you have to do it again every time you update the file.
by simpleSolutions.dk
Sat Dec 10, 2016 2:49 pm
Forum: Addons and Plugins
Topic: [NEW PLUGIN] Pdf Viewer
Replies: 56
Views: 10221

Re: [NEW PLUGIN] Pdf Viewer

$o.='<iframe id="'.$id.'" src ="'.$pth['folder']['plugins'].'pdfviewer/libs/web/viewer.html?file='.$GLOBALS['sn'].'userfiles/downloads/'.($srctmp).'#zoom='.$plugin_cf['pdfviewer']['zoom'].'&pagemode='.$plugin_cf['pdfviewer']['pagemode'].'&page='.$plugin_cf['pdfviewer']['page'].'" allowfullscreen we...
by simpleSolutions.dk
Fri Dec 09, 2016 11:36 pm
Forum: Addons and Plugins
Topic: [NEW PLUGIN] Pdf Viewer
Replies: 56
Views: 10221

Re: [NEW PLUGIN] Pdf Viewer

PDF Viewer creates a new ID for each viewer. The included CSS file contains only 2 definitions, however if the number of viewers of the page is greater then 2 then it is necessary to add subsequently css definitions like #pdf_container_2, #pdf_container_3 etc. With installed CMSimple Mobile it is ne...
by simpleSolutions.dk
Fri Dec 09, 2016 12:20 pm
Forum: Addons and Plugins
Topic: [NEW PLUGIN] Pdf Viewer
Replies: 56
Views: 10221

Re: [NEW PLUGIN] Pdf Viewer

Christoph
Thx, it's now corrected.

Tata
I didn't test it on localhost.
pdf.js is complex so I just tailored it to my needs right now.
ad 4. temp directory is only created when cache is on.