Search found 26 matches
- Mon Apr 21, 2008 1:32 pm
- Forum: Modules/Add-Ons
- Topic: Shop and Cart Made Simple Modules released
- Replies: 23
- Views: 11928
Re: Shop and Cart Made Simple Modules released
congrats on getting this out. I look forward to playing with it, I just wish I wasn't up to my eyes in another project and had the time right now....
- Mon Apr 07, 2008 4:11 pm
- Forum: Help Wanted (commercial)
- Topic: Fundraising (Stopped) for finishing the Cart/Shop Made Simple modules
- Replies: 9
- Views: 6884
Re: Fundraising for finishing the Cart/Shop Made Simple modules
I was bitterly dissapointed by the forums lack of action when Calguys Module was put up to donations, but after a while I came to the following conclusion. The main problem with an ecommerce module is that people need to see it to know it is exactly what they need. How many of us have read the specs...
- Fri Mar 07, 2008 4:26 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: How to change the placing of the fields in a form template ?
- Replies: 4
- Views: 1667
Re: How to change the placing of the fields in a form template ?
wrap your form in a container div and then float elements left and right. make the container just big enough for your single line fields then float them left, for the lines with 2 fields float them left and right
- Fri Mar 07, 2008 1:25 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: How to change the placing of the fields in a form template ?
- Replies: 4
- Views: 1667
Re: How to change the placing of the fields in a form template ?
You can lay out your forms using css, in form builder when adding a form field you can add a css class to your field in the advanced tab. Your input boxes will have classes already. do a search for the firefox web developer toolbar and you will be able to find them using that.
- Tue Mar 04, 2008 1:15 pm
- Forum: CMSMS Core
- Topic: Product database?
- Replies: 1
- Views: 1032
Re: Product database?
check out the cataloger module - http://dev.cmsmadesimple.org/projects/cataloger/
- Wed Jan 30, 2008 10:06 am
- Forum: CMSMS Core
- Topic: 1.1.2 hates Cataloger?!?
- Replies: 8
- Views: 3982
Re: 1.1.2 hates Cataloger?!?
OK I've read 3 or 4 different threads about this now and no one seems to have found an answer. Seems I have no choice but to restore to v.1.1.4.1. A bit of a pain as we've added a lot of content since the upgrade
- Tue Jan 29, 2008 3:47 pm
- Forum: CMSMS Core
- Topic: 1.1.2 hates Cataloger?!?
- Replies: 8
- Views: 3982
Re: 1.1.2 hates Cataloger?!?
I should also mention this happens in cataloger version 0.5.5 originally and in 0.6.2. Tried upgrading then un/reinstalling
- Tue Jan 29, 2008 3:40 pm
- Forum: CMSMS Core
- Topic: 1.1.2 hates Cataloger?!?
- Replies: 8
- Views: 3982
Re: 1.1.2 hates Cataloger?!?
I'm having exactly the same problem. I set up cataloger in version 1.1.4.1 and it was fine in testing. We didn't use the cataloger straight away, and we updated to 1.2 and went to start using the cataloger again and we get the error on the category pages only the item pages work fine. error shown on...
- Thu Dec 13, 2007 1:53 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: NMS text box widths
- Replies: 3
- Views: 1551
Re: NMS text box widths
no worries - nice looking design by the way.
If you think it should be in the guide then submit a write up to the wiki
If you think it should be in the guide then submit a write up to the wiki
- Thu Dec 13, 2007 1:30 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: NMS text box widths
- Replies: 3
- Views: 1551
- Wed Dec 05, 2007 4:25 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: SOLVED Help needed with changing menu colors
- Replies: 2
- Views: 1405
Re: Help needed with changing menu colors
in the stylesheet Navigation: CSSMenu - Vertical look for
#primary-nav a{
background: transparent;
color: #006699;
and change transparent (for the background) and #006699 (for the text) to whatever colour you want
#primary-nav a{
background: transparent;
color: #006699;
and change transparent (for the background) and #006699 (for the text) to whatever colour you want
- Wed Dec 05, 2007 1:24 pm
- Forum: Modules/Add-Ons
- Topic: Simple Cart - fund
- Replies: 14
- Views: 6024
Re: Simple Cart - fund
Come on people. I must have read a hundred posts in this forum wanting cart functionality, I can't believe the pick up is so slow on this. There must be another 57 people willing to pay $10 to see this happen
- Wed Dec 05, 2007 10:55 am
- Forum: Layout and Design (CSS & HTML)
- Topic: NMS subscribe form in sidebar
- Replies: 5
- Views: 2370
Re: NMS subscribe form in sidebar
#m4moduleform_2
The web developer toolbar for firefox is great for finding tags and id's
http://chrispederick.com/work/web-developer/
The web developer toolbar for firefox is great for finding tags and id's
http://chrispederick.com/work/web-developer/
- Tue Dec 04, 2007 2:42 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: NMS subscribe form in sidebar
- Replies: 5
- Views: 2370
Re: NMS subscribe form in sidebar
the width of each text box can be controlled by css. Look for the id of the txt box. In the default template I believe the email box is #m4email and the name box #m4username, so in your css put something like
#m4username {width:100px;}
#m4email {width:100px;}
#m4username {width:100px;}
#m4email {width:100px;}
- Fri Nov 09, 2007 4:05 pm
- Forum: CMSMS Core
- Topic: HELP! Where did my site go???? It vanished...
- Replies: 39
- Views: 12379
Re: HELP! Where did my site go???? It vanished...
Try repairing your database and if that works create a new database user used solely for cmsms and change your config.php