How do I edit the code to display the intro text, like on a users blog page (or in their profile), before they go to the full article?
This is the code in the block:
Code
<!--[foreach item=post from=$latestPosts]-->
» <a href="<!--[pnmodurl modname="pnWebLog" type="user" func="viewpost" post_id=$post.post_id]-->" title="<!--[pnml name="_PNWEBLOGWRITTENINWEBLOGFROM"]--> <!--[pnusergetvar name="uname" uid=$post.uid]-->"><!--[$post.title]--></a>
<br />
<!--[/foreach]-->
<a href="<!--[pnmodurl modname="pnWeblog" type="user" func="main"]-->"><!--[pnml name="_PNWEBLOGREGISTERYOURWEBLOG"]--></a>
<br /><br />
» <a href="<!--[pnmodurl modname="pnWebLog" type="user" func="viewpost" post_id=$post.post_id]-->" title="<!--[pnml name="_PNWEBLOGWRITTENINWEBLOGFROM"]--> <!--[pnusergetvar name="uname" uid=$post.uid]-->"><!--[$post.title]--></a>
<br />
<!--[/foreach]-->
<a href="<!--[pnmodurl modname="pnWeblog" type="user" func="main"]-->"><!--[pnml name="_PNWEBLOGREGISTERYOURWEBLOG"]--></a>
<br /><br />
I don't know if I need to edit the actual PHP file or not?
If someone knows how to accomplish this, I would be greatly appreciated if you could share with me. I am quite novice at PHP.
--
"In the real world as in dreams, nothing is quite what it seems" - The Book of Counted Sorrows
