Posted by pkcho on March 14, 2010 at 6:10am
I have created a "more articles by this author" block, which includes the article's image, title and content teaser. But for some reason, at the bottom of the teaser it also shows a "by:", which looks like it comes from the new "Author" page.
I've looked around to see where it is coming from, but can't seem to find the source.
I have included a screenshot.
Thank you.
| Attachment | Size |
|---|---|
| Screen_shot_01 .png | 39.62 KB |
| Screenshot_01.png | 96.11 KB |
| Screenshot_02.png | 106.12 KB |
Comments
The block you created - is
The block you created - is that a Views block? Your View may be including node "body" as a field (which is an aggregate of all fields, themed according to node-[nodetype].tpl.php). You may just need to use body content field, which is a node body in its "pure" form.
We would need to see your view definition and theme files to be more specific, but it looks like that's the kind of problem you ran into, in general.
.............................................
http://twitter.com/inadarei
I am using the content:teaser field
which I figure should work like the content: body field (which I can't find).
I have added 2 screenshots of my view to my initial post. One is the over all view and one is of the content: teaser details.
Thank you for your help.
Comes from a template
I know this is an old thread, but just in case anyone else is looking for the solution to this, the byline is added by:
sites/all/modules/openpublish_features/op_author/op_author_layout/themes/views-view-fields--author-articles.tpl.php
...which you can copy into your theme's folder and customize as you see fit.
HTH...