Search found 38 matches

by hasanen
Fri May 13, 2016 5:51 am
Forum: Tips and Tricks
Topic: CGCalendar + ical feed
Replies: 2
Views: 4258

Re: CGCalendar + ical feed

I'm not sure whether the DTSTAMP is used properly. Further I think DTSTART end DTEND should contain time zone information. Though it might seem to work when only used by locals (people in the same time zone). When sharing event information across time zones I expect current implementation to fail. ...
by hasanen
Mon May 09, 2016 8:05 pm
Forum: Tips and Tricks
Topic: CGCalendar + ical feed
Replies: 2
Views: 4258

CGCalendar + ical feed

I tried to search if it would be possible to subscribe CGCalendar events somehow, but I couldn't find any solution. So I ended up doing it with templates. 1. Create a template of type "CGCalendar::Event List View" and paste following code to it {assign date_format "%Y%m%dT%H%M%S"...
by hasanen
Wed Feb 24, 2016 1:33 pm
Forum: The Lounge
Topic: Recovery after hacking
Replies: 4
Views: 2010

Re: Recovery after hacking

Now, my question is this. Assuming that the backup are fine, do I start again from a 'clean' server with the latest version of CMSMS loaded and import the backups. Does this backup not only contain the content data but also the program & the templates, styles etc? I suggest you install the same...
by hasanen
Mon Nov 30, 2015 12:32 pm
Forum: CMSMS Core
Topic: After upgrade from 1.12.1 to 2.0.1.1, content editing broke
Replies: 3
Views: 2312

Re: After upgrade from 1.12.1 to 2.0.1.1, content editing br

Hi Tomek, yes, the fix is in the trunk version. The reason was that the $smarty object was null.

I posted about that few hours after starting this thread, but strangely that post has been disappeared. Has it been removed by moderators?
by hasanen
Wed Nov 25, 2015 4:07 pm
Forum: CMSMS Core
Topic: After upgrade from 1.12.1 to 2.0.1.1, content editing broke
Replies: 3
Views: 2312

After upgrade from 1.12.1 to 2.0.1.1, content editing broke

Hi I upgraded 3 sites on weekend from 1.12.1 -> 2.0 -> 2.0.1.1 and all sites have this same issue. I'm looking for any hints where to start debugging this issue. I can update templates and settings, but when I try to save page I get this: http://pics.hasanen.net/2015-11-25-18-05-24-6cdsr.png Is it p...
by hasanen
Mon Apr 20, 2015 2:02 pm
Forum: General Discussion
Topic: About that bug report/feature request blog post…
Replies: 7
Views: 4675

Re: About that bug report/feature request blog post…

Well, if one want's to make a popular module/plugin, one has also give the support for that. You live by your choices. ... but not for OpenSource projects like this. Can you clarify what do you mean by saying this? I understood this like if someone wants to make popular open source software, it's n...
by hasanen
Mon Apr 20, 2015 12:23 pm
Forum: General Discussion
Topic: About that bug report/feature request blog post…
Replies: 7
Views: 4675

Re: About that bug report/feature request blog post…

What I think that some of the developers does not get on these days, is that if you want to make more money or get more people to use your software, you have to deal with the customer support. Including badly presented bug reports. Personally I don't mind to ask more information about how I can repr...
by hasanen
Fri Jun 06, 2014 9:45 am
Forum: [locked] Installation, Setup and Upgrade
Topic: [Solved] Enabling support for https
Replies: 9
Views: 4436

Re: Enabling support for https

Sure you don't mean? User B goes 'http S ://www.mydomain.com -> All urls (links to cmsms and stylesheets) are starting with https. Yes, thanks. But if in example you want Frontend to be simple "http" but backend as SSL then you should use 'admin_url' config. Whereby a note on this, not al...
by hasanen
Thu Jun 05, 2014 8:26 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [Solved] Enabling support for https
Replies: 9
Views: 4436

Re: Enabling support for https

I didn't mean "same time" as in that way. I think it's only good that browsers drops http-requests if user is trying to use https. What I'd like to achieve: User A goes 'http://www.mydomain.com -> All urls (links to cmsms and stylesheets) are starting with http. User B goes 'http://www.myd...
by hasanen
Thu Jun 05, 2014 12:25 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [Solved] Enabling support for https
Replies: 9
Views: 4436

Re: Enabling support for https

Regarding https, did you actually set content pages to SSL? The checkbox when editing a page under Options tab? As far i remember the 'ssl_url' config relies on that. If you want your complete website including backend to run in SSL then set root_url to https and redirect from default port 80 to SS...
by hasanen
Thu Jun 05, 2014 10:38 am
Forum: [locked] Installation, Setup and Upgrade
Topic: [Solved] Enabling support for https
Replies: 9
Views: 4436

Re: Enabling support for https

There is option called ssl_url, but setting that doesn't change those urls to start with https. There is also option for showing the base-tag, but setting it false doesn't remove the tag itself (seems to be bug). I'm using latest version of cmsms (forgot to mention that). My chrome seems to drop all...
by hasanen
Thu Jun 05, 2014 9:22 am
Forum: [locked] Installation, Setup and Upgrade
Topic: [Solved] Enabling support for https
Replies: 9
Views: 4436

[Solved] Enabling support for https

I purchased ssl-certificate for my site and got it working. How should I configure CMSMS so that my adminpanel doesn't broke and user can browse my site either with or without https? If I'm checking source of https://mydomain.com, all links are for http://mydomain.com and so is the url in base-tag. ...
by hasanen
Wed May 28, 2014 7:05 am
Forum: Layout and Design (CSS & HTML)
Topic: [Solved]What is the best way (for SEO) to use title tag
Replies: 5
Views: 3323

Re: What is the best way (for SEO) to use title tag

That's true, but it means that in template you put it between body-tags. It should be something like this:

Code: Select all

<__html>
	<head>
		<title> {title} | {sitename}</title>
	</head>
	</__body>
		<h1>{title}</h1>
		{content}
	<__body>
</__html>
by hasanen
Wed May 28, 2014 6:28 am
Forum: [locked] Installation, Setup and Upgrade
Topic: Why we need to rename renamed admin dir back to "admin"?
Replies: 0
Views: 1395

Why we need to rename renamed admin dir back to "admin"?

I was reading this and it came in my mind, why we need to change renamed admin dir back to "admin"? Is it hard coded in code somewhere? If the reason is that in full and diff packages there is that admin dir, why just don't say that remember to move all those files to renamed dir? Maybe in...
by hasanen
Wed May 28, 2014 6:20 am
Forum: Layout and Design (CSS & HTML)
Topic: [Solved]What is the best way (for SEO) to use title tag
Replies: 5
Views: 3323

Re: What is the best way (for SEO) to use title tag

Why don't you just change the sitename? Found in Site Admin -> Global Settings.

I think h1-tags are not permitted in head. I'm usually using this:

Code: Select all

<title>{title} | {sitename}</title>

Go to advanced search