The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hello
I asked this questions at vbulletin.com and no one answer, I asked at helpdesk and they sent me here. I hope here anyone could help. We customize our forum template but there it's some details we cant found. We don't like the blogs at all, when you click this "Blogs" tab at navar it goes to "Recent entries" page, it was really caothic but we manage to change this tab link and linked to "Member blogs" list (blog.php?do=bloglist). But in the header of the blogs there it's a link we can't found anywhere. ![]() This link it's still linked to this "Recent entries" page and we want to change the link to member blogs. Where can I find this "Blogs" link? I searched everywhere at blogs templates but I can't find it. We customize Member blogs list too, because it was no really useful before. We like to add an avatar here and we used this code: HTML Code:
<vb:if condition="$show['avatar']"> <img src="{vb:raw blog.avatarurl}" width="{vb:stylevar vbblog_bloglist_avatar_width}" alt="{vb:rawphrase xs_avatar, {vb:raw blog.postedby_username}}" /> <vb:elseif condition="$show['avatar']" /> <img src="{vb:raw blog.avatarurl}" width="{vb:stylevar vbblog_bloglist_avatar_width}" alt="{vb:rawphrase xs_avatar, {vb:raw blog.postedby_username}}" /> <vb:else /> <img src="{vb:stylevar imgdir_misc}/unknown.gif" width="{vb:stylevar vbblog_bloglist_avatar_width}" alt="" /> This member list blogs have a problem, it doesn't show blog Last entry, it just shows N/A no matter if blog has an entry or not. We can fix it with this code: HTML Code:
<vb:if condition="$show['lastentry']"> <span class="blog_date"> <span class="shade">{vb:rawphrase last_blog_entry}</span> <a href="{vb:link entry, {vb:raw blog}, null, 'lastblogid', 'lastblogtitle'}">{vb:raw blog.lastblogtitle}</a>, {vb:raw blog.lastentrydate}<vb:if condition="!$show['detailedtime']">, {vb:raw blog.lastentrytime}</vb:if> </span> </vb:if> I hope someone can help me with this! Thanks in advance! --------------- Added [DATE]1270815399[/DATE] at [TIME]1270815399[/TIME] --------------- Any idea? |
#2
|
|||
|
|||
![]()
Any help please? I can't found this Blogs and we need to change the link there.
I think it's something related to nav_url at navbar_link template, but no idea of how I can change it at blogs. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|