Try the Demo

Magento

eCommerce Software for Online Growth

Magento Forum

Our new hosted solution for small & emerging businesses
   
Installed fine, but where is news on front page? 
 
NeilA
Mentor
 
Avatar
Total Posts:  1370
Joined:  2007-09-18
Blue Mountains, Oz
 

Maybe this is because I’m running 1.2.1, but I’ve installed the extension just fine, and the admin area shows up.
But no sign on my front page (I’m using a modified default theme).

Is there a trick to enable this, or some code I need to place (or replace)?

Thanks

 Signature 

Neil Atwood
Ministry Grounds Coffee
Micro-roaster and premium green coffee for home roasters.
Twitter: twitter.com/ministrygrounds
Facebook: Facebook.com/ministrygroundscoffee

 
Magento Community Magento Community
Magento Community
Magento Community
 
alexCoffe
Jr. Member
 
Total Posts:  15
Joined:  2009-02-26
 
NeilA - 03 July 2009 01:14 AM

Maybe this is because I’m running 1.2.1, but I’ve installed the extension just fine, and the admin area shows up.
But no sign on my front page (I’m using a modified default theme).

Is there a trick to enable this, or some code I need to place (or replace)?

Thanks

Hi.
Try this:
2) Go to Backend of magento (admin interface)
If you do not see your new module (’News’)
2.1) Go to page: System->Cache Management
2.2) Change ‘All Cache’ to ‘Refresh’ or ‘disable’ and save
If you have some error with database in module (’News’) execute file news.sql
3) Go to page: CMS->Manage Pages
3.1) Select ‘Home page’
3.2) Click ‘Custom Design’
3.3) Change ‘Layout’ to ‘3 columns’ and save
4) Go to Frontend of magento (client interface) and enjoy!

 
Magento Community Magento Community
Magento Community
Magento Community
 
NeilA
Mentor
 
Avatar
Total Posts:  1370
Joined:  2007-09-18
Blue Mountains, Oz
 

Thanks for the speedy response Alex.
I have no errors, but it was the last point that was the trick - changing the layout to 3 column.

That might be worth noting somewhere for people.

Many thanks for your work on this.

Cheers

 Signature 

Neil Atwood
Ministry Grounds Coffee
Micro-roaster and premium green coffee for home roasters.
Twitter: twitter.com/ministrygrounds
Facebook: Facebook.com/ministrygroundscoffee

 
Magento Community Magento Community
Magento Community
Magento Community
 
alexCoffe
Jr. Member
 
Total Posts:  15
Joined:  2009-02-26
 
NeilA - 03 July 2009 01:24 AM

Thanks for the speedy response Alex.
I have no errors, but it was the last point that was the trick - changing the layout to 3 column.

That might be worth noting somewhere for people.

Many thanks for your work on this.

Cheers

Thank you to

 
Magento Community Magento Community
Magento Community
Magento Community
 
Gert-Web
Jr. Member
 
Total Posts:  5
Joined:  2009-06-15
 

Hello,

I got the follow problem :

I see on frontpage the news items. They open normal.
On the admin section I can delete newsitems bud I cannot modify or create a new one.
System always come up with “page not found”

What is wrong?

Greetz

 
Magento Community Magento Community
Magento Community
Magento Community
 
alexCoffe
Jr. Member
 
Total Posts:  15
Joined:  2009-02-26
 

It is answered in personal messages

 
Magento Community Magento Community
Magento Community
Magento Community
 
Andrew_
Jr. Member
 
Total Posts:  19
Joined:  2009-04-29
 

It might sounds weird for you but I can see the news box if I choose the 3-columns or 2 columns with left bar but I use 2-columns with right bar in my design and the box doesn’t appear.

I might touched it when I customized it, can you tell me what code should I add to make it works?

Thank you very much,

 Signature 

Hosting Sphere 3 Solutions inc.

 
Magento Community Magento Community
Magento Community
Magento Community
 
Sirvash Sharma
Jr. Member
 
Avatar
Total Posts:  15
Joined:  2009-08-31
 

Hi Andrew,

Try this one hopefully works for you.

Directory Path: app/design/frontend/default/default/layout/news.xml

<?xml version="1.0"?>
<layout version="0.1.0">
    <default>
        <
reference name="head">
            <
action method="addJs"><name>news/news.js</name></action>
        </
reference>
        <
reference name="head">
            <
action method="addCss"><name>css/news/news.css</name></action>
        </
reference>
        <
reference name="right">  // if you select 2- Columns left side bar replace right with left.
            
<block type="news/news" name="news" template="news/news.phtml" />
        </
reference>
    </default>
</
layout>

 Signature 

Associate System Analyst, India

 
Magento Community Magento Community
Magento Community
Magento Community
 
Andrew_
Jr. Member
 
Total Posts:  19
Joined:  2009-04-29
 

Thank you Sirvash Sharma, it works great.

One more question, how could I move the news box at the top of the right bar? Now, I have the “My Cart”, “Categories” and “Newsletter”.

Once again, thank you

Andrew

 Signature 

Hosting Sphere 3 Solutions inc.

 
Magento Community Magento Community
Magento Community
Magento Community
 
umang
Sr. Member
 
Total Posts:  79
Joined:  2009-07-07
 

HI All,

Sirvash gave this which works fine..

<reference name="right"> // if you select 2- Columns left side bar replace right with left.

However where is the ‘right’ defined as i am trying to change this to a custom template i setup called default_page.phtml. Code below.

<default_page module="page" translate="label">
<label>Default Pages</label>
<template>page/default_page.phtml</template>
<layout_handle>page_default_page</layout_handle>
</default_page>

How can i call the above template like you have with ‘right’.

Thank you so much in advance.!

 
Magento Community Magento Community
Magento Community
Magento Community
 
umang
Sr. Member
 
Total Posts:  79
Joined:  2009-07-07
 

How do you change the main template for the news module as it uses the 3 column template by default.

Please advise.

Thanks

 
Magento Community Magento Community
Magento Community
Magento Community
 
umang
Sr. Member
 
Total Posts:  79
Joined:  2009-07-07
 
alexCoffe - 03 July 2009 01:19 AM

NeilA - 03 July 2009 01:14 AM
Maybe this is because I’m running 1.2.1, but I’ve installed the extension just fine, and the admin area shows up.
But no sign on my front page (I’m using a modified default theme).

Is there a trick to enable this, or some code I need to place (or replace)?

Thanks

Hi.
Try this:
2) Go to Backend of magento (admin interface)
If you do not see your new module (’News’)
2.1) Go to page: System->Cache Management
2.2) Change ‘All Cache’ to ‘Refresh’ or ‘disable’ and save
If you have some error with database in module (’News’) execute file news.sql
3) Go to page: CMS->Manage Pages
3.1) Select ‘Home page’
3.2) Click ‘Custom Design’
3.3) Change ‘Layout’ to ‘3 columns’ and save
4) Go to Frontend of magento (client interface) and enjoy!

Hi,

That is great advice. Is there any way to get this working for a two column?

thanks

 
Magento Community Magento Community
Magento Community
Magento Community
 
ecommerceoffice
Jr. Member
 
Avatar
Total Posts:  30
Joined:  2011-08-20
 

You should check on our new extension for Magento 1.4+ News functionality, classic news module.
Magento news module

 Signature 

Improve user experience - Magento menu
Export all catalog to PDF - Magento pdf export
Magento extensions
-------------------------------------------------------
Website: http://www.magazento.com
E-mail:

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top
 
© Copyright Magento Inc.
Privacy Policy|Terms of Service
Magento Community Count
819302 users|778 users currently online|519717 forum posts