Post by Cyrus » Sun Apr 22, 2012 2:51 am

AC CMS is a powerfull CMS system for Opencart. With this extension you can place your news and format them as you want (positions, show / hide title, text, image, etc), create a blog, place articles in the menu and much more.

Compatible with Opencart: 1.5.1.x - 1.5.5.x

Documentation

Demo site: http://ac-cms.artcorner.hu
Admin Demo site: http://ac-cms.artcorner.hu/admin
Login: demo
Password: demo

Modules
- Make your own modules with article sets. Select category / categories or articles which will be the source of article set, then set “sort by” option (title, author, viewed, article sort order, created date, modified date), “sort order” (ASC/DESC), image size, and much more.
- Category module.

LANUAGES:
- English
- German (Thanks Mike)

THEME STYLES*:
- Chameleon
- Shoppica2
- Default
*Can use it with your own theme too, but you should customize accms.css.

AC CMS THEME
Get Chameleon Premium Responsive theme which is 100% compatible to AC CMS
Purchase Now

2 in 1 PACK
Get AC CMS and Chameleon Premium Responsive theme which is 100% compatible to AC CMS and save more than 5 USD:
Purchase Now

AC CMS 2.2
- fixed bug that prevented to show sub-categories correctly if article display type was "Tab Category"
- comment pager now works properly
- added facebook comment system
- added disqus comment system
- shoppica2 theme mod updated and now compatible to AC CMS 2.2
- chameleon theme updated and now compatible to AC CMS 2.2
- minor bugs fixed

AC CMS v2.1
- Added new article search mechanism
- Added copy option for articles and article sets
- Added option to set articles limit in menu manager
- Added new display type for article set - Tabs(Category)
- Extended related products list with more infos (image, price, etc)
- Bug fixes

New Features v2.0
- RSS feed per category and blog (can be turned off)
- RSS SEO URL
- Autofill SEO Keyword
- Email notification about new comments to Admin
- Related articles in product view
- Access Control (Public / Registred)
  • - Article
    - Comment
- Display types for Article Set
  • - Default
    - Accordion
    - Slideshow
    - Tabs
Features v1.0
- Multi Languages
- Multi Store
- Multi Categories
- Menu Manager
- Comments
- SEO
- Article Search
- Article Sets with rich customisation options
- Article Tags
- Publishing date range options for articles
- Related Products
- Related Articles
- Sitemap
- Layout and other (hide author, hide created date, etc) override options for categories and articles
- External CSS file
- VQ MOD

PURCHASE NOW
Last edited by Cyrus on Fri Apr 26, 2013 12:13 am, edited 5 times in total.

New member

Posts

Joined
Sun Apr 22, 2012 2:46 am

Post by Cyrus » Sun May 27, 2012 5:36 pm

AC CMS v2.0 Released!

New Features v2.0
- RSS feed per category and blog (can be turned off)
- RSS SEO URL
- Autofill SEO Keyword
- Email notification about new comments to Admin
- Related articles in product view
- Access Control (Public / Registred)
  • - Article
    - Comment
- Display types for Article Set
  • - Default
    - Accordion
    - Slideshow
    - Tabs

New member

Posts

Joined
Sun Apr 22, 2012 2:46 am

Post by focusgroup » Sat Jun 16, 2012 11:32 am

Good stuff!

Is is possible to get a rss aggregator feature implemented to this module ?
So you can grab rss article from other website to enrich your own site.


Thank you

Newbie

Posts

Joined
Sat Jun 16, 2012 11:29 am

Post by Cyrus » Sat Jun 16, 2012 10:16 pm

Hi,
Sorry to say that, but in current version AC CMS doesn't have this feature.

New member

Posts

Joined
Sun Apr 22, 2012 2:46 am

Post by futurestudios » Sat Jun 23, 2012 10:07 pm

Is it possible to show the image on the click through page too ? How would I go about doing that ?
i.e the image added via the data for the article that shows as a thumbnail for the aricle also show on the page when you click on read more ?

Newbie

Posts

Joined
Thu Jun 21, 2012 3:48 am

Post by Cyrus » Sun Jun 24, 2012 4:55 am

Yes, use CKEDITOR image browser and add the same image to content.

New member

Posts

Joined
Sun Apr 22, 2012 2:46 am

Post by keiron1992 » Sat Jun 30, 2012 1:42 am

How do I see all of your mods that I can purchase?

New member

Posts

Joined
Fri Oct 22, 2010 12:02 am
Location - Birmingham, West Midlands, Uk

Post by Cyrus » Sat Jun 30, 2012 2:05 am

Here is the link(or click on my name in OC extension site):
http://www.opencart.com/index.php?route ... name=Cyrus

Regards

New member

Posts

Joined
Sun Apr 22, 2012 2:46 am

Post by JoeStevens » Tue Jul 03, 2012 7:19 am

Hi

I just bought your extension, but when after install it all of the SEO links in my menu and header stop working and go back to the non-SEO links. It's to do with the vqmod as when I remove this file it starts working again. Also the SEO Urls don't seem to be working for the blog posts even though I've set the SEO keyword.

Thanks
Joe

Newbie

Posts

Joined
Wed Jun 20, 2012 2:17 pm

Post by JoeStevens » Tue Jul 03, 2012 7:24 am

I found my problem, I also have the Professional SEO Urls plugin install which seems to be conflicting with you plugin.

Newbie

Posts

Joined
Wed Jun 20, 2012 2:17 pm

Post by Cyrus » Tue Jul 03, 2012 5:04 pm

I don't have this extension, so it's a bit difficult to help. Check vqmod.log file for more details because I guess Pro SEO Urls is trying to edit seo_url.php as AC CMS do.

New member

Posts

Joined
Sun Apr 22, 2012 2:46 am

Post by Nesse » Thu Jul 05, 2012 3:53 pm

Hi Cyrus,

I've found a little bug. I've used a category name like [Sauna's] and that gave me an error when i want to use the menu manager. Is it possible to fix this little bug?

Uncaught SyntaxError: Unexpected identifier

Code: Select all

function addModule() {	
	html  = '<tbody id="module-row' + module_row + '">';
	html += '  <tr>';
        html +=   '<td class="left" >';
        html +=   '<select name="ac_cms_menu[' + module_row + '][bc_id]" onchange="fillArticle(' + module_row + ')">';
        html +=    '<option value="0">--- Select All ---</option>';
                                                     html +=          '<option value="1">Sauna's</option>';
Uncaught SyntaxError: Unexpected identifier
                        
                                                     html +=    '</select>';
        html +=   '</td>';
        html +=   '<td class="left" >';
        html +=   '<select name="ac_cms_menu[' + module_row + '][b_id]">';
        html +=    '<option value="0">--- Select All ---</option>';
        html +=    '</select>';
        html +=   '</td>';
	html += '    <td class="left"><input type="text" name="ac_cms_menu[' + module_row + '][column]" value="" size="3" /></td>';
        html += '    <td class="left"><input type="text" name="ac_cms_menu[' + module_row + '][limit]" value="" size="3" /></td>';
	html += '    <td class="left"><select name="ac_cms_menu[' + module_row + '][status]">';
    html += '      <option value="1" selected="selected">Actief</option>';
    html += '      <option value="0">Inactief</option>';
    html += '    </select></td>';
	html += '    <td class="right"><input type="text" name="ac_cms_menu[' + module_row + '][sort_order]" value="" size="3" /></td>';
	html += '    <td class="left"><a onclick="$(\'#module-row' + module_row + '\').remove();" class="button"><span>Verwijderen</span></a></td>';
	html += '  </tr>';
	html += '</tbody>';
	
	$('#module tfoot').before(html);
	
	module_row++;
}
Kind regards,
Nesse

Newbie

Posts

Joined
Thu Jul 05, 2012 3:43 pm

Post by Cyrus » Thu Jul 05, 2012 4:49 pm

Thank you Nesse for your feedback.
To quick fix this issue find admin/view/template/module/ac_cms_menu.tpl line 94 and replace this:

Code: Select all

html += '<option value="<?php echo $bc_id; ?>"><?php echo $name; ?></option>';
to:

Code: Select all

html += '<option value="<?php echo $bc_id; ?>"><?php echo htmlentities($name, ENT_QUOTES, "UTF-8");?></option>';

New member

Posts

Joined
Sun Apr 22, 2012 2:46 am

Post by Cyrus » Thu Jul 26, 2012 4:44 pm

AC CMS THEME
Get Chameleon Premium Responsive theme which is 100% compatible to AC CMS
Purchase Now

2 in 1 PACK
Get AC CMS and Chameleon Premium Responsive theme which is 100% compatible to AC CMS and save more than 5 USD:
Purchase Now

AC CMS v2.1 Released
- Added new article search mechanism
- Added copy option for articles and article sets
- Added option to set articles limit in menu manager
- Added new display type for article set - Tabs(Category)
- Extended related products list with more infos (image, price, etc)
- Bug fixes

New member

Posts

Joined
Sun Apr 22, 2012 2:46 am

Post by kayp » Wed Aug 15, 2012 5:45 am

I have a set of products that are NOT available through online purchase (installation and lots of other things are involved). I bought the AC CMS extension because I want to have the pages describing these products to be integrated with the other products on the site.

Ideally I want this product to be in its own category that shows up in the category list, but then when clicked goes to its own set of pages.

I think that Articles, Article Sets, and Categories in AC CMS should allow me to do this, but I can't figure out how.

The documentation goes down into the details of what goes in each field without providing an overall picture of how it fits together.

A tutorial about how to add an Article, put it into an Article Set and/or Category, and how to get that to show up on the site would be REALLY helpful.

Thanks

Newbie

Posts

Joined
Wed Aug 15, 2012 2:54 am

Post by Morseman » Wed Aug 15, 2012 3:36 pm

Hi, I've run into a little trouble with AC CMS 2.1.

Adding articles in particular. I have uploaded and setup two new articles and they appear in their respective categories on the page, however I can't get them to appear in the top line menu like the rest of the articles I have uploaded.

Also when I try to add an image the Image Info preview is full of Latin text.

Is there some way to get around this?

Thanks :)

