PDA

View Full Version : Latest blog entry / comment in member profile


ThreeD
Sat 1st Sep '07, 9:29am
How do I add the latest blog entry with time and date, and the latest comment in the forum member profile?

I took a closer look at the blog plugins, but couldn't find the right one.

Edit: I tried to put the code below into the memberinfo template, that didn't work either :(


<span class="shade">$vbphrase[last_comment]</span>
<a href="member.php?$session[sessionurl]username=$blog[lastcommenter]">$blog[lastcommenter]</a>, <a href="blog.php?$session[sessionurl]bt=$blog[lastblogtextid]">$blog[commentexcerpt]</a>, $blog[commentdate]<if condition="!$show['detailedtime']">, $blog[commenttime]</if>


Thanks :)

Jose Amaral Rego
Thu 24th Jan '08, 1:19am
Request modification assistance over at vBulletin.org, as this is not very well know product. I do not know how much you really can change around and it maybe that you can not just move a varible from one template into another without using a plugin method.

Shelby
Thu 24th Jan '08, 3:39am
Well, it should be a template feature. Not sure if it's a bug, or a lack of a feature. The $entrylinks call should function I think, I'm not sure why it doesn't when it's added to the blog_sidebar_user. (shrugs).