Search found 10 matches

by ooopie
Mon Jan 21, 2019 6:35 pm
Forum: Modules/Add-Ons
Topic: Simple image upload/resize/insert workflow
Replies: 3
Views: 1682

Re: Simple image upload/resize/insert workflow

Nice! I never knew of cgsi_convert

Thanks for sharing, that sounds perfect.
by ooopie
Mon Jan 21, 2019 4:59 pm
Forum: Modules/Add-Ons
Topic: Simple image upload/resize/insert workflow
Replies: 3
Views: 1682

Simple image upload/resize/insert workflow

I have many non-tech savvy clients using CMSMS to manage their websites, and they find it very straightforward, however they always struggle with inserting images into pages. The workflow I suggest to them is: - Upload image with the file manager (usually a large image from camera) - Resize the imag...
by ooopie
Sun Aug 19, 2018 3:55 am
Forum: Modules/Add-Ons
Topic: LISE - pass custom var to template
Replies: 1
Views: 915

LISE - pass custom var to template

When I call a LISE instance, is there a way I can pass a custom variable to the template?

For example:

Code: Select all

{LISEmymodule myFavoriteColor="purple"}
and then the template:

Code: Select all

<div style="color: {$myFavoriteColor}">
by ooopie
Wed Feb 07, 2018 8:14 pm
Forum: CMSMS Core
Topic: Multiple templated sections in single page
Replies: 7
Views: 2721

Re: Multiple templated sections in single page

Thank you all for the replies. I certainly learned some tricks I didn't know of that I will be using on this project.

I also found another thread which accomplishes exactly what I was looking to do here:
viewtopic.php?f=8&t=73662
(maybe not efficiently or securely)
by ooopie
Mon Jan 22, 2018 7:22 pm
Forum: CMSMS Core
Topic: Multiple templated sections in single page
Replies: 7
Views: 2721

Re: Multiple templated sections in single page

Thank you. It is possible with a single page and multiple content blocks, but it's not an idea solution in this case for a couple reasons: - I would like the editors to easily add/remove/reorder "sections" of the main pages. - Each "section" may have over 4-8 content blocks, and ...
by ooopie
Fri Jan 19, 2018 8:39 pm
Forum: CMSMS Core
Topic: Multiple templated sections in single page
Replies: 7
Views: 2721

Re: Multiple templated sections in single page

Yes - thank you for the reply.

CGSimpleSmarty can get me close, but as far as I can tell, it only returns the raw content from a page - not the output of a page after processing through the page template, which is what I'm looking to do.
by ooopie
Thu Jan 18, 2018 9:28 pm
Forum: CMSMS Core
Topic: Multiple templated sections in single page
Replies: 7
Views: 2721

Multiple templated sections in single page

I'm building a site where I would like to break the content up into separate "sections". Multiple "sections" may displayed on a single page. However, I would like there to be a handful of different "section" templates to use, for example: Section template 1: blue box on...
by ooopie
Tue Jan 26, 2016 4:17 pm
Forum: Modules/Add-Ons
Topic: LISE (ListIt2) item details values in Page Template
Replies: 3
Views: 1953

Re: LISE (ListIt2) item details values in Page Template

Thank you greatly. This is my first site with CMSMS 2 and the smarty variable scope thing got me.

Good info. Cup of coffee bought :)
by ooopie
Mon Jan 25, 2016 11:25 pm
Forum: Modules/Add-Ons
Topic: LISE (ListIt2) item details values in Page Template
Replies: 3
Views: 1953

LISE (ListIt2) item details values in Page Template

Hi - I'm running the latest LISE module in CMSMS 2.1.1 Is there a way to use a LISE item detail values in my Core::Page Template? For example, I would like the $item->title to replace the page title in the META <title> tag as well as within a <h1> tag in the page template. I would also like the $ite...
by ooopie
Mon Dec 19, 2011 7:23 pm
Forum: Tips and Tricks
Topic: Sending out "FEU Invites" for invitation only websites
Replies: 6
Views: 7153

Re: Sending out "FEU Invites" for invitation only websites

This is great, and exactly what I wanted to do...

...except, I am importing users from a .csv file

Is there a way to loop thru the users and run this UDT for each user already imported?

Go to advanced search