Hi Cyrus,
I have installed extension without problems, but when I add category and articles to top menu, there is (bellow the article title) Notice:undefined Index:category_id ... in file header.tpl (line 208)
I can send you page details to email.
I have installed extension without problems, but when I add category and articles to top menu, there is (bellow the article title) Notice:undefined Index:category_id ... in file header.tpl (line 208)
I can send you page details to email.
Hi Cyrus
I will be creating a website for a client soon using a different template however I would like to use your extension like I have with my own. If I purchase another license will you support me with implementing the extension into the new template please?
Thanks
Keiron
I will be creating a website for a client soon using a different template however I would like to use your extension like I have with my own. If I purchase another license will you support me with implementing the extension into the new template please?
Thanks
Keiron
New member
New member
Hi,
No, this language is not supported, but you can create it easly:
1. Copy the files and folders from inside accms_folder/admin/language/english folder to opencart_root/admin/language/yourlanguagefolder and accms_folder/catalog/language/english folder to opencart_root/catalog/language/yourlanguagefolder.
2. Open these files one by one and translate their contents. Here is an example:
$_['heading_title'] = 'AC CMS - Article';
So in that case you have to translate "AC CMS - Article" text and do not touch $_['heading_title'] string.
If you have successfully translated AC CMS and you want to share it with others, then you can send me and I will upload it.
Regards
No, this language is not supported, but you can create it easly:
1. Copy the files and folders from inside accms_folder/admin/language/english folder to opencart_root/admin/language/yourlanguagefolder and accms_folder/catalog/language/english folder to opencart_root/catalog/language/yourlanguagefolder.
2. Open these files one by one and translate their contents. Here is an example:
$_['heading_title'] = 'AC CMS - Article';
So in that case you have to translate "AC CMS - Article" text and do not touch $_['heading_title'] string.
If you have successfully translated AC CMS and you want to share it with others, then you can send me and I will upload it.
Regards
HI!
AC CMS works really GREAT!
But now we have a Mulitlingual shop but AC CMS articles does not have multilingual SEO KEYWORD support.
Did you ever custom added that to a shop? I think it should be in the Module itelf really which would make it PERFECT!
I am happy to donate.
AC CMS works really GREAT!
But now we have a Mulitlingual shop but AC CMS articles does not have multilingual SEO KEYWORD support.
Did you ever custom added that to a shop? I think it should be in the Module itelf really which would make it PERFECT!
I am happy to donate.
Hi Cyrus
When can we expect the next update? I feel as though we are starting to lack behind compared to some other blog extensions available.
I'm happy to make donations to your PayPal for new features to keep them coming.
Keiron
When can we expect the next update? I feel as though we are starting to lack behind compared to some other blog extensions available.
I'm happy to make donations to your PayPal for new features to keep them coming.
Keiron
New member
Hey,
Yes, you are right, in this year there wasn't any notable upgrade, because I'm working on my main site (artcorner) and I hope I can finish it within 1 or 2 weeks (new AC CMS version will come end of April).
I need your patience and I hope I don't disappoint you
Cyrus
Yes, you are right, in this year there wasn't any notable upgrade, because I'm working on my main site (artcorner) and I hope I can finish it within 1 or 2 weeks (new AC CMS version will come end of April).
I need your patience and I hope I don't disappoint you

Cyrus
Awesome
Looking forward to it Cyrus, don't forget to put your Paypal email up with it when you upload 
Thanks,
Keiron


Thanks,
Keiron
New member
How do I display all of the subcategories within a category?
For example if I had the parent category 'Reviews' and I had subcategories of that such as Microsoft Related Reviews, Andorid Related Reviews, etc etc.
For example if I had the parent category 'Reviews' and I had subcategories of that such as Microsoft Related Reviews, Andorid Related Reviews, etc etc.
New member
You can't display more than one subcat / category (not enough space).
But if you want to display all level 1 subcategories (not only the active category's subcat) then do the following steps:
Find these lines in catalog\view\theme\shoppica2\template\module\ac_cms_category.tpl:
And paste it after this line:
But if you want to display all level 1 subcategories (not only the active category's subcat) then do the following steps:
Find these lines in catalog\view\theme\shoppica2\template\module\ac_cms_category.tpl:
Code: Select all
<?php else: ?>
<a class="s_main_color" href="<?php echo $category['href']; ?>"><?php echo $category['name']; ?></a>
<?php endif; ?>
Code: Select all
<a class="s_main_color" href="<?php echo $category['href']; ?>" class="active"><strong><?php echo $category['name']; ?></strong></a>
Hey Guys!
AC CMS 2.2 is released!
--- v2.2 (04/25/2013) ---
- 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 2.2 is released!
--- v2.2 (04/25/2013) ---
- 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
Who is online
Users browsing this forum: No registered users and 18 guests