vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Blogs, how can I do this changes? (https://vborg.vbsupport.ru/showthread.php?t=240057)

AsukaValentine 04-08-2010 03:43 PM

Blogs, how can I do this changes?
 
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.
https://vborg.vbsupport.ru/external/2010/04/55.jpg

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="" />

But it didn't shows member's avatar, it always shows the unknown avatar, it didn't recognize members and we don't know why.

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>

But we can't make the text bold when blog it's updated, every blog at list looks the same and it's difficult to see what blog it's updated (the first in the list it's the most recent updated blog, but it don't look blod like any new post in the forum).

I hope someone can help me with this!
Thanks in advance!

--------------- Added [DATE]1270815399[/DATE] at [TIME]1270815399[/TIME] ---------------

Any idea?

AsukaValentine 04-22-2010 07:29 PM

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.


All times are GMT. The time now is 04:05 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01053 seconds
  • Memory Usage 1,719KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete