The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
"In reply to" Hack (threaded info for linear users) Details »» | |||||||||||||||||||||||||||
"In reply to" Hack (threaded info for linear users)
Developer Last Online: Sep 2014
vB3.0/hack version "frozen"; vB3.5/plugin version released
You can get the plugin for vb3.5 here. There will be no more releases for the vB3.0 version. Description This hack allows the display of the title and author of the post that each post is in response to. (See screenshot if clarification is needed) The purpose of this hack is to provide missing information to linear view mode users. I got the idea from a board I visit that used to be UBB Threads, though my choice of presentation is a bit different. See the attached screenshot for an example of how this can look. The hack itself only provides the additional items in $post, so it is up to the templates exactly how it looks. (The changes I used are included as an example in the hack instructions) Complexity This hack changes one file, requires no queries, and requires changes to one template. Technical This hack has been tested on vB3.0.3,vB3.0.0RC4 and vB3.0.0RC2. It adds 1 query to showthread in linear mode, and adds 1 additional query in linear mode for each consecutive layer of deleted parents of posts displayed on a page. (If a displayed post is a reply to a deleted reply to an undeleted reply to a deleted reply to an undeleted post, 2 total queries are added to showthread, but if a displayed post is a reply to a deleted reply to a deleted reply to a deleted reply to an undeleted post, 4 total queries are added to showthread. If both examples are displayed in the same page, only 4 total queries are added to showthread.) Update (v1.10 2004-03-01) Version 1.10 released, which uses the beginning of a post as a title if the post does not have a title, and also trims long titles down to a decent size. Minor optimizations. regardinghackupdate.txt added for existing users, regardinghack.txt updated for new users. Support Please click the install button above if you install this hack. The hack version of this modification will have no further updates, but I will still answer questions in this thread. Show Your Support
|
Comments |
#42
|
||||
|
||||
Excellent.
One bug tho: http://forums.nzboards.com/showpost....50&postcount=3 Quote:
|
#43
|
||||
|
||||
This is exactly what I was looking for~!
|
#44
|
|||
|
|||
how can I do this for threaded/hybrid mode?
|
#45
|
||||
|
||||
About the bbcode, I'll look into that, and also into adding this to showpost.php (oops ). As far as threaded and hybrid mode, they already have this information (in the thread tree), so I didn't see the need for the hack to apply there, but I will look into the possibility of adding it there, too.
|
#46
|
|||
|
|||
It would be great to show this info in threaded/hybrid mode too
waiting for this thanks! |
#47
|
|||
|
|||
Thank you, Thank you, Thank you, been wanting this for awhile now, it's working great and no trouble to install at all
Clicking Installed now Excellent work once again. |
#48
|
|||
|
|||
I was wondering how to make it look like kall's on his site at nzboards.com, does anyone know who to make it look like that, with the bold and colors in it. I think it looks so cool that way, thanks alot to anyone that can help me apply that to my board.
|
#49
|
|||
|
|||
Anyone at all? Please I need this very badly and have fooled with it most of the night.
Quote:
|
#50
|
||||
|
||||
Quote:
HTML Code:
<if condition="isset($post['re_postid'])"> <div align="top"><em><strong>Posted in reply to <if condition="$post['re_userid']"><a href="member.php?userid=$post[re_userid]">$post[re_username]</a><else />$post[re_username]</if>'s <if condition="$post['re_tittype']!=0">post <if condition="$post['re_tittype']==2">starting</if></if> <a href="$post[re_url]" <if condition="!$post['re_isonpage']">target="_blank"</if>><if condition="$post['re_tittype']==0">untitled post<else />"$post[re_title]"</if></a></div> </strong></em><br /></if> |
#51
|
|||
|
|||
Posted in reply to nih (its a blue looking color)'s post starting from nin on this way is all bold)and this part "Interesting. We had no end of users..."is back to the same color as nih, its a blue color, and anyone create this for me please, I tried to pm him but with no reponce
Man you guys are great, for a better understanding, take a look at http://forums.nzboards.com/showthread.php?t=2369 for a better unerstanding of what i'm referring too....many thanks for the one who can come thru fo rme, always in you debt ! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|