Search found 15 matches
- Fri Aug 22, 2014 10:55 pm
- Forum: The Lounge
- Topic: how to add class to text fields into form builder template
- Replies: 1
- Views: 1997
how to add class to text fields into form builder template
hi I could't find a way to add class to text fields in html form by using form builder module. Form builder module version is 0.7. <input type="text" name="cntnt01fbrp__90" value="" size="25" maxlength="128" id="Field Alias and DOM id (CSS id)&q...
- Tue May 20, 2014 1:41 am
- Forum: The Lounge
- Topic: how to create more page attributes
- Replies: 5
- Views: 2669
Re: how to create more page attributes
I couldn't use product module because I got fatal error message during installation so each page in the site created as a product page and right now I am using menu manager template to create and classify related products to each pages . may be it's not efficient way but this is the solution I have ...
- Mon May 19, 2014 1:51 am
- Forum: The Lounge
- Topic: how to create more page attributes
- Replies: 5
- Views: 2669
how to create more page attributes
how can I create a variable to specific the page other than three extra page attributes so I can call that variable in menu manager template. There is a section labeled "Smarty data or logic that is specific to this page" but I couldn't find any example related this topic. Or is there a wa...
- Sun Mar 30, 2014 12:50 am
- Forum: The Lounge
- Topic: How can I loop through sub folders in gallery module.
- Replies: 11
- Views: 6400
Re: How can I loop through sub folders in gallery module.
I had some progress change the template which I have created like this <div class="navigation col-md-4" id="thumbs" > <ul class="thumbs noscript"> {foreach from=$images item="image"} {if $image->isdir} <a class="thumb " name="{$image->title}&quo...
- Sat Mar 29, 2014 3:18 am
- Forum: The Lounge
- Topic: How can I loop through sub folders in gallery module.
- Replies: 11
- Views: 6400
Re: How can I loop through sub folders in gallery module.
I have used this {Gallery dir='Projects/' template="Galleriffic"} for this page http://www.qdistone.com/test-3/test-gallery/bathroom-gallery/ sub folder links are not working and you will also see images in the 'Projects' folder is working and I have used {Gallery dir='Kitchen/English-Waln...
- Thu Mar 27, 2014 9:03 am
- Forum: The Lounge
- Topic: How can I loop through sub folders in gallery module.
- Replies: 11
- Views: 6400
Re: How can I loop through sub folders in gallery module.
Thanks for all replying my post. I should have explained it in better way so my difficulty is this; I have created a main folder as named Projects and sub folders for each different projects under "Projects" folder. I'd like to use http://www.twospy.com/galleriffic/ this gallery plugin ins...
- Tue Mar 25, 2014 8:48 pm
- Forum: The Lounge
- Topic: How can I loop through sub folders in gallery module.
- Replies: 11
- Views: 6400
How can I loop through sub folders in gallery module.
I am trying to loop through images in gallery module to pick images whose image field value is bathroom using this folowing code but it's not loop through sub folders in gallery module only brings images which are in the gallery main folder {foreach from=$images item="image"} {if $image->f...
- Wed Mar 28, 2012 4:59 pm
- Forum: Modules/Add-Ons
- Topic: select only one category among categories
- Replies: 2
- Views: 1107
Re: select only one category among categories
Thanks Wishbone it works. I wrote this {if $categorytext|strpos:'Pavers'!==FALSE} {Products action="default" category='Pool Copings' sortby="random " pagelimit="4" } {elseif $categorytext|strpos:'Pool Copings'!==FALSE} {Products action="default" category='Pave...
- Tue Mar 27, 2012 9:40 pm
- Forum: Modules/Add-Ons
- Topic: select only one category among categories
- Replies: 2
- Views: 1107
select only one category among categories
hi In product module when I use {get_template_vars} in detail template I get categorytext= Travertine, Paver,Tile because of one product has more than one category. what I am trying to do is something like this {if categorytext=='Travertine'}say yes {else }no {/if} but only I get yes when I use it l...
- Wed Mar 21, 2012 9:09 pm
- Forum: Modules/Add-Ons
- Topic: how to create related products matching color with the curre
- Replies: 2
- Views: 1240
Re: how to create related products matching color with the c
sorry..it seemed to me that is version name of cms made simple
- Wed Mar 21, 2012 5:47 pm
- Forum: Modules/Add-Ons
- Topic: how to create related products matching color with the curre
- Replies: 2
- Views: 1240
how to create related products matching color with the curre
hi I'm using moonsoon cms 1.9.1 and trying create and show related products (I called it accessories) which match selected product color in detail template I thought basically I should look for finding a code to get current product color in product detail template then assign it as variable,next loo...
- Thu Jan 12, 2012 9:39 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: News Module categories
- Replies: 8
- Views: 3855
Re: News Module categories
after your post I checked out css and html codes and finally
figure out that css properties of the categories ul list is wrong
thanks a lot
figure out that css properties of the categories ul list is wrong
thanks a lot
- Thu Dec 29, 2011 4:07 am
- Forum: Layout and Design (CSS & HTML)
- Topic: News Module categories
- Replies: 8
- Views: 3855
- Wed Dec 28, 2011 4:22 am
- Forum: Layout and Design (CSS & HTML)
- Topic: News Module categories
- Replies: 8
- Views: 3855
Re: News Module categories
hi, I am using Monsoon CMS 1.9.1. and News module 2.11 .. I created a two column layout News page [ like div id=main content t the left and div id=newscategories at the right ] and I am trying to put Browse Categories Template Content into right column of the page .. I put this code <div id=newscate...
- Thu Dec 22, 2011 4:16 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: News Module categories
- Replies: 8
- Views: 3855
News Module categories
hi, I created a div named categories to show News Categories in the page as sidebar and put this code in it {news action='browsecat' browsecattemplate='sample'} but I can't get News Categories into the categories div ...it doesnt go there it goes all the page up right side I couldn't find a way to p...