Search found 43 matches
- Sat Mar 25, 2017 5:48 am
- Forum: The Lounge
- Topic: Get Name of Content Page
- Replies: 1
- Views: 1602
Get Name of Content Page
I can't seem to find this anywhere in the documentation - is there a way to determine the name of the content page currently being viewed? I need to do this in order to be able to direct logic in the design template that the content page is using. For example, using the same design template, I want ...
- Fri Mar 17, 2017 10:51 pm
- Forum: The Lounge
- Topic: Pass Parameter to Template?
- Replies: 3
- Views: 2533
Re: Pass Parameter to Template?
Sorry Rolf, this still doesn't quite make sense to me. It appears this still drives the need to create a new template for each use but base it on a main template. I get that and am currently using a similar structure. I guess I need to try to explain more about what I have and what I'm trying to do....
- Thu Mar 16, 2017 5:55 am
- Forum: The Lounge
- Topic: Pass Parameter to Template?
- Replies: 3
- Views: 2533
Pass Parameter to Template?
Is it possible to pass parameter values into templates in order to reuse templates in similar but different ways? For example, if all that's different between Template1 and Template2 is a call to a particular LISE instance, is it possible to pass a string value that indicates which LISE instance to ...
- Thu Dec 15, 2016 6:54 pm
- Forum: The Lounge
- Topic: News Module : Upload Files
- Replies: 0
- Views: 1054
News Module : Upload Files
Is it possible to upload images/files from the News Module directly from the wysiwyg content block? It appears one is only able to select existing files that have been uploaded. If this isn't possible, does that mean that I have to give File Manager permissions to the editor group in order to have t...
- Mon Nov 28, 2016 10:28 pm
- Forum: The Lounge
- Topic: Span Tag Doesn't Keep in Source Code Editor
- Replies: 0
- Views: 979
Span Tag Doesn't Keep in Source Code Editor
Is there any particular reason why the <span> tag is removed from the Tools > Source Code section of a Content Block if it doesn't have a class or id assigned to it? Is this by design? And are there any other tags that fall into this category of requiring additional attributes in order to be used? I...
- Sun Nov 06, 2016 9:42 pm
- Forum: Modules/Add-Ons
- Topic: LISE : Categories Example -- How do I drill down into Items?
- Replies: 5
- Views: 10683
Re: LISE : Categories Example -- How do I drill down into It
To anyone else out there who may be looking for some help on something like this - here's an actual example of something that should get you started. By placing this in a LISE Category Template, you can get a separation of the Categories and the Items that apply. {foreach from=$categories item=categ...
- Sun Nov 06, 2016 9:09 pm
- Forum: Modules/Add-Ons
- Topic: LISE : Categories Example -- How do I drill down into Items?
- Replies: 5
- Views: 10683
Re: LISE : Categories Example -- How do I drill down into It
Jo Morg, I know you're trying to teach me how to fish, but I still don't understand this. With LISE, it appears to me that the Categories and Items are returned in the same array of objects. I still don't understand how to distinguish between the two. Is there at least a way to get the Type of Objec...
- Wed Oct 26, 2016 9:07 pm
- Forum: Modules/Add-Ons
- Topic: LISE : Categories Example -- How do I drill down into Items?
- Replies: 5
- Views: 10683
Re: LISE : Categories Example -- How do I drill down into It
Velden, I've read through the help section, but thank you for reposting it verbatim here. Unfortunately the help section does not help me to understand how to implement these parameters in a useful way. Simply adding the show_items="true" parameter does not explain how to target any of the...
- Wed Oct 26, 2016 3:45 am
- Forum: Modules/Add-Ons
- Topic: LISE : Categories Example -- How do I drill down into Items?
- Replies: 5
- Views: 10683
LISE : Categories Example -- How do I drill down into Items?
This is the example template provided in the LISE Categories Template: <!-- categories --> <ul> {foreach from=$categories item=category} <li class="category-{$category->alias}"> <a class="category-name" href="{$category->url}">{$category->name} ({$category->items|count}...
- Wed Oct 26, 2016 12:25 am
- Forum: Modules/Add-Ons
- Topic: LISE : Get Category Name of Item
- Replies: 1
- Views: 1635
LISE : Get Category Name of Item
Can someone please help me understand how to capture the Category Name of an item in LISE instead of the Category Index number?
- Tue Oct 25, 2016 12:39 am
- Forum: Modules/Add-Ons
- Topic: LISE Categories : Capture Items Inside Category Template
- Replies: 1
- Views: 1668
Re: LISE Categories : Capture Items Inside Category Template
Ok... so I've figured out how to get the items into the Category Template using something like this: {LISEDocuments action="category" show_items="true"} The show_items will attached the items to the Category Template as expected. I've modified the default Category Template to loo...
- Mon Oct 24, 2016 11:26 pm
- Forum: Modules/Add-Ons
- Topic: LISE Categories : Capture Items Inside Category Template
- Replies: 1
- Views: 1668
LISE Categories : Capture Items Inside Category Template
Much like martinpescador's post , I'm too am having a hard time trying to understand how to group LISE items by Category. I've modified the default Category template in an attempt to have the Category Name as a header and the Category Description as a paragraph below it. My goal is to then create a ...
- Thu Oct 06, 2016 6:37 am
- Forum: CMSMS Core
- Topic: Using templates inside templates?
- Replies: 2
- Views: 1568
Re: Using templates inside templates?
Thanks Rolf. That's exactly what I'm looking for.
- Thu Oct 06, 2016 2:32 am
- Forum: CMSMS Core
- Topic: Using templates inside templates?
- Replies: 2
- Views: 1568
Using templates inside templates?
I'm working in 2.x and having a hard time figuring out whether or not this is even possible. Let's say you have a basic framework as a template - header with navigation, main content, and footer. This is pretty universal when it comes to website content structure so I'd like to be able to use it thr...
- Sat Sep 17, 2016 4:45 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Internet & Intranet Setup
- Replies: 1
- Views: 3633
Internet & Intranet Setup
I have a client that is requesting a redesign on their website to make it a little more 21st century compliant, but they're also exploring the idea of implementing an intranet for internal communications and document sharing between offices. Essentially they want a multi-page, public facing website,...