I want to export all the news articles, including the HTML, so that I can import it into Wordpress. How would I do this?
Thanks
Search found 107 matches
- Tue Aug 31, 2010 2:59 pm
- Forum: Modules/Add-Ons
- Topic: Exporting News
- Replies: 1
- Views: 1196
- Mon May 10, 2010 9:29 pm
- Forum: Modules/Add-Ons
- Topic: products and category lists
- Replies: 5
- Views: 1990
Re: products and category lists
yes and yes. htaccess doesn't seem to interact with it RewriteEngine On Options +FollowSymLinks RewriteCond %{HTTP_HOST} ^domain\.com RewriteRule ^(.*)$ http://www.domain.com/$1 [R=permanent,L] #Rewrites page.shtml as index.php?page RewriteCond %{REQUEST_FILENAME} !-f [NC] RewriteCond %{REQUEST_FILE...
- Thu May 06, 2010 9:47 am
- Forum: Modules/Add-Ons
- Topic: products and category lists
- Replies: 5
- Views: 1990
Re: products and category lists
ok. i have used the following to call the categories: {Products action='categorylist' categorylisttemplate='sidebar' summarytemplate='summary'} and the list outputs ok in theory, however, the links to those categories is the problem. here are examples: link 1: /index.php?mact=Products,cntnt01,defaul...
- Wed May 05, 2010 12:45 pm
- Forum: Modules/Add-Ons
- Topic: products and category lists
- Replies: 5
- Views: 1990
Re: products and category lists
can nobody help here? surely someone should know the solution to this
- Thu Apr 29, 2010 2:04 pm
- Forum: Modules/Add-Ons
- Topic: products and category lists
- Replies: 5
- Views: 1990
products and category lists
when i use the categorylist action, some categories work and other just direct to single products for no reason. why is this happening.
also, is there a setting, or URL in general, for seo friendly URLs for categories?
also, is there a setting, or URL in general, for seo friendly URLs for categories?
- Wed Mar 17, 2010 7:23 pm
- Forum: CMSMS Core
- Topic: Unable to use Module Manager Upgrade
- Replies: 3
- Views: 1647
Unable to use Module Manager Upgrade
Whatever module I try to install, the next page does not load. By not loading, I mean I simply get a blank white page. No module is installed yet the rest of the admin area works. here is an example location (after mydomain.com) admin/moduleinterface.php?mact=ModuleManager,m1_,upgrademodule,0&sp...
- Thu Feb 25, 2010 11:39 am
- Forum: Modules/Add-Ons
- Topic: FEU and file association
- Replies: 1
- Views: 688
FEU and file association
hi,
i want to associate files with specific users in FEU that will only be downloadable by that user. Is there a good way to do this as there is no option in FEU manager?
If not, is there any other way of securing files specific to FEU and the user?
i want to associate files with specific users in FEU that will only be downloadable by that user. Is there a good way to do this as there is no option in FEU manager?
If not, is there any other way of securing files specific to FEU and the user?
- Fri Feb 12, 2010 4:56 pm
- Forum: Modules/Add-Ons
- Topic: FEU / FrontEndUsers and File as a Property
- Replies: 0
- Views: 648
FEU / FrontEndUsers and File as a Property
is there a way of connecting a file to a frontend user as a user property, or at least a workaround on this? i want to be able for each frontend user to have a file associated with them and have it so only that user can view/download it.
- Fri Jan 15, 2010 12:40 pm
- Forum: Modules/Add-Ons
- Topic: Product Module detail template bug
- Replies: 5
- Views: 3068
Re: Product Module detail template bug
did anyone find the resolution to this?
- Mon Jan 11, 2010 12:37 pm
- Forum: Modules/Add-Ons
- Topic: Products Category View
- Replies: 0
- Views: 840
Products Category View
I have output a category list for a site, linking to that specific category like this:
http://www.medomain.com/products/bycate ... atgeory-id
When this page is viewed, I want to be able to control the template used. Is tis possible as there seems to be no way to edit the category view.
http://www.medomain.com/products/bycate ... atgeory-id
When this page is viewed, I want to be able to control the template used. Is tis possible as there seems to be no way to edit the category view.
- Fri Jan 08, 2010 3:32 pm
- Forum: Modules/Add-Ons
- Topic: Formbuilder and UDT
- Replies: 4
- Views: 1737
Re: Formbuilder and UDT
doesnt look like there is one
- Fri Jan 08, 2010 2:54 pm
- Forum: Modules/Add-Ons
- Topic: Formbuilder and UDT
- Replies: 4
- Views: 1737
Re: Formbuilder and UDT
when will it be released?
is there any other way of doing it as the UDT is a simple PHP call referring URL
is there any other way of doing it as the UDT is a simple PHP call referring URL
- Fri Jan 08, 2010 2:50 pm
- Forum: Modules/Add-Ons
- Topic: Formbuilder and UDT
- Replies: 4
- Views: 1737
Formbuilder and UDT
I am using Formbuilder (0.5.12) and want to add a hidden field using a value from a UDT the UDT is simply to call the referring URL.
How do I go about this? It would essentially be this in HTML:
How do I go about this? It would essentially be this in HTML:
- Thu Jan 07, 2010 2:32 pm
- Forum: Modules/Add-Ons
- Topic: Products - summary by custom field?
- Replies: 19
- Views: 10709
Re: Products - summary by custom field?
the MySQL I developed has been working for me, so am leaving it now - took a lot of time to develop it!
- Thu Jan 07, 2010 2:30 pm
- Forum: Developers Discussion
- Topic: FrontEndUsers - Change Settings
- Replies: 1
- Views: 2020
Re: FrontEndUsers - Change Settings
did you ever find the solution to this?