Hi, I need commercial help if someone knows how to setup a very simple web-shop. This is the page, its already designed: http://www.starchase.org/products.html what needs to be done: - to install some eccommerce module combo - to setup payment gateway Please contact me. Thanks Cisco email: info@ce...
Hi Everyone, Here is something I did with CMSMS. Was kind of challenging making the news module and other stuff to work on russian but turned out great at the end. And one neat trick is language cookie script, so that once you change a language... next time you come back it opens that language homep...
Hi, I'm rebuilding one html site to CMSMS platform and have small problem. I need one small form to pass field values to another FormBuilder form. For example what I need please open this page: http://www.eurocargo.co.yu/en_wir_uber_uns.html Just fill out anything and click the " further > &quo...
How do I use a variable from a module in a page template. To be particular I am working with Company Directory module... and I've created custom fields "meta description" and "meta keywords" ... and they apear on page when inserted in module template ... but dont work in a page t...
How do I use a variable from a module in a page template. To be particular I am working with Company Directory module... and I've created custom fields "meta description" and "meta keywords" ... and they list when inserted in module template ... but dont work in a page template. ...
I have a FormBuilder 0.4 and I don't find a hidden check :( Workaround: - assign a css style to your field: hidefield - check "Hide Label" - in your Style CSS add: .hidefield { display:none; } Ask to calguy1000 for this in recent release or better solution :) Alby Hey, This worked jus...
in action.default.php In this line: $onerow->picture_path = $config['root_url'] . '/uploads/companydirectory/id' . $row['id'] . '/' . $row['picture_location']; I just replaced $row['id'] with this $row['company_id'] so now its like this $onerow->picture_path = $config['root_url'] . '/uploads/co...
Hi, I am using CompanyDirectory module v. 1.1.1 http://www.epsilonconcepts.com/projects/rw/index.php?page=about-us (list on the right) I have a problem, cant display thumbnail in summary listing. Image appears normally on details page included with this default code: {if $entry->picture_...
A 2 questions about "Company Directory" module: this is the site Im workin on: http://www.epsilonconcepts.com/projects/rw/ #1 Is there a way for a company (item) to be imported from FrontEndUsers module? for example if a new company (item) registered and is listed in FEU. #2 When clicked o...
yes, you need to delete these fields in the database using phpmyadmin. It happened to me too, probably happens if the html message is to complex or images attached. Try to keep your messages, in simple formating.
you need to create one 'index.html' file in the root directory that only redirects to /cms/index.php and since you say it already works there, that should do the job.