Search found 40 matches

by eus
Mon Mar 21, 2016 9:13 pm
Forum: Modules/Add-Ons
Topic: LISE fielddef Content Pages stores id -> frontend id2title ?
Replies: 11
Views: 14000

Re: LISE fielddef Content Pages stores id -> frontend id2tit

Hi, Yes you're right i missed that one.. (optional) page (int|string) - An optional page id or alias to fetch the content from. If not specified, the current page is assumed. {page_attr key="title" page="39"} works but ... It hasn't some page fields i needed like menu_text. But i...
by eus
Mon Mar 21, 2016 8:03 pm
Forum: Modules/Add-Ons
Topic: LISE fielddef Content Pages stores id -> frontend id2title ?
Replies: 11
Views: 14000

Re: LISE fielddef Content Pages stores id -> frontend id2tit

Of course ... http://docs.cmsmadesimple.org/tags/cmsms-tags/page_attr But that is for the page itself not in a foreach loop. There was no option like {page_attr pageid=39 key="extra1"} or i am missing something. It's only for LISE -> summary template in combination with Contentpages when y...
by eus
Sat Mar 19, 2016 2:41 pm
Forum: Modules/Add-Ons
Topic: LISE fielddef Content Pages stores id -> frontend id2title ?
Replies: 11
Views: 14000

Re: LISE fielddef Content Pages stores id -> frontend id2tit

Hi, Ik know page_attr but that's an option for getting content out of the current page. Not what i need. Example in summary lise template... something like this {foreach ...} {$pageidfield from lise} - {other $fieldfromlise}<br> {/foreach} will show for example in the frontend 39 - title1 41 - title...
by eus
Fri Mar 18, 2016 4:41 pm
Forum: Modules/Add-Ons
Topic: LISE fielddef Content Pages stores id -> frontend id2title ?
Replies: 11
Views: 14000

LISE fielddef Content Pages stores id -> frontend id2title ?

Hi, Does anyone know how i can get (for example) the menutag or title from content pages in the LISE summary template (if you choose field content pages it gives a dropdown of all pages and stores the id of that page). That's perfect but a then want a field shown from that page in the listing like t...
by eus
Fri Mar 04, 2016 3:27 pm
Forum: Modules/Add-Ons
Topic: LISE saving value 0 (zero) not saved
Replies: 5
Views: 1405

Re: LISE saving value 0 (zero) not saved

Thanks for the tips and shortcode. It will work in many solutions but the field i've got is a "score" field. So it can be 0,1,2,3,4 etc. The frontend then shows 0 as a score. The admin also doesn't show 0 but blank. I think indeed that 0 will not store in the database. This is a workaround...
by eus
Fri Mar 04, 2016 1:01 pm
Forum: Modules/Add-Ons
Topic: LISE saving value 0 (zero) not saved
Replies: 5
Views: 1405

LISE saving value 0 (zero) not saved

Hello,

Is it possible to store the value 0 (it's the text_input field).?
I think it's something in the core. I want to use it for a module where i can store a team result.

"0 will work, so i can strip it in the frontend but maybe there are other solutions or tricks.

Thnx
by eus
Fri Nov 30, 2012 3:15 pm
Forum: CMSMS Core
Topic: Cannot delete images via image manager 1.11.2.1.
Replies: 6
Views: 2915

Re: Cannot delete images via image manager 1.11.2.1.

Same problem here with 1.11.3

Exactly same problem as Sören describes

Is this one fixed in svn ?
by eus
Thu Nov 22, 2012 4:15 pm
Forum: Dutch - Nederlands
Topic: SOLVED: 1.11.3 Smarty probleem (wit scherm) bij wijzigen
Replies: 6
Views: 2704

Re: 1.11.3 Smarty probleem (wit scherm) bij wijzigen Sjabloo

Hello folks! Many thanks to Jos reporting this at the first place. Fixed in SVN. Problem was that dummy object wasn't callable as ArrayObject, now it is. Copy & overwrite: lib/classes/class.Smarty_parser.php Or: Wait for fix release. I am really sorry, this whole thing lacked some testing, etc....
by eus
Thu Nov 22, 2012 3:56 pm
Forum: Dutch - Nederlands
Topic: SOLVED: 1.11.3 Smarty probleem (wit scherm) bij wijzigen
Replies: 6
Views: 2704

Re: 1.11.3 Smarty probleem (wit scherm) bij wijzigen Sjabloo

Jos wrote:thx... this is an already known issue. It's related to the use of arrays in templates. Stikki is working on it
Thnx for the quick response
by eus
Thu Nov 22, 2012 3:38 pm
Forum: Dutch - Nederlands
Topic: SOLVED: 1.11.3 Smarty probleem (wit scherm) bij wijzigen
Replies: 6
Views: 2704

Re: 1.11.3 Smarty probleem (wit scherm) bij wijzigen Sjabloo

Wat doet glow? [glow]{assign var="pretty" value="/"|explode:$smarty.get.page}[/glow] glow hoort er niet bij maar was bedoelt om de smarty assign te accentueren. Dat werkt blijkbaar niet in dit forum. Het glow knopje in de editor van dit forum. ik heb het verwijderd in de orginel...
by eus
Thu Nov 22, 2012 3:09 pm
Forum: Dutch - Nederlands
Topic: SOLVED: 1.11.3 Smarty probleem (wit scherm) bij wijzigen
Replies: 6
Views: 2704

SOLVED: 1.11.3 Smarty probleem (wit scherm) bij wijzigen

Hoi, Blank pages problem, easy to reproduce. Never had this problem before. Html block named "begin": <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <__html xmlns="http://www.w3.org/1999/xht...
by eus
Fri Jun 17, 2011 7:07 am
Forum: The Lounge
Topic: SOLVED: Generate session in UDT, possible ?
Replies: 4
Views: 2393

Generate session in UDT, possible ?

Hello,

Thanx for the suggestions. I've solved it by doing this in an UDT.

@session_regenerate_id() ;
$session=session_id() ;

It looks like session_start was already loaded in the cms
by eus
Thu May 05, 2011 2:06 pm
Forum: CMSMS Core
Topic: [SOLVED] Activate ssl how-to cmsms 1.9.4.1
Replies: 2
Views: 1092

SOLVED: Activate ssl how-to cmsms 1.9.4.1

Hello,

Thnx for the reply.

The problem is fixed and is not cmsms related. Not all the necessaire fields for ssl were activated in my hosting package.
I noticed it when i checked include.php (if $_SERVER['HTTPD'] )
It did'nt return anything.
That's why i checked my hosting settings again.
by eus
Tue May 03, 2011 12:13 pm
Forum: CMSMS Core
Topic: [SOLVED] Activate ssl how-to cmsms 1.9.4.1
Replies: 2
Views: 1092

[SOLVED] Activate ssl how-to cmsms 1.9.4.1

Hello, Can someone help me what to do to activate ssl on cmsms 1.9.4.1 ? I think i'm missing a basic thing but i can't see any information on this. - I want to secure http://<domainname>/preview/login with ssl I set $config['root_url'] = 'http://<domainname>/preview'; $config['ssl_url'] = 'https://<...
by eus
Tue Apr 12, 2011 7:50 am
Forum: The Lounge
Topic: SOLVED: Generate session in UDT, possible ?
Replies: 4
Views: 2393

SOLVED: Generate session in UDT, possible ?

Hello, For a specific project i need a session in an udt. In this specific example i can't use frontendusers or other core packages. So session_start() and assigning value's in the udt does not work like in native php. De variables are empty. Should i store the session in global $gCms for example ? ...

Go to advanced search