Search found 38 matches

by atdesign
Thu Jan 04, 2018 11:59 pm
Forum: Modules/Add-Ons
Topic: FormBuilder Pulldown of FEU Groups
Replies: 0
Views: 939

FormBuilder Pulldown of FEU Groups

Hello,

How can I go about automatically populating the Form Builder Field Type: Email Results Based on Pulldown with the FE Users of a particular group?

Thanks.
by atdesign
Tue Nov 21, 2017 2:27 pm
Forum: Modules/Add-Ons
Topic: Gallery and Bootstrap Rows and Columns
Replies: 6
Views: 2906

Re: Gallery and Bootstrap Rows and Columns

Thanks velden!
by atdesign
Tue Nov 21, 2017 1:24 pm
Forum: Modules/Add-Ons
Topic: Gallery and Bootstrap Rows and Columns
Replies: 6
Views: 2906

Re: Gallery and Bootstrap Rows and Columns

velden wrote:Consider adding a check for 'div by 3 and NOT last' else you could end up having one additional, empty row.
Not sure I understand. Could you show me the mark up example?
by atdesign
Thu Nov 16, 2017 6:28 pm
Forum: Modules/Add-Ons
Topic: Gallery and Bootstrap Rows and Columns
Replies: 6
Views: 2906

Re: Gallery and Bootstrap Rows and Columns

Many thanks for the tip @Rinker! If it helps others, I was able to make it work using this in my Gallery template <div class="gallery"> <div class="row img"> {foreach from=$images item=image name='featured'} <div class="col-md-4"> <a href="{$image->file|escape:'url...
by atdesign
Wed Nov 15, 2017 10:03 pm
Forum: Modules/Add-Ons
Topic: Gallery and Bootstrap Rows and Columns
Replies: 6
Views: 2906

Gallery and Bootstrap Rows and Columns

Hello, Is it possible to edit the templates (in my case the Lightbox) to use rows of 3 columns in the foreach loop? So something like: {loop for every 3 images} <div class="row"> {foreach from=$images item=image} <div class="col-md-4">Image Stuff</div> {/foreach} </div> {/loop} H...
by atdesign
Wed Apr 19, 2017 7:50 pm
Forum: Modules/Add-Ons
Topic: Pulldown option default in Form Builder
Replies: 1
Views: 1209

Pulldown option default in Form Builder

Hello,

I'm using CMSMS 2.1.6 and Form Builder 0.8.1.6.

I would like to use the first option of a pulldown as the default instead of Select One. I've tried leaving the " "Select One" Text:" " field blank without success.

Is this possible?
Thanks.
by atdesign
Wed Sep 28, 2016 12:10 pm
Forum: Modules/Add-Ons
Topic: FormBrowser replacement for v2?
Replies: 5
Views: 1996

Re: FormBrowser replacement for v2?

Ok, thanks for the heads up. Could you share the devs name/contact info so I can see if they are available for paid sponsorship of the module?

Thanks.
by atdesign
Wed Sep 28, 2016 1:45 am
Forum: Modules/Add-Ons
Topic: FormBrowser replacement for v2?
Replies: 5
Views: 1996

FormBrowser replacement for v2?

Hello,

Was wondering if there's a module replacement for FormBrowser in v2 that allows an admin or editor to view form submissions from FormBuilder.

Thanks.
by atdesign
Thu Jul 10, 2014 4:24 pm
Forum: CMS Show Off
Topic: Pro Track and Field Representation Company
Replies: 1
Views: 2453

Pro Track and Field Representation Company

Our friends at Global Athletics & Marketing challenged us to create a highly customized CMSMS website for them to easily profile athletes, their news and media. We worked together with the talented, Mr. Wishbone to accomplish customization of modules. These guys are always on the go so having a ...
by atdesign
Fri Jun 20, 2014 2:17 pm
Forum: Modules/Add-Ons
Topic: Gallery module
Replies: 4
Views: 1578

Re: Gallery module

ivo647 wrote:Thank you very much Rolf! :)
Indeed I found help in an existing topic already, my bad for not searching for it in first place.
Could you share your solution? I couldn't find the post and it doesn't seem to be addressed in the FAQs.
by atdesign
Fri Apr 18, 2014 2:58 pm
Forum: Modules/Add-Ons
Topic: Get URL from Gallery
Replies: 2
Views: 1106

Re: Get URL from Gallery

Just gave that a try but I only see a parent url. No current page url unfortunately.
velden wrote:use {get_template_vars} in your template and look if there's an appropriate variable for you.
by atdesign
Fri Apr 18, 2014 1:51 pm
Forum: Modules/Add-Ons
Topic: Get URL from Gallery
Replies: 2
Views: 1106

Get URL from Gallery

Hello, I'm trying to implement Facebook comments with the latest Gallery module but am having trouble grabbing the full sub gallery url to use for the data-href tag so that comments are tagged to each individual sub gallery. For the news module I was able to use the canonical url but it doesn't work...
by atdesign
Fri Nov 15, 2013 4:19 pm
Forum: Modules/Add-Ons
Topic: CGSocialBlaster - Title
Replies: 0
Views: 755

CGSocialBlaster - Title

Hello, I've installed and set up CGSocialBlaster and everything works great except that CGBlog doesn't seem to recognize the {$input_data->title} tag in the CGSocialBlaster templates. Nothing is spit out. {$input_data->canonical} works fine. My template is basically just: {$input_data->title} - {$in...
by atdesign
Mon Nov 11, 2013 1:42 pm
Forum: Modules/Add-Ons
Topic: NMS List Descriptions
Replies: 3
Views: 1439

Re: NMS List Descriptions

Right, but this tag {$curr_id} prints out the list name and description.
by atdesign
Mon Nov 11, 2013 1:15 pm
Forum: Modules/Add-Ons
Topic: NMS List Descriptions
Replies: 3
Views: 1439

NMS List Descriptions

Hello,

Is there a way to remove or hide the list descriptions from the subscribe form without editing the source?

Code: Select all


Thanks.

Go to advanced search