Search found 59 matches

by Mieszko
Thu Aug 16, 2012 2:14 pm
Forum: CMSMS Core
Topic: Problem with added slashes in CMSMS 1.11
Replies: 13
Views: 7076

Re: Problem with added slashes in CMSMS 1.11

you're not alone with problem about
$config['root_url'] = 'http://site.com';
see:
http://dev.cmsmadesimple.org/bug/view/8256

our fault, that we use the wrong systems :-(
by Mieszko
Sun Jul 15, 2012 3:13 pm
Forum: Closed Issues
Topic: [invalid] Global Content Block WYSIWYG Editors not working
Replies: 3
Views: 6708

Re: Global Content Block WYSIWYG Editors not working

Can't confirm.
Works for me CMSms Beta3, Tiny MCE 2.9.9 as well as MicroTiny 1.1.1

CMSms Beta 3 is new installed. No update. No unofficial modules. No Firefox Addons.
by Mieszko
Mon Jun 25, 2012 2:37 pm
Forum: Modules/Add-Ons
Topic: CG Calendar - 'to date' auto checked - bug?
Replies: 4
Views: 2606

Re: CG Calendar - 'to date' auto checked - bug?

johnboyuk wrote:Is nobody else having this trouble?
Yes, me ;-)
Only noticed it these days as I tried to update a system.
by Mieszko
Mon Jun 25, 2012 6:19 am
Forum: Modules/Add-Ons
Topic: Does Gallery 1.4.4 work with CMSms 1.10.3?
Replies: 2
Views: 1244

Re: Does Gallery 1.4.4 work with CMSms 1.10.3?

Thank you. I'll give it a try.
by Mieszko
Sun Jun 24, 2012 8:11 am
Forum: Modules/Add-Ons
Topic: Does Gallery 1.4.4 work with CMSms 1.10.3?
Replies: 2
Views: 1244

Does Gallery 1.4.4 work with CMSms 1.10.3?

Just a short question: Does Gallery 1.4.4. work together with CMSms 1.10.3? I'm asking this because I'm trying to update a 1.9.3.4 site to 1.10.3 and I'm unable to get a running update of the gallery module. I seems to mess up the database: On my local system ( windows 7, PHP 5.3.1,MySQL 5.1.41) pat...
by Mieszko
Sat May 12, 2012 5:31 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: How do I install CMSMS on my computer?
Replies: 1
Views: 1380

Re: How do I install CMSMS on my computer?

Download the programme 7zip to unpack the files and you should be fine.
7zip is opensource and free.

You have to unpack twice:
cmsmadesimple-1.10.3-full.tar.gz -> cmsmadesimple-1.10.3-full.tar
cmsmadesimple-1.10.3-full.tar ->cmsmadesimple-1.10.3-full

Hope that helps
by Mieszko
Mon May 07, 2012 1:59 pm
Forum: Installation und Einstellungen
Topic: Empfohlenes Upgrade-Verfahren auf CMSMS Version 1.10
Replies: 2
Views: 9914

Re: Empfohlenes Upgrade-Verfahren auf CMSMS Version 1.10

e: Stellen Sie sicher, dass jedes Modul, dass Ihre Website erfordert kompatibel mit CMSMS 1.10 ist, denn einige Module brauchen überarbeitung um sicherzustellen das diese kompatibel sind. Wenn Ihre Seite mit Fehlt da nicht noch was? Das hört so unvermutet auf. Worauf muß man denn noch achten? Danke M
by Mieszko
Sun Apr 29, 2012 7:34 pm
Forum: CMSMS Core
Topic: Cannot add new page, redirected to 404 error page
Replies: 6
Views: 3076

Re: Cannot add new page, redirected to 404 error page

I have encountered the same issue, too. Like Jos I don't know when this started to happen as the site in question is online for long and fairly static as well. And yes ... when removing the 404 error page it works. My workaround so far: I just copy an existing site and rename it. Not a perfect solut...
by Mieszko
Sat Apr 21, 2012 5:58 pm
Forum: CMSMS Core
Topic: [Solved]Target _blank not working
Replies: 7
Views: 3568

Re: Target _blank not working

At the Options Tab of the page there is an option to indicate the target. Have you set that to '_blank' ?

Maybe it helps if you post your menumanager template here so we can have a look at it.
by Mieszko
Fri Apr 20, 2012 7:54 pm
Forum: CMSMS Core
Topic: [Solved]Target _blank not working
Replies: 7
Views: 3568

Re: Target _blank not working

In your menu template add this to the <a> tag:

Code: Select all

{if $node->target ne ""} target="{$node->target}"{/if}
Check the accessible_cssmenu template for an example on how to do it.
by Mieszko
Thu Apr 19, 2012 7:09 pm
Forum: Modules/Add-Ons
Topic: {SOLVED} CG Cal - list weirdness
Replies: 13
Views: 3699

Re: {SOLVED} CG Cal - list weirdness

addendum: The complete template should work like so: <div class="calendar-list" id="{$table_id}"> {if $compact_view neq 1} <h1>Events Lising</h1> {/if} {foreach from=$events key=key item=event} <div class="calendar-event"> <div class="listentryvs"><h2>{$event....
by Mieszko
Wed Apr 18, 2012 6:58 pm
Forum: Modules/Add-Ons
Topic: {SOLVED} CG Cal - list weirdness
Replies: 13
Views: 3699

Re: CG Cal - list weirdness

yes, you're right ....
my fault.

in that Calendar template...
<div class="calendar-event">

needs to be closed within the foreach loop.
so adding one more </div> before the closing foreach should work *hope*

Sorry didn't see that before.
by Mieszko
Wed Apr 18, 2012 6:34 pm
Forum: Modules/Add-Ons
Topic: {SOLVED} CG Cal - list weirdness
Replies: 13
Views: 3699

Re: CG Cal - list weirdness

it can't be that you have to close a bunch of divs that you've never opened. There must be somethin wrong elsewhere then. I've copied the sourcecode of the above posted link from Firefox to my editor ( assuming Firefox shows it correctly). When I walk through your code it says that there are unmatch...
by Mieszko
Wed Apr 18, 2012 5:32 pm
Forum: Modules/Add-Ons
Topic: {SOLVED} CG Cal - list weirdness
Replies: 13
Views: 3699

Re: CG Cal - list weirdness

...hmmm do you really use that template code posted above? then there are too many closing divs in the last row. this is your last row: </div></div></div></div></div></div></div></div></div></div></div></div></div> delete all but two of those divs. See what happens then. Tip: just do a simple count:...
by Mieszko
Sun Apr 15, 2012 4:55 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] ScriptDeploy breaks Javascript
Replies: 3
Views: 1360

Re: ScriptDeploy breaks Javascript

Hi, I did use ScriptDeploy for a while. I never copied any javascript into the textfield. I rather entered the filename like so: Where it says 'Use a path(use "/uploads/..."):' I entered the filepath to the js-files. Then I combined them in the correct order and it worked fine. The reason ...

Go to advanced search