vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Add-On Releases - Today's active recent threads (https://vborg.vbsupport.ru/showthread.php?t=247814)

BlackThorn 08-01-2010 10:00 PM

Today's active recent threads
 
Removed.

BlackThorn 08-02-2010 04:06 PM

Reserved.

sulasno 08-02-2010 11:20 PM

tagged and thanks

BLUELAWIN 08-03-2010 12:57 AM

How do you change the poster's avatar to plain poster's name showing in text to save space?

Nice one. Installed! :)

BlackThorn 08-03-2010 01:50 AM

Quote:

Originally Posted by BLUELAWIN (Post 2078370)
How do you change the poster's avatar to plain poster's name showing in text to save space?

Nice one. Installed! :)

Thanks man, well open bts_recentxposts_bit template and all codes replace with;

PHP Code:

  <tr>
<
td class="blocksubhead"><a href="member.php?{vb:raw session.sessionurl}u={vb:raw getposts_thread.userid}">{vb:raw getposts_thread.musername}</a></td>
<
td class="blocksubhead">
<
vb:if condition="$getposts_thread[newpost]">
<
a href="showthread.php?{vb:raw session.sessionurl}goto=newpost&amp;t={vb:raw getposts_thread.threadid}" id="thread_gotonew_{vb:raw getposts_thread.realthreadid}"><img class="inlineimg" src="images/statusicon/post_new.gif" alt="{vb:rawphrase go_to_first_new_post}" border="0" /></a></vb:if>
{
vb:raw getposts_thread.prefix_rich
<
a href="showthread.php?{vb:raw session.sessionurl}t={vb:raw getposts_thread.threadid}{vb:raw getposts_thread.highlight}" id="thread_title_{vb:raw getposts_thread.realthreadid}"<vb:if condition="$getposts_thread[newpost]"style="font-weight:bold"</vb:if> title="{vb:raw getposts_thread.titletrimmed}">{vb:raw getposts_thread.titletrimmed}</a>
</
td>
<
td class="blocksubhead"><a href="forumdisplay.php?{vb:raw session.sessionurl}f={vb:raw getposts_thread.forumid}">{vb:raw getposts_thread.forumtitle}</a>
</
td>
<
td class="blocksubhead" align="center">
{
vb:raw getposts_thread.lastpostdate
<
vb:if condition="!$show['detailedtime']">
{
vb:raw getposts_thread.lastposttime}</vb:if>
</
td>
<
td class="blocksubhead" align="center">
<
a href="misc.php?do=whoposted&amp;t={vb:raw getposts_thread.threadid}" onclick="who({vb:raw getposts_thread.threadid}); return false;">
{
vb:raw getposts_thread.replycount}</a>
</
td

Save and exit it will be okay then.

BLUELAWIN 08-03-2010 08:30 AM

Quote:

Originally Posted by BlackThorn (Post 2078385)
Thanks man, well open bts_recentxposts_bit template and all codes replace with;

PHP Code:

  <tr>
<
td class="blocksubhead"><a href="member.php?{vb:raw session.sessionurl}u={vb:raw getposts_thread.userid}">{vb:raw getposts_thread.musername}</a></td>
<
td class="blocksubhead">
<
vb:if condition="$getposts_thread[newpost]">
<
a href="showthread.php?{vb:raw session.sessionurl}goto=newpost&amp;t={vb:raw getposts_thread.threadid}" id="thread_gotonew_{vb:raw getposts_thread.realthreadid}"><img class="inlineimg" src="images/statusicon/post_new.gif" alt="{vb:rawphrase go_to_first_new_post}" border="0" /></a></vb:if>
{
vb:raw getposts_thread.prefix_rich
<
a href="showthread.php?{vb:raw session.sessionurl}t={vb:raw getposts_thread.threadid}{vb:raw getposts_thread.highlight}" id="thread_title_{vb:raw getposts_thread.realthreadid}"<vb:if condition="$getposts_thread[newpost]"style="font-weight:bold"</vb:if> title="{vb:raw getposts_thread.titletrimmed}">{vb:raw getposts_thread.titletrimmed}</a>
</
td>
<
td class="blocksubhead"><a href="forumdisplay.php?{vb:raw session.sessionurl}f={vb:raw getposts_thread.forumid}">{vb:raw getposts_thread.forumtitle}</a>
</
td>
<
td class="blocksubhead" align="center">
{
vb:raw getposts_thread.lastpostdate
<
vb:if condition="!$show['detailedtime']">
{
vb:raw getposts_thread.lastposttime}</vb:if>
</
td>
<
td class="blocksubhead" align="center">
<
a href="misc.php?do=whoposted&amp;t={vb:raw getposts_thread.threadid}" onclick="who({vb:raw getposts_thread.threadid}); return false;">
{
vb:raw getposts_thread.replycount}</a>
</
td

Save and exit it will be okay then.




I installed this and everything works ok but the number of views are not showing, its all blacked out. Do you have any fix for this?

Thanks.

wayne.richards@ 08-03-2010 09:40 AM

Great Mod, Is there a way to put this at the top above the forums?

BlackThorn 08-03-2010 09:46 AM

Quote:

Originally Posted by BLUELAWIN (Post 2078485)
I installed this and everything works ok but the number of views are not showing, its all blacked out. Do you have any fix for this?

Thanks.

Ops sorry for that then well, open the same template and all codes replace with;

PHP Code:

  <tr>
<
td class="blocksubhead"><a href="member.php?{vb:raw session.sessionurl}u={vb:raw getposts_thread.userid}">{vb:raw getposts_thread.musername}</a></td>
<
td class="blocksubhead">
<
vb:if condition="$getposts_thread[newpost]">
<
a href="showthread.php?{vb:raw session.sessionurl}goto=newpost&amp;t={vb:raw getposts_thread.threadid}" id="thread_gotonew_{vb:raw getposts_thread.realthreadid}"><img class="inlineimg" src="images/statusicon/post_new.gif" alt="{vb:rawphrase go_to_first_new_post}" border="0" /></a></vb:if>
{
vb:raw getposts_thread.prefix_rich
<
a href="showthread.php?{vb:raw session.sessionurl}t={vb:raw getposts_thread.threadid}{vb:raw getposts_thread.highlight}" id="thread_title_{vb:raw getposts_thread.realthreadid}"<vb:if condition="$getposts_thread[newpost]"style="font-weight:bold"</vb:if> title="{vb:raw getposts_thread.titletrimmed}">{vb:raw getposts_thread.titletrimmed}</a>
</
td>
<
td class="blocksubhead"><a href="forumdisplay.php?{vb:raw session.sessionurl}f={vb:raw getposts_thread.forumid}">{vb:raw getposts_thread.forumtitle}</a>
</
td>
<
td class="blocksubhead" align="center">
{
vb:raw getposts_thread.lastpostdate
<
vb:if condition="!$show['detailedtime']">
{
vb:raw getposts_thread.lastposttime}</vb:if>
</
td>
<
td class="blocksubhead" align="center">
<
a href="misc.php?do=whoposted&amp;t={vb:raw getposts_thread.threadid}" onclick="who({vb:raw getposts_thread.threadid}); return false;">
{
vb:raw getposts_thread.replycount}</a>
</
td
<
td class="blocksubhead" align="center">
{
vb:raw getposts_thread.views}
</
td>
</
tr

Save and exit, then it will be okay.

BlackThorn 08-03-2010 09:52 AM

Quote:

Originally Posted by wayne.richards@ (Post 2078503)
Great Mod, Is there a way to put this at the top above the forums?

This mod is only work the bottom of the forums but may be I can make that for vB4.1.x version OR ummm.... Well, I'll look at that 1-2 day after. If I make it, then I'll send update details man. Thanks and Best regards,

wayne.richards@ 08-03-2010 10:15 AM

Cheers Buddy!


All times are GMT. The time now is 02:18 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.01250 seconds
  • Memory Usage 1,787KB
  • 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
  • (3)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete