|
View:
New views
9 Messages
—
Rating Filter:
Alert me
|
|
|
Dynamic ContentI am trying to create an information box on the rightside of my page which allows users to add in information regarding offers. The information contained in these boxes are text, images and links. How can I make this page then appear across all pages which use the same template to make it appear dynamically across 400 web pages? Thanks Sheetal ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <user-list-unsubscribe@...> ---------------------------------------------------------------- |
|
|
Re: Dynamic ContentI found the answer... :) * <cms:loadPage path="tradespeople"/> * <cms:contentNodeIterator contentNodeCollectionName="panelright"> <cms:includeTemplate/> </cms:contentNodeIterator> <cms:newBar contentNodeCollectionName="panelright" paragraph="myrightpanel"/> I just used the loadPage tag and it works a treat in my main template.... just in case someone else was wondering... Sheetal Sheetal Thaker wrote: > > I am trying to create an information box on the rightside of my page > which allows users to add in information regarding offers. The > information contained in these boxes are text, images and links. > > How can I make this page then appear across all pages which use the > same template to make it appear dynamically across 400 web pages? > > Thanks > > Sheetal > > > > ---------------------------------------------------------------- > For list details see > http://www.magnolia-cms.com/home/community/mailing-lists.html > To unsubscribe, E-mail to: <user-list-unsubscribe@...> > ---------------------------------------------------------------- > ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <user-list-unsubscribe@...> ---------------------------------------------------------------- |
|
|
Re: Dynamic ContentAlternatively, have a look how the data module is used to display a contact on a web page. If you want to reuse content, the data module is your friend. - Boris On Oct 16, 2009, at 12:27 PM, Sheetal Thaker wrote: > > I found the answer... :) > > * <cms:loadPage path="tradespeople"/> * > <cms:contentNodeIterator > contentNodeCollectionName="panelright"> > <cms:includeTemplate/> > </cms:contentNodeIterator> > <cms:newBar contentNodeCollectionName="panelright" > paragraph="myrightpanel"/> > > I just used the loadPage tag and it works a treat in my main > template.... just in case someone else was wondering... > > Sheetal > > > > Sheetal Thaker wrote: >> >> I am trying to create an information box on the rightside of my >> page which allows users to add in information regarding offers. >> The information contained in these boxes are text, images and links. >> >> How can I make this page then appear across all pages which use the >> same template to make it appear dynamically across 400 web pages? >> >> Thanks >> >> Sheetal >> >> >> >> ---------------------------------------------------------------- >> For list details see >> http://www.magnolia-cms.com/home/community/mailing-lists.html >> To unsubscribe, E-mail to: <user-list-unsubscribe@...> >> ---------------------------------------------------------------- >> > > ---------------------------------------------------------------- > For list details see > http://www.magnolia-cms.com/home/community/mailing-lists.html > To unsubscribe, E-mail to: <user-list-unsubscribe@...> > ---------------------------------------------------------------- ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <user-list-unsubscribe@...> ---------------------------------------------------------------- |
|
|
RSS Aggregator QuestionI've setup an RSS Aggregator for our homepage and the content for it only displays in the author instance. When I publish the homepage the rssFeedList template doesn't even render. I've published all my templates, the entire rssaggregator module (under configuration /modules/rssaggregator) and I've double checked that my Rss Aggregator is published and has been populated. Am I missing a setting or configuration value somewhere? Jared Barboza Software Developer Wake}fly Inc. http://:www.wakefly.com 33 Lyman Street, Suite 310 Westborough, MA 01581 p: 508.616.2042 x23 ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <user-list-unsubscribe@...> ---------------------------------------------------------------- |
|
|
Re: RSS Aggregator QuestionAny exception in the logs of the public instance ? Did you add the jar of the module (and any dependencies) to both instances ? -g On Oct 27, 2009, at 5:43 PM, Jared Barboza wrote: > > I've setup an RSS Aggregator for our homepage and the content for it > only displays in the author instance. When I publish the homepage the > rssFeedList template doesn't even render. I've published all my > templates, the entire rssaggregator module (under configuration > /modules/rssaggregator) and I've double checked that my Rss Aggregator > is published and has been populated. Am I missing a setting or > configuration value somewhere? > > Jared Barboza > Software Developer > Wake}fly Inc. > http://:www.wakefly.com > 33 Lyman Street, Suite 310 > Westborough, MA 01581 > p: 508.616.2042 x23 > > ---------------------------------------------------------------- > For list details see > http://www.magnolia-cms.com/home/community/mailing-lists.html > To unsubscribe, E-mail to: <user-list-unsubscribe@...> > ---------------------------------------------------------------- ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <user-list-unsubscribe@...> ---------------------------------------------------------------- |
|
|
Re: RSS Aggregator QuestionActually what version are you using? In one of the earlier versions there was a bug that on activation the content of the feeds were not activated. You can double check this with the JCR browser of Data Module ... just compare that all the stuff that is in the feeds on author is also on public. ... if not, upgrade to the latest version of the RssAggregator or run the feed fetching job on public as well. HTH, Jan On Tue, 2009-10-27 at 19:47 +0100, Grégory Joseph wrote: > Any exception in the logs of the public instance ? > Did you add the jar of the module (and any dependencies) to both > instances ? > > -g > > On Oct 27, 2009, at 5:43 PM, Jared Barboza wrote: > > > > > I've setup an RSS Aggregator for our homepage and the content for it > > only displays in the author instance. When I publish the homepage the > > rssFeedList template doesn't even render. I've published all my > > templates, the entire rssaggregator module (under configuration > > /modules/rssaggregator) and I've double checked that my Rss Aggregator > > is published and has been populated. Am I missing a setting or > > configuration value somewhere? > > > > Jared Barboza > > Software Developer > > Wake}fly Inc. > > http://:www.wakefly.com > > 33 Lyman Street, Suite 310 > > Westborough, MA 01581 > > p: 508.616.2042 x23 > > > > ---------------------------------------------------------------- > > For list details see > > http://www.magnolia-cms.com/home/community/mailing-lists.html > > To unsubscribe, E-mail to: <user-list-unsubscribe@...> > > ---------------------------------------------------------------- > > > ---------------------------------------------------------------- > For list details see > http://www.magnolia-cms.com/home/community/mailing-lists.html > To unsubscribe, E-mail to: <user-list-unsubscribe@...> > ---------------------------------------------------------------- ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <user-list-unsubscribe@...> ---------------------------------------------------------------- |
|
|
RE: RSS Aggregator QuestionI'm using version 4.1. I've activated and run the RSS Aggregator update on public and I can see it's content data in the JCR browser but when I query for the data I get the following:
Repository: data Path: /rssaggregator/WakeFly-Blog-RSS Level: 1 AUTHOR INSTANCE /rssaggregator/WakeFly-Blog-RSS /rssaggregator/WakeFly-Blog-RSS/title=WakeFly Blog RSS /rssaggregator/WakeFly-Blog-RSS/name=WakeFly Blog RSS /rssaggregator/WakeFly-Blog-RSS/usedImporterTarget=main /rssaggregator/WakeFly-Blog-RSS/jcr:uuid=0c84a3a5-41aa-4617-a68b-54e62419893b /rssaggregator/WakeFly-Blog-RSS/importState=new /rssaggregator/WakeFly-Blog-RSS/jcr:mixinTypes=mix:lockable /rssaggregator/WakeFly-Blog-RSS/jcr:created=2009-10-27T10:07:43.276-04:00 /rssaggregator/WakeFly-Blog-RSS/jcr:primaryType=RssAggregator /rssaggregator/WakeFly-Blog-RSS/MetaData[mgnl:metaData] /rssaggregator/WakeFly-Blog-RSS/data[mgnl:content] << NOT ON PUBLIC /rssaggregator/WakeFly-Blog-RSS/feeds[mgnl:contentNode] << NOT ON PUBLIC /rssaggregator/WakeFly-Blog-RSS/filters[mgnl:contentNode] << NOT ON PUBLIC PUBLIC INSTANCE /rssaggregator/WakeFly-Blog-RSS /rssaggregator/WakeFly-Blog-RSS/title=WakeFly Blog RSS /rssaggregator/WakeFly-Blog-RSS/name=WakeFly Blog RSS /rssaggregator/WakeFly-Blog-RSS/usedImporterTarget=main /rssaggregator/WakeFly-Blog-RSS/jcr:uuid=0c84a3a5-41aa-4617-a68b-54e62419893b /rssaggregator/WakeFly-Blog-RSS/importState=new /rssaggregator/WakeFly-Blog-RSS/jcr:mixinTypes=mix:lockable /rssaggregator/WakeFly-Blog-RSS/jcr:created=2009-10-28T11:40:03.661-04:00 /rssaggregator/WakeFly-Blog-RSS/jcr:primaryType=RssAggregator /rssaggregator/WakeFly-Blog-RSS/MetaData[mgnl:metaData] Jared Barboza Software Developer Wake}fly Inc. http://:www.wakefly.com 33 Lyman Street, Suite 310 Westborough, MA 01581 p: 508.616.2042 x23 -----Original Message----- From: user-list-owner@... [mailto:user-list-owner@...] On Behalf Of Jan Haderka Sent: Tuesday, October 27, 2009 6:34 PM To: Magnolia User-List Subject: Re: [magnolia-user] RSS Aggregator Question Actually what version are you using? In one of the earlier versions there was a bug that on activation the content of the feeds were not activated. You can double check this with the JCR browser of Data Module ... just compare that all the stuff that is in the feeds on author is also on public. ... if not, upgrade to the latest version of the RssAggregator or run the feed fetching job on public as well. HTH, Jan On Tue, 2009-10-27 at 19:47 +0100, Grégory Joseph wrote: > Any exception in the logs of the public instance ? > Did you add the jar of the module (and any dependencies) to both > instances ? > > -g > > On Oct 27, 2009, at 5:43 PM, Jared Barboza wrote: > > > > > I've setup an RSS Aggregator for our homepage and the content for it > > only displays in the author instance. When I publish the homepage the > > rssFeedList template doesn't even render. I've published all my > > templates, the entire rssaggregator module (under configuration > > /modules/rssaggregator) and I've double checked that my Rss Aggregator > > is published and has been populated. Am I missing a setting or > > configuration value somewhere? > > > > Jared Barboza > > Software Developer > > Wake}fly Inc. > > http://:www.wakefly.com > > 33 Lyman Street, Suite 310 > > Westborough, MA 01581 > > p: 508.616.2042 x23 > > > > ---------------------------------------------------------------- > > For list details see > > http://www.magnolia-cms.com/home/community/mailing-lists.html > > To unsubscribe, E-mail to: <user-list-unsubscribe@...> > > ---------------------------------------------------------------- > > > ---------------------------------------------------------------- > For list details see > http://www.magnolia-cms.com/home/community/mailing-lists.html > To unsubscribe, E-mail to: <user-list-unsubscribe@...> > ---------------------------------------------------------------- ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <user-list-unsubscribe@...> ---------------------------------------------------------------- ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <user-list-unsubscribe@...> ---------------------------------------------------------------- |
|
|
RE: RSS Aggregator QuestionYes and those missing nodes are the exactly ones that contain the content of the feeds. Here is the issue I was referring to: http://jira.magnolia-cms.com/browse/MGNLRSSAGG-18 If you fetch version 1.0.1 of the rss aggregator module you should be fine. cheers, Jan On Wed, 2009-10-28 at 11:44 -0400, Jared Barboza wrote: > I'm using version 4.1. I've activated and run the RSS Aggregator update on public and I can see it's content data in the JCR browser but when I query for the data I get the following: > > Repository: data > Path: /rssaggregator/WakeFly-Blog-RSS > Level: 1 > > AUTHOR INSTANCE > /rssaggregator/WakeFly-Blog-RSS > /rssaggregator/WakeFly-Blog-RSS/title=WakeFly Blog RSS > /rssaggregator/WakeFly-Blog-RSS/name=WakeFly Blog RSS > /rssaggregator/WakeFly-Blog-RSS/usedImporterTarget=main > /rssaggregator/WakeFly-Blog-RSS/jcr:uuid=0c84a3a5-41aa-4617-a68b-54e62419893b > /rssaggregator/WakeFly-Blog-RSS/importState=new > /rssaggregator/WakeFly-Blog-RSS/jcr:mixinTypes=mix:lockable > > /rssaggregator/WakeFly-Blog-RSS/jcr:created=2009-10-27T10:07:43.276-04:00 > /rssaggregator/WakeFly-Blog-RSS/jcr:primaryType=RssAggregator > /rssaggregator/WakeFly-Blog-RSS/MetaData[mgnl:metaData] > > /rssaggregator/WakeFly-Blog-RSS/data[mgnl:content] << NOT ON PUBLIC > /rssaggregator/WakeFly-Blog-RSS/feeds[mgnl:contentNode] << NOT ON PUBLIC > /rssaggregator/WakeFly-Blog-RSS/filters[mgnl:contentNode] << NOT ON PUBLIC > > PUBLIC INSTANCE > /rssaggregator/WakeFly-Blog-RSS > /rssaggregator/WakeFly-Blog-RSS/title=WakeFly Blog RSS > /rssaggregator/WakeFly-Blog-RSS/name=WakeFly Blog RSS > /rssaggregator/WakeFly-Blog-RSS/usedImporterTarget=main > /rssaggregator/WakeFly-Blog-RSS/jcr:uuid=0c84a3a5-41aa-4617-a68b-54e62419893b > /rssaggregator/WakeFly-Blog-RSS/importState=new > /rssaggregator/WakeFly-Blog-RSS/jcr:mixinTypes=mix:lockable > > /rssaggregator/WakeFly-Blog-RSS/jcr:created=2009-10-28T11:40:03.661-04:00 > /rssaggregator/WakeFly-Blog-RSS/jcr:primaryType=RssAggregator > /rssaggregator/WakeFly-Blog-RSS/MetaData[mgnl:metaData] > > Jared Barboza > Software Developer > Wake}fly Inc. > http://:www.wakefly.com > 33 Lyman Street, Suite 310 > Westborough, MA 01581 > p: 508.616.2042 x23 > > > -----Original Message----- > From: user-list-owner@... [mailto:user-list-owner@...] On Behalf Of Jan Haderka > Sent: Tuesday, October 27, 2009 6:34 PM > To: Magnolia User-List > Subject: Re: [magnolia-user] RSS Aggregator Question > > > Actually what version are you using? > In one of the earlier versions there was a bug that on activation the > content of the feeds were not activated. You can double check this with > the JCR browser of Data Module ... just compare that all the stuff that > is in the feeds on author is also on public. ... if not, upgrade to the > latest version of the RssAggregator or run the feed fetching job on > public as well. > > HTH, > Jan > > On Tue, 2009-10-27 at 19:47 +0100, Grégory Joseph wrote: > > Any exception in the logs of the public instance ? > > Did you add the jar of the module (and any dependencies) to both > > instances ? > > > > -g > > > > On Oct 27, 2009, at 5:43 PM, Jared Barboza wrote: > > > > > > > > I've setup an RSS Aggregator for our homepage and the content for it > > > only displays in the author instance. When I publish the homepage the > > > rssFeedList template doesn't even render. I've published all my > > > templates, the entire rssaggregator module (under configuration > > > /modules/rssaggregator) and I've double checked that my Rss Aggregator > > > is published and has been populated. Am I missing a setting or > > > configuration value somewhere? > > > > > > Jared Barboza > > > Software Developer > > > Wake}fly Inc. > > > http://:www.wakefly.com > > > 33 Lyman Street, Suite 310 > > > Westborough, MA 01581 > > > p: 508.616.2042 x23 > > > > > > ---------------------------------------------------------------- > > > For list details see > > > http://www.magnolia-cms.com/home/community/mailing-lists.html > > > To unsubscribe, E-mail to: <user-list-unsubscribe@...> > > > ---------------------------------------------------------------- > > > > > > ---------------------------------------------------------------- > > For list details see > > http://www.magnolia-cms.com/home/community/mailing-lists.html > > To unsubscribe, E-mail to: <user-list-unsubscribe@...> > > ---------------------------------------------------------------- > > > ---------------------------------------------------------------- > For list details see > http://www.magnolia-cms.com/home/community/mailing-lists.html > To unsubscribe, E-mail to: <user-list-unsubscribe@...> > ---------------------------------------------------------------- > > > > ---------------------------------------------------------------- > For list details see > http://www.magnolia-cms.com/home/community/mailing-lists.html > To unsubscribe, E-mail to: <user-list-unsubscribe@...> > ---------------------------------------------------------------- ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <user-list-unsubscribe@...> ---------------------------------------------------------------- |
|
|
RE: RSS Aggregator QuestionI upgraded and the rss aggregator is working perfectly. Thanks Jan!!
Jared Barboza Software Developer Wake}fly Inc. http://:www.wakefly.com 33 Lyman Street, Suite 310 Westborough, MA 01581 p: 508.616.2042 x23 -----Original Message----- From: user-list-owner@... [mailto:user-list-owner@...] On Behalf Of Jan Haderka Sent: Thursday, October 29, 2009 4:36 AM To: Magnolia User-List Subject: RE: [magnolia-user] RSS Aggregator Question Yes and those missing nodes are the exactly ones that contain the content of the feeds. Here is the issue I was referring to: http://jira.magnolia-cms.com/browse/MGNLRSSAGG-18 If you fetch version 1.0.1 of the rss aggregator module you should be fine. cheers, Jan On Wed, 2009-10-28 at 11:44 -0400, Jared Barboza wrote: > I'm using version 4.1. I've activated and run the RSS Aggregator update on public and I can see it's content data in the JCR browser but when I query for the data I get the following: > > Repository: data > Path: /rssaggregator/WakeFly-Blog-RSS > Level: 1 > > AUTHOR INSTANCE > /rssaggregator/WakeFly-Blog-RSS > /rssaggregator/WakeFly-Blog-RSS/title=WakeFly Blog RSS > /rssaggregator/WakeFly-Blog-RSS/name=WakeFly Blog RSS > /rssaggregator/WakeFly-Blog-RSS/usedImporterTarget=main > /rssaggregator/WakeFly-Blog-RSS/jcr:uuid=0c84a3a5-41aa-4617-a68b-54e62419893b > /rssaggregator/WakeFly-Blog-RSS/importState=new > /rssaggregator/WakeFly-Blog-RSS/jcr:mixinTypes=mix:lockable > > /rssaggregator/WakeFly-Blog-RSS/jcr:created=2009-10-27T10:07:43.276-04:00 > /rssaggregator/WakeFly-Blog-RSS/jcr:primaryType=RssAggregator > /rssaggregator/WakeFly-Blog-RSS/MetaData[mgnl:metaData] > > /rssaggregator/WakeFly-Blog-RSS/data[mgnl:content] << NOT ON PUBLIC > /rssaggregator/WakeFly-Blog-RSS/feeds[mgnl:contentNode] << NOT ON PUBLIC > /rssaggregator/WakeFly-Blog-RSS/filters[mgnl:contentNode] << NOT ON PUBLIC > > PUBLIC INSTANCE > /rssaggregator/WakeFly-Blog-RSS > /rssaggregator/WakeFly-Blog-RSS/title=WakeFly Blog RSS > /rssaggregator/WakeFly-Blog-RSS/name=WakeFly Blog RSS > /rssaggregator/WakeFly-Blog-RSS/usedImporterTarget=main > /rssaggregator/WakeFly-Blog-RSS/jcr:uuid=0c84a3a5-41aa-4617-a68b-54e62419893b > /rssaggregator/WakeFly-Blog-RSS/importState=new > /rssaggregator/WakeFly-Blog-RSS/jcr:mixinTypes=mix:lockable > > /rssaggregator/WakeFly-Blog-RSS/jcr:created=2009-10-28T11:40:03.661-04:00 > /rssaggregator/WakeFly-Blog-RSS/jcr:primaryType=RssAggregator > /rssaggregator/WakeFly-Blog-RSS/MetaData[mgnl:metaData] > > Jared Barboza > Software Developer > Wake}fly Inc. > http://:www.wakefly.com > 33 Lyman Street, Suite 310 > Westborough, MA 01581 > p: 508.616.2042 x23 > > > -----Original Message----- > From: user-list-owner@... [mailto:user-list-owner@...] On Behalf Of Jan Haderka > Sent: Tuesday, October 27, 2009 6:34 PM > To: Magnolia User-List > Subject: Re: [magnolia-user] RSS Aggregator Question > > > Actually what version are you using? > In one of the earlier versions there was a bug that on activation the > content of the feeds were not activated. You can double check this with > the JCR browser of Data Module ... just compare that all the stuff that > is in the feeds on author is also on public. ... if not, upgrade to the > latest version of the RssAggregator or run the feed fetching job on > public as well. > > HTH, > Jan > > On Tue, 2009-10-27 at 19:47 +0100, Grégory Joseph wrote: > > Any exception in the logs of the public instance ? > > Did you add the jar of the module (and any dependencies) to both > > instances ? > > > > -g > > > > On Oct 27, 2009, at 5:43 PM, Jared Barboza wrote: > > > > > > > > I've setup an RSS Aggregator for our homepage and the content for it > > > only displays in the author instance. When I publish the homepage the > > > rssFeedList template doesn't even render. I've published all my > > > templates, the entire rssaggregator module (under configuration > > > /modules/rssaggregator) and I've double checked that my Rss Aggregator > > > is published and has been populated. Am I missing a setting or > > > configuration value somewhere? > > > > > > Jared Barboza > > > Software Developer > > > Wake}fly Inc. > > > http://:www.wakefly.com > > > 33 Lyman Street, Suite 310 > > > Westborough, MA 01581 > > > p: 508.616.2042 x23 > > > > > > ---------------------------------------------------------------- > > > For list details see > > > http://www.magnolia-cms.com/home/community/mailing-lists.html > > > To unsubscribe, E-mail to: <user-list-unsubscribe@...> > > > ---------------------------------------------------------------- > > > > > > ---------------------------------------------------------------- > > For list details see > > http://www.magnolia-cms.com/home/community/mailing-lists.html > > To unsubscribe, E-mail to: <user-list-unsubscribe@...> > > ---------------------------------------------------------------- > > > ---------------------------------------------------------------- > For list details see > http://www.magnolia-cms.com/home/community/mailing-lists.html > To unsubscribe, E-mail to: <user-list-unsubscribe@...> > ---------------------------------------------------------------- > > > > ---------------------------------------------------------------- > For list details see > http://www.magnolia-cms.com/home/community/mailing-lists.html > To unsubscribe, E-mail to: <user-list-unsubscribe@...> > ---------------------------------------------------------------- ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <user-list-unsubscribe@...> ---------------------------------------------------------------- ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <user-list-unsubscribe@...> ---------------------------------------------------------------- |
| Free embeddable forum powered by Nabble | Forum Help |