Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2007-08-16 07:18:07

swati.miniyar
Member
Registered: 2007-08-06
Posts: 39

problem with bos_author

i want to display authors information when i clicked on authors name.for that i am using bos_author plugin.
but my problem is-clicking on any author it always gives me a information of a author say having name=“abc”..

i am having 4 authors with thier bio defined in article.

i am using section author for this and i am displaying authors info on one page using this code—

<txp:article_custom section=“author” limit=“1” form=“about-us”/>

titles and author-name are same for all articles in author section .. iv also used

<txp:bos_author section=“author”>

help please..

Last edited by swati.miniyar (2007-08-16 07:23:29)

Offline

#2 2007-08-16 14:43:31

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: problem with bos_author

Why don’t you use <txp:article /> instead of <txp:article_custom />, like:

<txp:if_section name="author">
<txp:article form="about-us" />
</txp:if_section>

And following:

  1. URL-mode?
  2. Is your bio-article’s title same as author’s real name?

Cheers!

Offline

#3 2007-08-16 14:52:18

swati.miniyar
Member
Registered: 2007-08-06
Posts: 39

Re: problem with bos_author

yes my article author name is same as its authors real name..
url mode is not messy.. its like this www.example.com/author/suresh

Offline

#4 2007-08-16 14:59:39

swati.miniyar
Member
Registered: 2007-08-06
Posts: 39

Re: problem with bos_author

and i am having 4 authors..
how should i dispaly info for these 4 ?i am having bio-article defined for them..

Offline

#5 2007-08-16 15:20:09

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: problem with bos_author

With <txp:article />-tag. <txp:article_custom /> does not show single article. Like I said before.

<txp:if_section name="author">
<txp:article form="about-us" />
</txp:if_section>

Cheers!

Offline

#6 2007-08-16 15:28:52

swati.miniyar
Member
Registered: 2007-08-06
Posts: 39

Re: problem with bos_author

but still its not showing me the appropriate bio for that aurhor…
My problem is..
i am havin 4 authors say a,b,c,d..
i have defined 4 bio article in author section with titles a,b,c,d..
when i click on a i want a’s bio should b dispalyed.when clicked on b ,b’s bio should be dispalyed..

In current situation..if i click on a or b or c or d..i am getting a’s bio only..
how to tackle this?

Offline

Board footer

Powered by FluxBB