The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Kpt - LP Threads Details »» | |||||||||||||||||||||||||
LP Threads
You can put most reply threads, most view threads and latest thread at forumdisplay Mark as Installed - Nominate for MOTM Install Go to your admin cp, then: Plugin System -> Manage Products -> [Add/Import Product] -> Select 'product-lthreadfrmdisplay.xml' from your computer then press 'Import'... Find in FORUMDISPLAY Template: Code:
<if condition="$pagenav"><td align="$stylevar[right]">$pagenav</td></if> </tr> </table> Code:
<if condition="$vboptions[lthreadfrmdisplay_enable] == 1"> $lp_threadfrmb </if> Code:
</tbody> <!-- end show no threads message --> </if> </table> Code:
<if condition="$vboptions[lthreadfrmdisplay_enable] == 1"> $lp_threadfrms </if> Go to your admin cp, then: Plugin System -> Manage Products -> [Add/Import Product] -> Select 'product-lthreadfrmdisplay.xml' from your computer, Allow Overwrite-> Yes, then press 'Import'... Update v2.0 to v3.0 Go to your admin cp, then: Plugin System -> Manage Products -> LP Threads >> Delete and then Plugin System -> Manage Products -> [Add/Import Product] -> Select 'product-lthreadfrmdisplay.xml' from your computer, Allow Overwrite-> Yes, then press 'Import'... Because all the template and plugins changed Kpt - LP Threads Go to your admin cp, then: vBulletin Options -> LP Threads -> Modifications Info v3.0 Plugin : 4 Phrases : 53 Template : 6 Setting : 20 Versions: v1.0 - 4 February 2008 - First release v1.0 - 4 February 2008 - Turkish Language Added v2.0 - 4 February 2008 - Random Threads Table Added - Phrases Updated v3.0 - 3 May 2008 - Phrases Updated - Added Thread Icons - All the templates changed - All plugins changed - Added 3 setting in admincp - Collapsible box Enable - Right or Left column setting - Thread information setting v3.0 - 3 May 2008 - Added Turkish Language Show Your Support
|
Comments |
#12
|
||||
|
||||
Quote:
Plugin System -> Plugin Manager -> LP Threads (global_start) Find Code:
$lthreads.="<tr><td class='$classkpt'>› <a title='$vbphrase[lpthreadpostd]$lthreadlast[postusername] | $vbphrase[lpthreadpostr]$lthreadlast[lastposter] | $vbphrase[lpthreadreply]$lthreadlast[replycount] | $vbphrase[lpthreadview]$lthreadlast[views] | $vbphrase[lpthreadattach]$lthreadlast[attach]' href='showthread.php?t=$lthreadlast[threadid]'>$lthreadlast[title]</a></td></tr>"; Code:
$lthreads.="<tr><td class='$classkpt'><font size='1'>› <a title='$vbphrase[lpthreadpostd]$lthreadlast[postusername] | $vbphrase[lpthreadpostr]$lthreadlast[lastposter] | $vbphrase[lpthreadreply]$lthreadlast[replycount] | $vbphrase[lpthreadview]$lthreadlast[views] | $vbphrase[lpthreadattach]$lthreadlast[attach]' href='showthread.php?t=$lthreadlast[threadid]'>$lthreadlast[title]</a></font></td></tr>"; Code:
$pthreads.="<tr><td class='$classpkpt'>› <a title='$vbphrase[lpthreadpostd]$pthreadlast[postusername] | $vbphrase[lpthreadpostr]$pthreadlast[lastposter] | $vbphrase[lpthreadreply]$pthreadlast[replycount] | $vbphrase[lpthreadview]$pthreadlast[views] | $vbphrase[lpthreadattach]$pthreadlast[attach]' href='showthread.php?t=$pthreadlast[threadid]'>$pthreadlast[title]</a></td></tr>"; Code:
$pthreads.="<tr><td class='$classpkpt'><font size='1'>› <a title='$vbphrase[lpthreadpostd]$pthreadlast[postusername] | $vbphrase[lpthreadpostr]$pthreadlast[lastposter] | $vbphrase[lpthreadreply]$pthreadlast[replycount] | $vbphrase[lpthreadview]$pthreadlast[views] | $vbphrase[lpthreadattach]$pthreadlast[attach]' href='showthread.php?t=$pthreadlast[threadid]'>$pthreadlast[title]</a></font></td></tr>"; Code:
$rthreads.="<tr><td class='$classrkpt'>› <a title='$vbphrase[lpthreadpostd]$rthreadlast[postusername] | $vbphrase[lpthreadpostr]$rthreadlast[lastposter] | $vbphrase[lpthreadreply]$rthreadlast[replycount] | $vbphrase[lpthreadview]$rthreadlast[views] | $vbphrase[lpthreadattach]$rthreadlast[attach]' href='showthread.php?t=$rthreadlast[threadid]'>$rthreadlast[title]</a></td></tr>"; Code:
$rthreads.="<tr><td class='$classrkpt'><font size='1'>› <a title='$vbphrase[lpthreadpostd]$rthreadlast[postusername] | $vbphrase[lpthreadpostr]$rthreadlast[lastposter] | $vbphrase[lpthreadreply]$rthreadlast[replycount] | $vbphrase[lpthreadview]$rthreadlast[views] | $vbphrase[lpthreadattach]$rthreadlast[attach]' href='showthread.php?t=$rthreadlast[threadid]'>$rthreadlast[title]</a></font></td></tr>"; Code:
<font size='1'> |
#13
|
||||
|
||||
LP Threads v2.0 coming with Random Threads table
|
#14
|
|||
|
|||
Quote:
|
#15
|
|||
|
|||
Nice mod. great job!
|
#16
|
||||
|
||||
v2.0 - 4 February 2008
- Random Threads Table Added - Phrases Updated |
#17
|
|||
|
|||
thank you kaptanblack
|
#18
|
||||
|
||||
kaptanblack if i want to put the most reply threads, most view threads and latest thread... at the Side Columns - in HOMEPAGE
how can i do that ? |
#19
|
||||
|
||||
You cant that with this plugin, This plugin's queries working ony forumdisplay cus this queris run according to forum id.
|
#20
|
|||
|
|||
i installed and did the template modifications but i dont see it =/
|
#21
|
||||
|
||||
Did you enable plugin at vbulletin options ?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|