{{list_articles constraints="topic is "
}}
......
{{/list..}}
hope this will clear my question
best regards
alaa
---------- Forwarded message ----------
From: Alaa Anabtawi
Date: Aug 1, 2008 7:43 PM
Subject: list of articles which has the same topic
To: campsite-support@campware.org
hi all
i need to list all articles for the same author in article page, the author
is a sub topic
so how can i do that ,
i need to get the article topic from article page in order i can use it in
the list
replace "Open Source:en" with your corresponding topic:language names
hope this helps!
On Sat, Aug 2, 2008 at 11:07 AM, Alaa Anabtawi wrote:
> any ideas??
>
> i need to do some thing like that
>
> {{list_articles constraints="topic is "
> }}
> ......
> {{/list..}}
>
> hope this will clear my question
>
> best regards
> alaa
>
>
> ---------- Forwarded message ----------
> From: Alaa Anabtawi
> Date: Aug 1, 2008 7:43 PM
> Subject: list of articles which has the same topic
> To: campsite-support@campware.org
>
>
> hi all
>
> i need to list all articles for the same author in article page, the author
> is a sub topic
>
> so how can i do that ,
>
> i need to get the article topic from article page in order i can use it in
> the list
>
>
> thanks
>
>
> --
> Alaa Anabtawi
>
> --
> Alaa Anabtawi
yes this what i need , but how i can get the topic directly from article
page , becuse each article has different topic name
is it possible?
many thanks for help
On 8/4/08, Holman Romero wrote:
>
> Hi Alaa !
>
> You can do exactly what you need by:
>
> {{ set_topic name="Open Source:en" }}
> {{ list_articles length="14" order="bypublishdate desc" }}
> {{
> $campsite->article->name }}
> {{ /list_articles }}
> {{ /unset_topic }}
>
>
> replace "Open Source:en" with your corresponding topic:language names
>
> hope this helps!
>
>
>
> On Sat, Aug 2, 2008 at 11:07 AM, Alaa Anabtawi wrote:
> > any ideas??
> >
> > i need to do some thing like that
> >
> > {{list_articles constraints="topic is
> topic>"
> > }}
> > ......
> > {{/list..}}
> >
> > hope this will clear my question
> >
> > best regards
> > alaa
> >
> >
> > ---------- Forwarded message ----------
> > From: Alaa Anabtawi
> > Date: Aug 1, 2008 7:43 PM
> > Subject: list of articles which has the same topic
> > To: campsite-support@campware.org
> >
> >
> > hi all
> >
> > i need to list all articles for the same author in article page, the
> author
> > is a sub topic
> >
> > so how can i do that ,
> >
> > i need to get the article topic from article page in order i can use it
> in
> > the list
> >
> >
> > thanks
> >
> >
> > --
> > Alaa Anabtawi
> >
> > --
> > Alaa Anabtawi
>
>
>
> --
> /holman
>
i am not sure if it does the trick but i think it should, so please
try it and let us know.
On Mon, Aug 4, 2008 at 8:54 AM, Alaa Anabtawi wrote:
> yes this what i need , but how i can get the topic directly from article
> page , becuse each article has different topic name
>
> is it possible?
> many thanks for help
>
>
> On 8/4/08, Holman Romero wrote:
>>
>> Hi Alaa !
>>
>> You can do exactly what you need by:
>>
>> {{ set_topic name="Open Source:en" }}
>> {{ list_articles length="14" order="bypublishdate desc" }}
>> {{
>> $campsite->article->name }}
>> {{ /list_articles }}
>> {{ /unset_topic }}
>>
>>
>> replace "Open Source:en" with your corresponding topic:language names
>>
>> hope this helps!
>>
>>
>>
>> On Sat, Aug 2, 2008 at 11:07 AM, Alaa Anabtawi wrote:
>> > any ideas??
>> >
>> > i need to do some thing like that
>> >
>> > {{list_articles constraints="topic is
>> > topic>"
>> > }}
>> > ......
>> > {{/list..}}
>> >
>> > hope this will clear my question
>> >
>> > best regards
>> > alaa
>> >
>> >
>> > ---------- Forwarded message ----------
>> > From: Alaa Anabtawi
>> > Date: Aug 1, 2008 7:43 PM
>> > Subject: list of articles which has the same topic
>> > To: campsite-support@campware.org
>> >
>> >
>> > hi all
>> >
>> > i need to list all articles for the same author in article page, the
>> > author
>> > is a sub topic
>> >
>> > so how can i do that ,
>> >
>> > i need to get the article topic from article page in order i can use it
>> > in
>> > the list
>> >
>> >
>> > thanks
>> >
>> >
>> > --
>> > Alaa Anabtawi
>> >
>> > --
>> > Alaa Anabtawi
>>
>>
>>
>> --
>> /holman
>
>
>
> --
> Alaa Anabtawi
if you help me how can i print the topic name , may be i can do it.
a simple question "is the topic feild the same of attach topic for any
article?""
thanks
On 8/4/08, Holman Romero wrote:
>
> It is not possible, by definition, because an article can be related
> to one or more topics. However, try something like this:
>
> {{ list_article_topics length="1" }}
> {{ list_articles length="5" order="bypublishdate desc" }}
> {{
> $campsite->article->name }}
> {{ /list_articles }}
> {{ /list_article_topics }}
>
>
> i am not sure if it does the trick but i think it should, so please
> try it and let us know.
>
>
>
> On Mon, Aug 4, 2008 at 8:54 AM, Alaa Anabtawi wrote:
> > yes this what i need , but how i can get the topic directly from article
> > page , becuse each article has different topic name
> >
> > is it possible?
> > many thanks for help
> >
> >
> > On 8/4/08, Holman Romero wrote:
> >>
> >> Hi Alaa !
> >>
> >> You can do exactly what you need by:
> >>
> >> {{ set_topic name="Open Source:en" }}
> >> {{ list_articles length="14" order="bypublishdate desc" }}
> >> {{
> >> $campsite->article->name }}
> >> {{ /list_articles }}
> >> {{ /unset_topic }}
> >>
> >>
> >> replace "Open Source:en" with your corresponding topic:language names
> >>
> >> hope this helps!
> >>
> >>
> >>
> >> On Sat, Aug 2, 2008 at 11:07 AM, Alaa Anabtawi
> wrote:
> >> > any ideas??
> >> >
> >> > i need to do some thing like that
> >> >
> >> > {{list_articles constraints="topic is
> >> > topic>"
> >> > }}
> >> > ......
> >> > {{/list..}}
> >> >
> >> > hope this will clear my question
> >> >
> >> > best regards
> >> > alaa
> >> >
> >> >
> >> > ---------- Forwarded message ----------
> >> > From: Alaa Anabtawi
> >> > Date: Aug 1, 2008 7:43 PM
> >> > Subject: list of articles which has the same topic
> >> > To: campsite-support@campware.org
> >> >
> >> >
> >> > hi all
> >> >
> >> > i need to list all articles for the same author in article page, the
> >> > author
> >> > is a sub topic
> >> >
> >> > so how can i do that ,
> >> >
> >> > i need to get the article topic from article page in order i can use
> it
> >> > in
> >> > the list
> >> >
> >> >
> >> > thanks
> >> >
> >> >
> >> > --
> >> > Alaa Anabtawi
> >> >
> >> > --
> >> > Alaa Anabtawi
> >>
> >>
> >>
> >> --
> >> /holman
> >
> >
> >
> > --
> > Alaa Anabtawi
>
>
>
> --
> /holman
>
On Fri, Aug 1, 2008 at 8:43 PM, Alaa Anabtawi wrote:
> hi all
>
> i need to list all articles for the same author in article page, the author
> is a sub topic
>
> so how can i do that ,
>
> i need to get the article topic from article page in order i can use it in
> the list
>
>
> thanks
>
>
>
> --
> Alaa Anabtawi
>