[Zope-CMF] Problems rendering news box

Stacy Roberts Ladnier Stacy.Roberts@noaa.gov
Tue, 01 Oct 2002 12:52:07 -0500


This is a multi-part message in MIME format.
--------------95F28ED6D8719E9887A181A7
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit


The version of CMF is 1.3. The version of Plone is 1.0beta1.

My code inside of main_left_column is:

<metal:block metal:define-macro="column"
             tal:define="global portal_url here/portal_url">

    <div metal:use-macro="here/navigation_tree_slot/macros/navigationBox">
      Tree-based Navigation
    </div>

<!--
    <div metal:use-macro="here/navigation_slot/macros/navigationBox">
      Old Navigation
    </div>
-->


    <div metal:use-macro="here/news_slot/macros/newsBox">
      News Box
    </div>

    <div metal:use-macro="here/related_slot/macros/relatedBox">
    Related box
    </div>

</metal:block>


I do have a few news Items in my site. I can search for them and they display and
they display in the news page.





george donnelly wrote:

> why don't you send us your code, your error message(s) what versions of CMF
> Plone and Zope you are using, etc.? This is usually the first and required
> step when asking for help. :)
>
> <-->
> george donnelly - http://zettai.net/ - "We Love Newbies" :)
> Zope Hosting - Dynamic Website Design - Search Engine Promotion
>
> > From: "Stacy Roberts Ladnier" <Stacy.Roberts@noaa.gov>
> >
> > I have tried to place code in the main_left_column that is similar to the
> > other
> > entries. I have even created a main_right_column to try it out on the right
> > side.
> > None of this will work. I even tried calling the news_slot from within the
> > calendar_slot, but it was still a no show. Any more suggestions?
>
> _______________________________________________
> Zope-CMF maillist  -  Zope-CMF@zope.org
> http://lists.zope.org/mailman/listinfo/zope-cmf
>
> See http://collector.zope.org/CMF for bug reports and feature requests

--------------95F28ED6D8719E9887A181A7
Content-Type: text/x-vcard; charset=us-ascii;
 name="Stacy.Ladnier.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Stacy Ladnier
Content-Disposition: attachment;
 filename="Stacy.Ladnier.vcf"

begin:vcard 
n:Ladnier;Stacy
tel;work:228-688-1878
x-mozilla-html:FALSE
org:Anteon/NCDDC
adr:;;;Stennis Space Center;MS;;
version:2.1
email;internet:Stacy.Ladnier@noaa.gov
title:Software Engineer
fn:Stacy Ladnier, SCJP2, SCJD2
end:vcard

--------------95F28ED6D8719E9887A181A7--