Post by Cyrus » Fri Mar 14, 2014 2:34 am

Hi Joejwhite,

It looks like you have another blog extension. Try to disable it.

Regards,
Cyrus

New member

Posts

Joined
Sun Apr 22, 2012 2:46 am

Post by takahashi1973 » Mon Mar 17, 2014 6:52 pm

Hi!

I am busy with a Multilingual shop with 4 languages.
Does AC CMS support multilingual SEO urls/keyword now?

Thanks!

Active Member

Posts

Joined
Thu Oct 13, 2011 11:41 pm

Post by yoyoyomar » Tue Mar 18, 2014 2:48 am

Hi. Just installed the extension, but cannot see where to add related articles under a product? Shouldn't this be under the links tab of a product? thanks

Newbie

Posts

Joined
Wed Feb 01, 2012 10:00 pm

Post by Cyrus » Tue Mar 18, 2014 7:01 pm

Hi Takahashi1973,

No. AC CMS current version doesn't support multilingual SEO keywords.

Regards,
Cyrus

New member

Posts

Joined
Sun Apr 22, 2012 2:46 am

Post by Cyrus » Tue Mar 18, 2014 7:04 pm

Hi Yoyoyomar,

Edit article, select related product. After that you will find related article inside product view and related product inside article view.

Regards,
Cyrus

New member

Posts

Joined
Sun Apr 22, 2012 2:46 am

Post by yoyoyomar » Tue Mar 18, 2014 8:11 pm

I've added the related products under the links tab of the article.

When I view the article the related products are displaying as they should.

But when editing a product, there is no option anywhere under the links tab to add related articles?

Am I missing something here?

Newbie

Posts

Joined
Wed Feb 01, 2012 10:00 pm

Post by Cyrus » Wed Mar 19, 2014 4:31 pm

If you add related product to your article, then you should se that article inside product view too as related article (frontend). If not, then I guess you have a custom template. In that case please PM me your vqmod log file.

New member

Posts

Joined
Sun Apr 22, 2012 2:46 am

Post by redactuk » Mon Mar 24, 2014 10:37 pm

Hi

Can you tell me how the sitemap is intended to work? I'm currently using this for my sitemaps:

http://www.opencart.com/index.php?route ... on_id=2881

which is not picking up my article pages. So does you extention only add to the default sitemap? I'm not suggesting these two mods should work together, I just need to understand how they both work so that maybe I can modify either one to make sure my CMS pages are being included in sitemap.

Mny thankds

New member

Posts

Joined
Thu Jan 05, 2012 1:09 am

Post by Cyrus » Tue Mar 25, 2014 3:18 pm

Hi Redactuk,

AC CMS extends the Opencart's default sitemap. You can find the code inside ac_cms.xml vqmod file at line 311- 354.

Regards,
Cyrus

New member

Posts

Joined
Sun Apr 22, 2012 2:46 am

Post by Zlato » Tue Mar 25, 2014 4:36 pm

hi is this blog modul Responsive ?
thx

Newbie

Posts

Joined
Fri Mar 21, 2014 9:31 pm

Post by Cyrus » Tue Mar 25, 2014 5:00 pm

Hi Zlato,

It depends on template. Because every template has it's own rule how to be responsive. But it is not so hard to integrate AC CMS to your custom template even if it responsive.

Regards,
Cyrus

New member

Posts

Joined
Sun Apr 22, 2012 2:46 am

Post by Zlato » Tue Mar 25, 2014 6:33 pm

Cyrus thx
Zlato

Newbie

Posts

Joined
Fri Mar 21, 2014 9:31 pm

Post by PakRicard » Sun Apr 13, 2014 9:35 am

Hi: I've been using this mod for a few weeks and works great.

I decided to change the admin folder name to mysecretadmin, to increase security, as read in several forums.

The question is, after renaming it, I loose the AC CMS link in the main menu of the admin side.

I rename the folder again to admin and works again...

I guess there's some setting somewhere to change- Could you pls point me there?

Thansk!

Pak R


Newbie

Posts

Joined
Tue Feb 18, 2014 11:59 am

Post by Cyrus » Mon Apr 14, 2014 2:27 pm

Hi PakRicard,

Edit vqmod/ac_cms.xml file and rename at line 444 and 451 "file name="admin/.." to "file name="mysecretadmin/.."

Regards,
Cyrus

New member

Posts

Joined
Sun Apr 22, 2012 2:46 am

Post by PakRicard » Mon Apr 14, 2014 3:16 pm

Thanks Cyrus!

Pak R


Newbie

Posts

Joined
Tue Feb 18, 2014 11:59 am

Post by metuza » Sun May 11, 2014 2:08 am

I get this error when using facebook comments, "href URL is not properly formatted"

And when i check the source code it looks like this:

Code: Select all

<fb:comments href="http%3A%2F%2Fwww.arctic-gadgets.com%2Fmobile_ladere" width="690" num_posts="10"></fb:comments>
Rune

Newbie

Posts

Joined
Fri Apr 11, 2014 11:07 pm

Post by metuza » Sun May 11, 2014 9:58 pm

The url issue fixed with replacing:

Code: Select all

$this->data['fb_href'] = urlencode($this->url->link('ac_cms/article', 'b_id=' . $b_id));
with this:

Code: Select all

$this->data['fb_href'] = $this->url->link('ac_cms/article', 'b_id=' . $b_id, 'SSL');
in the controller.

Then i have one question left, how can i translate the "Last edited date: Sunday 11th May 2014" to norwegian?
Like, Søndag 11. Mai 2014

A little work to make it work with my theme but now there is nothing other to say than GREAT Extension ;D

Brgds
Rune

Newbie

Posts

Joined
Fri Apr 11, 2014 11:07 pm

Post by Cyrus » Mon May 12, 2014 4:08 pm

Hi Metuza,

First of all thank you for your kind words and feedback.
Translating AC CMS:
Edit catalog/language/YOURLANGUAGE/ac_cms/article.php
If you can't find ac_cms folder, copy it from english folder.
Find this line and translate it: $_['text_modified'] = 'Last Modified: ';

Regards,
Cyrus

New member

Posts

Joined
Sun Apr 22, 2012 2:46 am

Post by Kid Kime » Fri May 23, 2014 8:02 pm

Hi ,

I have bought your extension and want to use the SEO url for it. The issue is that I have for SEO_pro (https://github.com/rb2/opencart-seopro) installed to speed the site up, and this is making the blog inaccessible.

Can you please tell me how to fix it? I need the blog to be on www.url.co.uk/blog

Thanks

My RedBubble portfolio


User avatar
New member

Posts

Joined
Tue Aug 20, 2013 6:39 pm

Post by Cyrus » Mon May 26, 2014 1:25 pm

Hi Kid Kime,

Please send me your vqmod log file (it is insinde vqmod/log folder).

Regards,
Cyrus

New member

Posts

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

Users browsing this forum: No registered users and 12 guests