Search found 7 matches
- Wed Apr 13, 2011 8:00 pm
- Forum: Dutch - Nederlands
- Topic: ! moet een uitroepteken zijn
- Replies: 0
- Views: 538
! moet een uitroepteken zijn
Hoi, Kan iemand mij helpen met het volgende. Ik heb CGFEEDBACK (1.3.3) gekoppeld aan NEWS (2.11.2) om te gebruiken als blog. Op het moment dat er nu iemand een reactie plaatst met een uitroepteken (!), dan wordt dit omgezet naar: ! Hoe kan ik voorkomen dat dit gebeurd? Bedankt voor jullie re...
- Wed May 05, 2010 9:00 pm
- Forum: Modules/Add-Ons
- Topic: NMS repeat email on subscribe screen and captcha
- Replies: 1
- Views: 893
- Fri May 22, 2009 12:59 am
- Forum: Modules/Add-Ons
- Topic: Blog and cms_date_format
- Replies: 7
- Views: 3813
Re: Blog and cms_date_format
Thanks for your help!!
I fixed the timeonly stamp, by adding the code:
in action.showentry.php at line 80.
{$timeonly} can now be used in Entry template
I fixed the timeonly stamp, by adding the code:
Code: Select all
$this->smarty->assign('timeonly', $this->MakeTime($entry["createtime"]));
{$timeonly} can now be used in Entry template
- Thu May 21, 2009 11:55 pm
- Forum: Modules/Add-Ons
- Topic: Blog and cms_date_format
- Replies: 7
- Views: 3813
Re: Blog and cms_date_format
That works! Thanks!
New problem:
{$entrytime} shows "Today at 12.00"
{$entrytime|cms_date_format} shows "May 22, 2009"
{$entry->timeonly} does not work within "Entry template". Is there a timeonly tag?
New problem:
{$entrytime} shows "Today at 12.00"
{$entrytime|cms_date_format} shows "May 22, 2009"
{$entry->timeonly} does not work within "Entry template". Is there a timeonly tag?
- Thu May 21, 2009 9:31 pm
- Forum: Modules/Add-Ons
- Topic: Blog and cms_date_format
- Replies: 7
- Views: 3813
Re: Blog and cms_date_format
I managed to change the language, by changing config.php: $config['locale'] = 'nld' (nl_NL for UNIX)
Still have the problem with {$entrytime}. It takes the date format of BlogMS' settings.
Please help! Thanks!
Still have the problem with {$entrytime}. It takes the date format of BlogMS' settings.
Please help! Thanks!
- Thu May 21, 2009 8:32 pm
- Forum: Modules/Add-Ons
- Topic: Blog and cms_date_format
- Replies: 7
- Views: 3813
Re: Blog and cms_date_format
In case of "Blogs template": The date format is good, but it is in English. I would like to have it in Dutch. - Default language of the frontend is set to Dutch - Tag in page is: {cms_module module='Blogs' lang="nl_NL" numentries="3" detailpage="blog"} In case...
- Thu May 14, 2009 7:45 pm
- Forum: Modules/Add-Ons
- Topic: Blog and cms_date_format
- Replies: 7
- Views: 3813
Blog and cms_date_format
Hi all,
I have installed Blogs Made Simple 0.3.3.1 on CMSMS 1.5.4 and want to make use of the CMSMS standard date format (cms_date_format). I found this thread, but still I was not able to make it work:
http://forum.cmsmadesimple.org/index.php?topic=23745.0
Can somebody help? Thanks!
I have installed Blogs Made Simple 0.3.3.1 on CMSMS 1.5.4 and want to make use of the CMSMS standard date format (cms_date_format). I found this thread, but still I was not able to make it work:
http://forum.cmsmadesimple.org/index.php?topic=23745.0
Can somebody help? Thanks!