Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2006-06-17 14:53:30

bongbang
New Member
From: Bangkok, Thailand
Registered: 2005-01-22
Posts: 6
Website

Avatar & Tag within tag through PHP

In my group blog, each article will feature the author’s avatar. I’d like to accomplish that using this sort of code (having spliced in the <txp:author /> support from svn)

<code>
<txp:thumbnail name=”<txp:author />” />
</code>

But of course such a syntax would be illegal. And being PHP-illiterate, I cannot devise a workaround by myself. Can anyone help? Thank you.

Offline

#2 2006-06-17 18:06:01

Elenita
Member
From: Falls Church, VA
Registered: 2004-05-16
Posts: 407
Website

Re: Avatar & Tag within tag through PHP

Would the <a href=“http://textpattern.org/plugins/115/rssauthorinfo”>rss_author_info plugin</a> do what you want?

Offline

#3 2006-06-17 20:21:17

wet
Developer Emeritus
From: Vöcklabruck, Austria
Registered: 2005-06-06
Posts: 3,393
Website GitHub Mastodon

Re: Avatar & Tag within tag through PHP

Try this:

<txp:php>
echo thumbnail( array( 'name' => author( array() ) ) );
</txp:php>

&nbsp;

Offline

Board footer

Powered by FluxBB