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!

BLUELAWIN 08-03-2010 11:00 AM

Quote:

Originally Posted by BlackThorn (Post 2078505)
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.



Ok Buddy, I change it to this new one and it does make the number of view show up but then the icon for the latest post disappeared. Is there a way that you can make them show up?

I think the icon for new post is important because all they members have to do is click on it and that would take them straight to the newest post.

Thanks again. :)

BLUELAWIN 08-03-2010 11:12 AM

Sorry, everything is working now. Thanks ! :up:

BlackThorn 08-03-2010 11:12 AM

Quote:

Originally Posted by BLUELAWIN (Post 2078522)
Sorry, everything is working now. Thanks !


It's no problem man you're welcome :)

InTeNsE-HuMoR 08-03-2010 08:05 PM

How do I make this show at the bottom of the forums? It is currently showing at the top.

BlackThorn 08-03-2010 09:11 PM

I will update this my mod, please do not ask me all the time.

Regards,

InTeNsE-HuMoR 08-04-2010 01:08 PM

Ok, but I understood that this mod was supposed to display at the bottom by default?

Maybe it's my style that's causing it not to. Any ideas?

BlackThorn 08-05-2010 04:42 AM

Quote:

Originally Posted by InTeNsE-HuMoR (Post 2079095)
Ok, but I understood that this mod was supposed to display at the bottom by default?

Maybe it's my style that's causing it not to. Any ideas?

New Releases:
-Added optional page location!
-Below Forums
-Navbar
-Footer

You can download it again and import that your admincp and it will be ok.
You can show that mod where do you want, on your forumhome.

Best Regards,

BLUELAWIN 08-05-2010 07:50 AM

Hey! Mate, thank you so much for the update. If you don't mind, I would like to ask you again if do you have any code for this so that the user's name will show up in letters instead of avatar.

I find it very useful because it saves space in the forum. Thanks again. :)

BlackThorn 08-05-2010 08:23 AM

Quote:

Originally Posted by BLUELAWIN (Post 2079510)
Hey! Mate, thank you so much for the update. If you don't mind, I would like to ask you again if do you have any code for this so that the user's name will show up in letters instead of avatar.

I find it very useful because it saves space in the forum. Thanks again. :)

You're welcome and thanks a lot. Well - I guess, I said this at my this posting here? That didn't be a help your that problem? OR can you show me any screenshot? You can make it shall be explain windows-paint and send here. Then I can help to you again.

Best Regards,

InTeNsE-HuMoR 08-05-2010 02:01 PM

Thanks for the update. Problem is now fixed for me.

BLUELAWIN 08-06-2010 12:15 PM

Quote:

Originally Posted by BlackThorn (Post 2079515)
You're welcome and thanks a lot. Well - I guess, I said this at my this posting here? That didn't be a help your that problem? OR can you show me any screenshot? You can make it shall be explain windows-paint and send here. Then I can help to you again.

Best Regards,


Yup, I got that working fine for the first version but this new updated version with optional page location is what I am referring to.

Can you give me the code for this new version (with optional page location) where the posters name will show in letters instead of avatar to save space. Thank you.

Wayne@R32oc 08-12-2010 11:27 AM

Does anyone know a way to make this display the latest threads, instead of posts? So that it lists each new thread without moving it up everytime someone posts in it?

Thanks

dankreiner 08-15-2010 11:38 AM

any way to make this appear on the vbulletin cms home page?

hardfm 08-20-2010 11:46 AM

This would be the best if it was an addon to the VB CMS as a block, is this possible, it looks fantastic!

RollaJedi 08-20-2010 02:50 PM

i wholeheartedly concur with the above two statements!!!!! WOULD LOVE to see this on the CMS Home in some way

DirkD 08-27-2010 05:26 PM

This is a very useful mod!
However, I am also looking for the right code to show the posters name in letters and NOT the avatar. The solution mentioned in this post doesn't work in the latest version.

I agree that this should be part of VBulletin itself.

BlackThorn 09-11-2010 01:58 AM

Quote:

Originally Posted by DirkD (Post 2090414)
This is a very useful mod!
However, I am also looking for the right code to show the posters name in letters and NOT the avatar. The solution mentioned in this post doesn't work in the latest version.

I agree that this should be part of VBulletin itself.

Hi dear, what do you want for that mod tell me please? I would guess you don't want display avatars rights? I can help to you, so send me template codes here.

Regards,

BlackThorn 10-02-2010 09:04 AM

Updated.

steve71 10-10-2010 03:06 AM

I like the way you can omit forums. Great display locations too. :up:

steve71 10-10-2010 10:46 AM

How would I make the display collapsible?

hamedbia2 10-10-2010 10:47 AM

thanks this is a great mod but there is some problems in it,The thread maker name doesnt displey and also this mod desnt support the more charactors in title, if there is a way to increase the characters of titles to show please tell us

steve71 10-27-2010 12:40 PM

How do you get the recent posts to be shown as "read" after viewing? Currently when I view them they remain in bold text showing as "unread."

Note: 2 of the 5 recent posts displayed are showing as "read" so I do not know why the other threads remain as "unread" after viewing.

Wayne@R32oc 10-29-2010 09:43 PM

I pm'd you Blackthorn.

Willing to pay to get this to show latest threads and not update them to the top of the list after someone posts?

vietfreefun 11-06-2010 12:54 AM

In case member do not have avatar, it should not show avatar image.

Thanks

szpectre 12-04-2010 01:41 AM

I would really like to use this, but dont know where to go to modify the font colors. Any ideas?

mmorpgwelt 12-05-2010 06:34 AM

Doesnt work on 4.1 PL2 wimme...Says Mod is out of date.

steve71 12-20-2010 09:33 PM

Quote:

Originally Posted by steve71 (Post 2108675)
How would I make the display collapsible?

bump.:)

steve71 01-04-2011 08:38 AM

Quote:

Originally Posted by steve71 (Post 2108675)
How would I make the display collapsible?


bump

BlackThorn 01-04-2011 09:12 AM

Steve dear, I will update this hack next the time for 4.1.x so, I'm coding just CMPS modules now however, if you be patient, then you'll see new module : ) Regards... ^^

steve71 01-04-2011 06:52 PM

Quote:

Originally Posted by BlackThorn (Post 2143780)
Steve dear, I will update this hack next the time for 4.1.x so, I'm coding just CMPS modules now however, if you be patient, then you'll see new module : ) Regards... ^^


hey sry about that...anyway this code did the trick in the bts_recentxposts

<div id="test" class="block collapse">
<h2 class="blockhead">
<span>Collapse it!</span>
<a class="collapse" id="collapse_cel_dummy" href="{vb:raw relpath}#top"><img src="
{vb:stylevar imgdir_button}/collapse{vb:raw vbcollapse.collapseimg_cel_dummy_img}_40b.png" alt="{vb:rawphrase collapse_this_category}" /></a>
</h2>
<div class="blockrow" id="cel_dummy">
<p>Let's add a button to collapse this box :-)</p>
bts default code..</div>


BTW I lost the contrast between posts....how do I get it back? I can't find the stylevar..

http://img717.imageshack.us/img717/8643/contrast.png


All times are GMT. The time now is 07:30 PM.

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.01555 seconds
  • Memory Usage 1,897KB
  • 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
  • (4)bbcode_php_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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