The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I have been trying to add the "Recent Blogs by ---" with the Title of the blog and date it was added to the MEMBERINFO template. I have tried the following code, but it isn't working. Any suggestions or a solution? Because the $entrylinks is not working so well...I am wanting this really bad, I just want users to see the latest blog entries of each user when they access their member profile page.
Code:
<if condition="$entrylinks"> <div class="tborder" style="margin-top:24px"> <div class="thead" style="margin:$stylevar[cellspacing]px"> <phrase 1="$bloginfo[username]">$vbphrase[recent_blog_entries_by_user]</phrase> </div> <ul class="alt1 nobullets smallfont" style="padding:$stylevar[cellpadding]px; margin:$stylevar[cellspacing]px; margin-top:0px"> $entrylinks </ul> </div> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|