Search found 245 matches

by HarmO
Tue Mar 20, 2012 12:49 pm
Forum: Dutch - Nederlands
Topic: [ solved ]ListIt 2 subcategory
Replies: 2
Views: 1230

[ solved ]ListIt 2 subcategory

Ik maak een pagina op een site die een lijst producten moet weergeven en deze onderverdeelt in categorieën. Hiervoor gebruik ik de laatste versie van LIstIt2 (versie 1.1) omdat deze sub-categorieën toelaat. Nu lukt het me niet om alles te laten weergeven zoals ik wil... -categorie --subcategorie (op...
by HarmO
Thu Feb 16, 2012 7:33 pm
Forum: The Lounge
Topic: [solved] timebased content
Replies: 5
Views: 1602

Re: [solved] timebased content

made a small change to make it work with minutes:

Code: Select all

{if $smarty.now|date_format:"%H:%M" >= '18:00' && $smarty.now|date_format:"%H:%M" <= '20:45'}
    {content}
{else}
    {content block="SiteClosedContent"}
{/if}
by HarmO
Thu Feb 16, 2012 2:29 pm
Forum: The Lounge
Topic: [solved] timebased content
Replies: 5
Views: 1602

Re: timebased content

Thx, for now i wil use your code uniqu3, {if $smarty.now|date_format:'%H' >= '18' && $smarty.now|date_format:'%H' <= '20'} {content} {else} {content block="SiteClosedContent"} {/if} but i'm curious to see you module Jos, because i imagine that the website owner maybe want to modify...
by HarmO
Thu Feb 16, 2012 11:25 am
Forum: The Lounge
Topic: [solved] timebased content
Replies: 5
Views: 1602

[solved] timebased content

Im working on a website that needs timebased content. (only visible between 18:00 and 20:00 for example) i have the PHP code for a UDT, but the owner of the site is a simple user and must be able to adjust this content so i want to use a GCB where he can modify the content //vars $date = getdate(); ...
by HarmO
Thu Jan 26, 2012 3:31 pm
Forum: CMS Show Off
Topic: German website in CMSMS
Replies: 0
Views: 1249

German website in CMSMS

Hello, Last week we launched our German website made with CMSMS check it out on http://www.derbigum.de Used modules CGExtensions CGSimpleSmarty CMSMailer ContentAliases FileManager FormBuilder GBFilePicker ListIt2 (duplicated this one) MenuManager ModuleManager News nuSOAP Printing Search Showtime S...

Go to advanced search