aheadWorks

Blog - Community Edition by aheadWorks

  • Popularity Score 65339 Popularity Score

    Popularity ScoreReferrals to Site/Downloads

    0 0 1+ 1+ 250+ 250+ 1000+ 1000+ 10000+ 10000+

Full featured blog extension for Magento Community Edition
Compatible with:
This extension is currently unavailable on Magento Connect. Please contact the developer.

You will be re-directed to the developer's website to complete your purchase.

You must be registered and logged in to get extension key.
In order to get this extension, you must be logged in to the Magento Community. Click here to login or register.
In order to get this extension, you must have active Magento Go Store. Click here to create Go store.
You must choose from Magento Connect Version 1.5.1.0 or 2.0.
Learn more

Magento Connect 1.0 change

FREE
Previous Next
Overview

Blog - Community Edition by aheadWorks

Enterprise Merchants - Request FREE Trial!

PLEASE USE THIS FORUM TO REQUEST SUPPORT
Support messages to private board, reviews, aheadworks.com site or any other place are NOT welcome and unlikely to be considered!

The Blog extension from aheadWorks is reckoned among the best buzz and word of mouth marketing tips. It not only provides your regular customers with up-to-date information but brings additional visitors to your site, builds relevant SEO-friendly text links, and serves as assistance in building sales strategy.

The Blog extension gives you a noteworthy opportunity to communicate with your regular customers and casual visitors. With Blog you can create an interactive two-way communication platform to provide official information on your store news, upcoming products, promotions, and get customers’ feedback.

Blogging has proved to be called one of the best effective marketing tactics. If your customers feel that they are listened to and their needs are responded to, they are more likely to come back to your store again and again.

Want to learn more about your customers' choices, views, and preferences? Just let people leave comments and listen what they say! Being a part of the blog community, your customers will openly exchange their thoughts and express their opinions. A blog, with its readers and their comments, forms a real "live" environment where people feel free to communicate.

Features

* Blog RSS integrated with native RSS feed
* Multistore RSS
* Ability to switch on/off blog for different stores
* Latest posts widget
* Switchable categories ID in blog post URL
* Switchable categories menu
* Native Magento WYSIWYG editor
* Last Magento version compatibility
* Excerpt field
* Tags added
* Tags cloud block added
* If user is logged in comment fields are pre-filled
* Ability to show blog menu only on blog page
* Settings menu shortcut
* Add post menu shortcut
* .htm rewrite added to post link
* Ability to duplicate posts
* Toolbar functionality for blog posts and comments
* Comments per page option

Visit Extension Page: http://ecommerce.aheadworks.com/blog-enterprise-edition.html

Please, check Magento versions compatibility on the product page!

Themes and extensions releases, updates & promotions — follow aheadWorks on Twitter and Facebook!

aheadWorks store

Release Notes

Changelog v.1.2.1

2012-11-19 07:27:01
  • Version number: 1.2.1
  • Stability: Stable
  • Compatibility: 1.4.1.1, 1.4.2, 1.5, 1.6, 1.6.1, 1.6.2.0, 1.7
You must be registered and logged in to get extension key.

Magento Connect 2.0

Magento Connect 2.0

  • + Ability to display newest or oldest posts first
  • * Fatal error if “Show Breadcrumbs” field was set up to No
  • * Post title link from category page led to error 404

Changelog v.1.1.1

2012-06-18 04:43:03
  • Version number: 1.1.1
  • Stability: Stable
  • Compatibility: 1.4.1.1, 1.4.2, 1.5, 1.6.2.0, 1.7
You must be registered and logged in to get extension key.

Magento Connect 2.0

Magento Connect 2.0

  • + Magento v.1.7.0.0 compatibility
  • * Incorrect pagination
  • * Custom page layout issue
  • * RSS content issue
  • * Store view changing led to 404 error page
  • * 'Date format' changed only for posts, not for comments
  • * Tags of deleted posts weren't deleted
  • * Minor bugfixes

1.1

2012-01-24 12:06:29
  • Version number: 1.1
  • Stability: Stable
  • Compatibility: 1.3, 1.4, 1.4.1.1, 1.4.2, 1.5, 1.6.1
You must be registered and logged in to get extension key.

Magento Connect 2.0

Magento Connect 2.0

Version 1.1

Blog for magento. Shows posts with comments. Comments can be auto approved or moderated by admin. Categories. Plus much more.

2012-02-05 12:05:35
  • Version number: 1.0.22
  • Stability: Stable
  • Compatibility: 1.3, 1.4.2, 1.5, 1.6
You must be registered and logged in to get extension key.
You must choose from Magento Connect Version 1.5.1.0 or 2.0.
Learn more

Magento Connect 1.0 change

The Blog extension for Magento is reckoned among the best buzz and word of mouth marketing tips. It not only provides your regular customers with up-to-date information but brings additional visitors to your site, builds relevant SEO-friendly text links, and serves as assistance in building sales strategy.

A Blog build from scratch to work seamlessly in magento.

2011-05-20 12:33:41
  • Version number: 1.0.22
  • Stability: Stable
  • Compatibility: 1.3, 1.4.2, 1.5, 1.6
You must be registered and logged in to get extension key.
You must choose from Magento Connect Version 1.5.1.0 or 2.0.
Learn more

Magento Connect 1.0 change

Blog for magento. Shows posts with comments. Comments can be auto approved or moderated by admin. Categories. Plus much more.
1 2 3 4 5 6
Reviews

About the Developer

This extension was developed by and is supported by aheadWorks

Blog - Community Edition by aheadWorks 3.4 5 142 142
i get this error ERROR: failed to mkdir /home/offices1/public_html/app/locale/en_US/template/email/aw_blog March 5, 2012
Tried installing on 1.6.2 CE and now Magento Connect Manager shows: Cannot get package: 'AW_Blog' and fails to list any of the installed extensions. March 5, 2012
I get a 404 on the Extension Settings. March 2, 2012
Nice extension. How do I dynamically set the facebook open graph tags for a post page. I had added the following to the head but when I load post.phtml and check the lt;?php $post = $this-gt;getPost() ?gt; call it returns an empty string :- lt;?php if (strrpos ( strtolower($this-gt;getTitle()), 'blog' )) { ?gt; lt;meta property="og:site_name" content="lt;?php echo Mage::getStoreConfig('general/store_information/name'); ?gt;"/gt; lt;meta property="og:url" content="lt;?php echo Mage::helper('core/url')-gt;getCurrentUrl();?gt;"/gt; lt;?php $post = $this-gt;getPost() ?gt; lt;?php if ($post): ?gt; lt;meta property="og:title" content="lt;?php echo htmlspecialchars($post-gt;getPostTitle()); ?gt;"/gt; lt;meta property="og:description" content="lt;?php echo $post-gt;getPostExcerpt(); ?gt;"/gt; lt;?php endif; ?gt; lt;meta property="og:type" content="post"/gt; lt;meta property="og:image" content="lt;?php echo Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_WEB).'media/default_share_logo.png'; ?gt;"/gt; lt;?php } The same lt;?php $post = $this-gt;getPost() ?gt; is used in the lt;bodygt; of post.phtml and it returns the post object. Thanks February 24, 2012
This is a nice bit of kit and free, i now have it working 1.62 and all seems good - thankyou February 23, 2012
hi there aheadworks. i have some issue with the blog plugin. 1-it creates error if compilation is enable. 2-i configured an Australian store working fine but after installing blog the currency become $ form Au$...(not showing AU$ in product price) Rest the Extension works Great. February 23, 2012
I installed this version and it seems to work but I couldnt find a place where I could edit or port articles, where is the WYSIWIG editor? thank you very much February 22, 2012
Installed this in Magento 1.6.2.0 CE and then uninstalled it. Now when I try to access System =gt; Configuration it shows me a blank page and I don't even have a log with the error! February 16, 2012
The extension works well, and I am able to access all features when logged in as admin user, but the only options available in user roles are: Blog Manage Posts Manage Comments Manage Categories How can I get the "add new post" option to show up so I can assign as user role? February 12, 2012
after successful installation my blog page showing a blank screen. www.mywebsite.com/blog February 9, 2012
<<prev 5 6 7 8 9 ... 15 next>>
Q&A
(8 Questions : 8 Answers)

Product Q&A

Ask your questions. Share your answers.

 
 
« Back
 
 
Sort by
Avatar Image Url:: http://www.magentocommerce.com/images/avatars/uploads/avatar_26128876
Customer avatar
His is there any way to import existing blog entries from another blog? Or, point the feed location from another blog system. Thanks.
by
jtsinoni
-
1 month, 1 week ago
0points
0out of 0found this question helpful.
Was this helpful?Yes0No0

Answers

Avatar Image Url:: http://www.magentocommerce.com/images/avatars/uploads/avatar_66717
Customer avatar
Answer: 
Hello,

our Blog extension does not by default feature any toolset for importing blog articles from some external sources.
It may be possible to do such import within our customization service, so I suggest that you contact our support team - we will check if we can offer any solution.
Thank you.
by
aheadWorks
-
1 month, 1 week ago
0points
0out of 0found this answer helpful.
Was this helpful?Yes0No0
Avatar Image Url:: http://www.magentocommerce.com/images/avatars/uploads/avatar_26927055
Customer avatar
How to setting and use because i click blog / setting but it's not show my page . What did i do ? Please teach me. Thank you very much.
by
Porn2515
-
1 month, 1 week ago
0points
0out of 0found this question helpful.
Was this helpful?Yes0No0

Answers

Avatar Image Url:: http://www.magentocommerce.com/images/avatars/uploads/avatar_66717
Customer avatar
Answer: 
Please try following troubleshooting instructions provided in the extension's readme file. In case the problem persists, please contact our support team, we would be glad to assist you on the matter.
by
aheadWorks
-
1 month, 1 week ago
-5points
0out of 5found this answer helpful.
Was this helpful?Yes0No5
Avatar Image Url:: http://www.magentocommerce.com/images/avatars/uploads/avatar_26949540
Customer avatar
I tried the aheadWorks Blog extension and for the most part it was easy to setup and worked well. After using it for a bit I have changed my mind about having a blog built into my store. I uninstalled the plugin through the magento-connect menu, but for some reason the blog link in the top-link header remains. Why wasn't this removed along with the extension. BTW I'm using a custom theme not a default one, so I had to copy the folders and xml file into my theme folders.

Thanks
by
smiller13
-
1 month ago
0points
0out of 0found this question helpful.
Was this helpful?Yes0No0

Answers

Avatar Image Url:: http://www.magentocommerce.com/images/avatars/uploads/avatar_66717
Customer avatar
Answer: 
Hello,

first of all, we would suggest that you check your header CMS block - in case you had inserted the Blog link manually, uninstalling the module would not have removed the link.
If it is not the case, then we can assume that the uninstall wasn't completely successful. Our techs could assist you with clarifying the matter, so feel free to contact our support service.
Thank you.
by
aheadWorks
-
1 month ago
0points
0out of 0found this answer helpful.
Was this helpful?Yes0No0
Avatar Image Url:: http://www.magentocommerce.com/images/avatars/uploads/avatar_26207347
Customer avatar
I have the plugin working fine on a blog specific page, but would like to bring either a specific category or possibly flagged posts and have them displayed on the home page which is generated via CMS > PAGES.
by
jaypeg
-
1 month ago
0points
0out of 0found this question helpful.
Was this helpful?Yes0No0

Answers

Avatar Image Url:: http://www.magentocommerce.com/images/avatars/uploads/avatar_66717
Customer avatar
Answer: 
Hello,

the default version of the extension does allow to show a number of posts in non-blog areas of your store, however, this functionality is limited to the latest posts only. ( a special "Latest Posts" widget is added by the extension )
If you need some section to show the manually-specified set of posts, customization will be required.
Thank you.
by
aheadWorks
-
1 month ago
0points
0out of 0found this answer helpful.
Was this helpful?Yes0No0
 
1 answer

Latest 2 blogs

Avatar Image Url:: http://www.magentocommerce.com/images/avatars/uploads/avatar_26900078
Customer avatar
Hi,
I want to show dropdown containing the heading & link of the latest two blogs,when we hover on blog (in navigation bar)?
by
shivamsinghal
-
3 weeks, 5 days ago
0points
0out of 0found this question helpful.
Was this helpful?Yes0No0

Answers

Avatar Image Url:: http://www.magentocommerce.com/images/avatars/uploads/avatar_66717
Customer avatar
Answer: 
Hello,

unfortunately, the default version of the Blog extension does not offer such a feature.
Although the extension does include Latest Posts widget, it is designed to be placed in the content area.
However, since the extension is open-source, you can probably add such dropdown via customization, and use the Latest Posts widget as a basis.
Thank you.
by
aheadWorks
-
3 weeks ago
0points
0out of 0found this answer helpful.
Was this helpful?Yes0No0
Avatar Image Url:: http://www.magentocommerce.com/images/avatars/uploads/avatar_25909841
Customer avatar
Hi,

I am facing sum problem in magento 1.7.0.2 in admin. add pose and post not open from admin panel. So please help me.

Thanks,
Santanu
by
santanu1985
-
3 weeks, 3 days ago
0points
0out of 0found this question helpful.
Was this helpful?Yes0No0

Answers

Avatar Image Url:: http://www.magentocommerce.com/images/avatars/uploads/avatar_66717
Customer avatar
Answer: 
Hello Santanu,

first of all, we would suggest that you try re-installing the extension (do not forget to flush the store cache after the installation).
If it does not help, we recommend that you check the special thread at our Forum.
Please, note that we do not support the Community Edition extension free of charge, so if you would like our technical team to investigate the problem for you, you will need to pay for the support package.
Thank you.
by
aheadWorks
-
3 weeks ago
0points
0out of 0found this answer helpful.
Was this helpful?Yes0No0
Avatar Image Url:: http://www.magentocommerce.com/images/avatars/uploads/avatar_26362368
Customer avatar
I would like the /blog/ page toe be my homepage. Kinda like a Workpress website. How can i do this?
by
remcovandeberg
-
2 months, 2 weeks ago
0points
0out of 0found this question helpful.
Was this helpful?Yes0No0

Answers

Avatar Image Url:: http://www.magentocommerce.com/images/avatars/uploads/avatar_66717
Customer avatar
Answer: 
The out of the box version doesn't have such an option. It can be achieved by customization only.
by
aheadWorks
-
2 months, 2 weeks ago
0points
0out of 0found this answer helpful.
Was this helpful?Yes0No0
Avatar Image Url:: http://www.magentocommerce.com/images/avatars/uploads/avatar_26871110
Customer avatar
Hi,
Currently i am using ASP.net enterprise application to maintain my store.
Now we are going to implement Magento for online shopping.
we want to integrate our existing asp.net application (which is used to create products, price etc..) with magento apis.

i am unableto create token for rest apis.
can you please help inthis regards.
by
kishoreambati
-
2 months, 1 week ago
0points
0out of 0found this question helpful.
Was this helpful?Yes0No0

Answers

Customer avatar
Answer: 
Hello,

we do provide customization services of various kinds, and we will be glad to assist you with implementing the required integration.
To further discuss the details, you will need to get in touch with our Custom Development team.
Please, navigate to the aheadWorks webstore, and use the Contact Us form to send in your request.
Thank you.
by
aheadWorks
-
2 months ago
0points
0out of 0found this answer helpful.
Was this helpful?Yes0No0
1 of 1

Product Q&A

8 Questions | 8 Answers
1 of 1
Get Help

Support for This Extension

The best place to start if you need help with a specific extension is to contact the developer. All Magento developers have both a contact email and a support email listed.

Magento Platform Support

If you need support for a Magento platform, there are different options for support depending on which Magento platform you are using. Below are links for specific platforms.

In order to upload extension, you must be logged in to the Magento Community. Click here to login or register.

Close

Register

* Required Fields

Close window

Forgot Your Password?

Please enter your email below and we'll send you a new password.

* Required Fields

Close window

Login

To upload extension you must be logged in.

* Required Fields

Forgot Password?

New User? Register

Close window

You are using an outdated browser

We built Magento Connect using the latest techniques and technologies.
This makes Magento Connect faster and easier to use.
Unfortunately, your browser doesn't support those technologies.
Use the links below to download a new browser or upgrade your existing browser.