Hi I have a modal setup in a foreach loop using Lise module. I just need help getting the correct item details in the modal.
Thanks.
Search found 5 matches
- Thu Jul 05, 2018 10:57 am
- Forum: Help Wanted (commercial)
- Topic: LISE Modal
- Replies: 2
- Views: 4038
- Sun Jul 01, 2018 9:38 am
- Forum: CMSMS Core
- Topic: Pagealias and content Id
- Replies: 2
- Views: 1229
Re: Pagealias and content Id
Thanks I've fixed now. I just had to add extra classes to the udt 

- Sun Jul 01, 2018 12:08 am
- Forum: CMSMS Core
- Topic: Pagealias and content Id
- Replies: 2
- Views: 1229
Pagealias and content Id
I am using a UDT to add a class to all pages which overwrites the default. It uses page_alias /and Id. I need to add a second color change but can't reuse the UDT. What would be the best way to do it. Should I try and rewrite the UDT to only do one or the other or is there another global variable I ...
- Wed Apr 25, 2018 9:25 am
- Forum: Modules/Add-Ons
- Topic: CGBlog Issue
- Replies: 2
- Views: 1154
Re: CGBlog Issue
Solved - if anyone else is struggling with this
{$entry->file_location}/{$entry->fieldsbyname.yourfielddef->value}
becomes
{uploads_url}/{$entry->fieldsbyname.yourfielddef->value}
{$entry->file_location}/{$entry->fieldsbyname.yourfielddef->value}
becomes
{uploads_url}/{$entry->fieldsbyname.yourfielddef->value}
- Tue Apr 24, 2018 11:31 pm
- Forum: Modules/Add-Ons
- Topic: CGBlog Issue
- Replies: 2
- Views: 1154
CGBlog Issue
I've just noticed on the last couple of installs I've done that CGBlog is not installing the usual cgblog folder and so when I go to put in an image in the template they are not showing becasue it can't find the correct path. I am using the latests version of CMS and blog. Anyone else experiencing t...