Search found 48 matches

by Hypocrite
Mon Oct 03, 2011 11:34 am
Forum: Modules/Add-Ons
Topic: CGCalendar: Possible to show event defails for a category
Replies: 0
Views: 546

CGCalendar: Possible to show event defails for a category

I have some details for my events where I only want to show them for particular category. For example if the event category with the id 1, is checked there should be some extra information. How could I check if an event has one category checked in the event view? ------------------------------------...
by Hypocrite
Thu Sep 01, 2011 2:21 pm
Forum: Modules/Add-Ons
Topic: FormBrowser XML parsing error
Replies: 0
Views: 707

FormBrowser XML parsing error

Hi, I am using FormBrowser to browse applications from our website. The field names in the form contain Scandinavian letters (ä, ö, å) and it seems that FormBrowser does that like that since they are not UTF-8. I get the following error: Warning: SimpleXMLElement::__construct() [simplexmlelement.--c...
by Hypocrite
Thu Jan 27, 2011 6:11 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] CGCalendar: Display text when no upcoming events
Replies: 5
Views: 2228

Re: CGCalendar: Display text when there are no upcoming even

Hmm, doesn't seem to be display correctly. I have several callbacks in one page for different categories like this: <h3>Category 1</h3> {cms_module module='CGCalendar' display='upcominglist' calendartemplate='raiku' use_session='46451' detailpage='calendar' category='Category 1'} <h3>Category 2</h3>...
by Hypocrite
Thu Jan 27, 2011 5:31 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] CGCalendar: Display text when no upcoming events
Replies: 5
Views: 2228

[SOLVED] CGCalendar: Display text when no upcoming events

I am using the following code to display upcoming events in CGCalendar: <div class="cal-upcominglist"> {foreach from=$events key=key item=event} <div class="calendar-event"> <h4><a href="{$event.url}">{$event.event_title}</a></h4> {assign var=month_number value=$event.e...
by Hypocrite
Thu Dec 16, 2010 6:41 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: News and calendar date format in Dutch
Replies: 4
Views: 2648

Re: News and calendar date format in Dutch

Is your server running Windows server?

I had the same problem with a clients server with Finnish language.

The reason was that in a Windows server the locale format is different.

Try this:

Code: Select all

setlocale(LC_ALL, 'nld');
Or:

Code: Select all

setlocale(LC_ALL, 'dutch');
by Hypocrite
Fri Dec 03, 2010 3:55 pm
Forum: Translations
Topic: How to translate dates in CMSMS? News, Calendar etc.
Replies: 4
Views: 6361

Re: How to translate dates in CMSMS? News, Calendar etc.

How does this work for the search form template? It has this code to generate the dropdown lists: {capture assign='tmp'}{$actionid}cal_search_end_date_{/capture} {html_select_date prefix=$tmp time=$search_end_date start_year=-1 end_year=+2} {* {html_select_time prefix=$tmp time=$search_end_date disp...
by Hypocrite
Fri Dec 03, 2010 10:11 am
Forum: Modules/Add-Ons
Topic: CGCalendar: Search keywords not working
Replies: 0
Views: 766

CGCalendar: Search keywords not working

I have added the CGCalendar search to my site but cannot get the search to work properly. If I don't specify a keyword for the search but select the dates and category, I get results. But no matter what keyword I input, there are no results. I have tried words from the title of the event also from t...
by Hypocrite
Wed Dec 01, 2010 7:04 pm
Forum: CMSMS Core
Topic: [SOLVED] Turning off menu debug
Replies: 1
Views: 1169

[SOLVED] Turning off menu debug

Seems like a stupid question but I don't seem to able to set off menu debug in CMS 1.9.1. I set debug to true once and then back to false. Now when viewing the source I see menu information in comments: <!-- stdClass Object (    [id] => 15    [pagetitle] => Example title    [url] => http://www.domai...
by Hypocrite
Wed Nov 17, 2010 8:17 am
Forum: [locked] Installation, Setup and Upgrade
Topic: [SOLVED] Moving installation to a subfolder
Replies: 5
Views: 2208

Re: Moving installation to a subfolder

Got it working by running install again.
by Hypocrite
Wed Nov 17, 2010 7:23 am
Forum: [locked] Installation, Setup and Upgrade
Topic: [SOLVED] Moving installation to a subfolder
Replies: 5
Views: 2208

Re: Moving installation to a subfolder

I am still having problems with it. I have done the following steps: 1. Deleted cache 2. Moved db to a new one 3. Copied files 4. Updated the db information and paths in config.php 5. Updated .htaccess file But all links still point to the root folder of my site. And if I try to access the admin pan...
by Hypocrite
Sat Nov 13, 2010 6:50 am
Forum: [locked] Installation, Setup and Upgrade
Topic: [SOLVED] Moving installation to a subfolder
Replies: 5
Views: 2208

Re: Moving installation to a subfolder

I think the problem is that it's at the moment using the same database. I tried to clear the cache but have to make a duplicate of the database first.
by Hypocrite
Sat Nov 13, 2010 6:36 am
Forum: [locked] Installation, Setup and Upgrade
Topic: [SOLVED] Moving installation to a subfolder
Replies: 5
Views: 2208

[SOLVED] Moving installation to a subfolder

Hi, What would be easiest steps to copy a current installation to a subfolder? We are doing a redesign of our site and I am planning to make a duplicate installation of the system and upgrade at the same time to 1.9. I have changed all the path variables in the config.php but still when trying to op...

Go to advanced search