Newbie

Posts

Joined
Wed Aug 15, 2012 3:32 pm

Post by Cyrus » Wed Aug 15, 2012 8:59 pm

kayp wrote:I have a set of products that are NOT available through online purchase (installation and lots of other things are involved). I bought the AC CMS extension because I want to have the pages describing these products to be integrated with the other products on the site.

Ideally I want this product to be in its own category that shows up in the category list, but then when clicked goes to its own set of pages.

I think that Articles, Article Sets, and Categories in AC CMS should allow me to do this, but I can't figure out how.

The documentation goes down into the details of what goes in each field without providing an overall picture of how it fits together.

A tutorial about how to add an Article, put it into an Article Set and/or Category, and how to get that to show up on the site would be REALLY helpful.

Thanks
If I understand you correctly, you want to place product descriptions into articles and display in article set or else.
Example:
- Create an article category
- Create a new article and write here your product descriptions with links etc
- Put this article to previously created article category (Links Tab and select category)
Now if you want to place this article as module you shoud use Article Set:
- AC CMS -> Manage Article Sets -> Insert
- Select the previously created article category (Select Categorie(s)) or search for article what you want to display as module (Select Article(s)).
- Set name, display type, and other style settings and save it.
Now you need to place this Article Set on your site
- AC CMS -> Place Article Set
- Select the previously created Article Set (Article Set column) and place it (Select layout, position, etc)


Thanks for your feedback, I will extend the documentation with some examples.

New member

Posts

Joined
Sun Apr 22, 2012 2:46 am

Post by Cyrus » Wed Aug 15, 2012 9:04 pm

Morseman wrote:Hi, I've run into a little trouble with AC CMS 2.1.

Adding articles in particular. I have uploaded and setup two new articles and they appear in their respective categories on the page, however I can't get them to appear in the top line menu like the rest of the articles I have uploaded.

Also when I try to add an image the Image Info preview is full of Latin text.

Is there some way to get around this?

Thanks :)
Please send me the URL where I can see this error.

Latin text on preview window is an CKEDITOR feature to show where will your image appear.

New member

Posts

Joined
Sun Apr 22, 2012 2:46 am

Post by ahsan253 » Wed Nov 07, 2012 5:11 pm

Hi,
I am using this extension in my store. Everything was fine but after I deleted vqmod cache, an error is poping up and I don't know what is causing that.

it says:
Fatal error: Call to undefined method ModelCatalogProduct::getArticleRelated() in /home/ahsan253/public_html/opencart/vqmod/vqcache/vq2-catalog_controller_product_product.php on line 682

and code at the location is:

Code: Select all

$results = $this->model_catalog_product->getProductRelated($this->request->get['product_id']);
$this->language->load('ac_cms/misc');
                        $this->data['text_related_articles'] = $this->language->get('text_related_articles');
                        $results_ra = $this->model_catalog_product->getArticleRelated($this->request->get['product_id'], ($this->customer->isLogged()) ? 1 : 0);
                        $this->data['related_articles'] = array();
                        foreach($results_ra as $ra)
                        {
                            $this->data['related_articles'][] = array(
                                'title' => $ra['title'],
                                'image' => $ra['image'],
                                'href'  => $this->url->link('ac_cms/article', 'b_id=' . $ra['b_id'])
                            );
                        }
$results_ra = $this->model_catalog_product->getArticleRelated this call is making this error. But the thing I don't understand is that why this line is generated that way.

Thanks in advance. Please help me anyone.

Newbie

Posts

Joined
Wed Nov 07, 2012 5:03 pm

Post by Cyrus » Thu Nov 08, 2012 12:51 am

It looks like you have upraded your Opencart system. Please redownload AC CMS and upload it again (just upload everything except install folder and you are done). if it doesn't slove this issue please contact me.

New member

Posts

Joined
Sun Apr 22, 2012 2:46 am
Who is online

Users browsing this forum: Semrush [Bot] and 8 guests