Search found 23 matches

by Joff
Tue Mar 30, 2010 12:34 pm
Forum: Modules/Add-Ons
Topic: Installing Products 2.6 on v1.7 but cannot find CGSimpleSmarty 1.4.4
Replies: 3
Views: 1382

Re: Installing Products 2.6 on v1.7 but cannot find CGSimpleSmarty 1.4.4

Thanks for confirming that, looks like I'll downgrade to 1.6.7
by Joff
Mon Mar 29, 2010 10:54 pm
Forum: Modules/Add-Ons
Topic: Installing Products 2.6 on v1.7 but cannot find CGSimpleSmarty 1.4.4
Replies: 3
Views: 1382

Installing Products 2.6 on v1.7 but cannot find CGSimpleSmarty 1.4.4

I've got a fresh install of 1.7 that I'm trying to install Products on.  In Module Manager, Products shows as v2.6 and has a dependency of CGSimpleSmarty 1.4.4 however when I go to CGSimpleSmarty, it's showing 1.4.3 as the latest version! The only other 1.7 & Products issue I've found is http://...
by Joff
Thu Mar 25, 2010 10:56 pm
Forum: Tips and Tricks
Topic: How to find the Last Menu Node on Level 1
Replies: 7
Views: 6809

Re: How to find the Last Menu Node on Level 1

kendo451 There's a slight error in the code in your first post.  The additional foreach you've created should be: {foreach from=$nodelist item=node} {if $node->depth == 1} {assign var='lastnode' value=$node->id} {/if} {/foreach} You had the "from=" as 'nodelist' when it should have been $n...
by Joff
Mon Dec 28, 2009 10:31 am
Forum: Help Wanted (commercial)
Topic: CMSMS Developer needed for module development
Replies: 1
Views: 1833

CMSMS Developer needed for module development

I'm looking to hire a developer with experience in module development, to start immediately - please send me a PM for more details.

Please include examples of your work if possible.
by Joff
Mon Dec 21, 2009 5:30 pm
Forum: Modules/Add-Ons
Topic: Quizzard with FrontEnd Users FEU
Replies: 1
Views: 1667

Quizzard with FrontEnd Users FEU

I'm trying to use the Quizzard module behind a FEU login and would like to bypass the initial Quizzard "quiz takers details" form, instead using the details of the logged in user.

Does anyone know if this is possible with Quizzard?  Any suggestions?
by Joff
Tue Dec 01, 2009 2:35 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Deprecated
Replies: 6
Views: 3965

Re: Deprecated

Thanks jmcgin51 but I did search and found it returned results that weren't relevant to my question.  I also checked the CMS MS roadmap, but that also didn't mention anything regarding PHP 5.3.0.

If you can share your search criteria with me that would be appreciated.
by Joff
Tue Dec 01, 2009 11:53 am
Forum: [locked] Installation, Setup and Upgrade
Topic: Deprecated
Replies: 6
Views: 3965

Re: Deprecated

A host I use for a number of other CMS Made Simple installs has just upgraded from 5.2.x to 5.3.0 - will you be looking at supporting 5.3.x in the near future?
by Joff
Thu Nov 26, 2009 11:37 pm
Forum: Modules/Add-Ons
Topic: [solved] Does PayPalGateway mod support Paypal Website Payments Pro?
Replies: 5
Views: 2455

Re: Does PayPalGateway mod support Paypal Website Payments Pro?

I'm also interested in using Paypal Website Payments Pro so would like to know if the mod supports it.
by Joff
Wed Oct 28, 2009 8:45 am
Forum: Layout and Design (CSS & HTML)
Topic: Changing Formbuilder submit button to image
Replies: 3
Views: 2254

Re: Changing Formbuilder submit button to image

Thanks, I overlooked the CSS method!

What are the issues with input type=image with IE?  I've never had (to my knowledge) any adverse problems.
by Joff
Tue Oct 27, 2009 11:34 pm
Forum: Layout and Design (CSS & HTML)
Topic: Changing Formbuilder submit button to image
Replies: 3
Views: 2254

Changing Formbuilder submit button to image

As per the subject, is there a way to change the submit button within a Formbuilder form from a submit input element to an image input element?
by Joff
Fri Dec 19, 2008 12:47 pm
Forum: Modules/Add-Ons
Topic: Front End File Management - creating new thumbnails
Replies: 0
Views: 706

Front End File Management - creating new thumbnails

I've got Front End File Management (Uploads) on a site and need to update the thumbnails on a number of the download items, but I can't find anywhere within the admin panel to do it. I'm in Content > FEFM (Uploads) > (file) > Edit Upload and can only see a "create thumbnail" button, which ...
by Joff
Fri Sep 19, 2008 1:46 pm
Forum: Developers Discussion
Topic: Populating Javascript values from CMS content
Replies: 6
Views: 2217

Re: Populating Javascript values from CMS content

All in good time ;) 

I'm just making sure the client is happy for the site to be posted on here.  Failing that, I'll set up a demo on another domain.
by Joff
Fri Sep 19, 2008 10:14 am
Forum: Developers Discussion
Topic: Populating Javascript values from CMS content
Replies: 6
Views: 2217

Re: Populating Javascript values from CMS content

For anyone interested, I went down the Mootools ticker route, adding the javascript call into the page with literal smarty tags. Then, I created a second News template for the news module (called ticker or something), which returned all the news headlines as an unordered list. Then the ticker code j...
by Joff
Sat Sep 13, 2008 8:57 am
Forum: Developers Discussion
Topic: Populating Javascript values from CMS content
Replies: 6
Views: 2217

Re: Populating Javascript values from CMS content

Thanks to both of you!

Alby, I should have said, it's a horizontal ticker I need, not vertical  :)  Thanks anyway, I think it's the same one I've used on another project too!
by Joff
Fri Sep 12, 2008 5:03 pm
Forum: Developers Discussion
Topic: Populating Javascript values from CMS content
Replies: 6
Views: 2217

Populating Javascript values from CMS content

I'm using the news content and would like a Javascript ticker elsewhere on the site showing just the news headline, with a link to article.

There are several tickers on Dynamic Drive, but can anyone point me in the right direction for integrating it with CMS MS?

Go to advanced search