View Full Version : Forum Display Enhancements - Kpt - LP Threads
kaptanblack
02-03-2008, 10:00 PM
LP Threads
You can put most reply threads, most view threads and latest thread at forumdisplay
Mark as Installed (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=169602) - Nominate for MOTM (https://vborg.vbsupport.ru/vborg_miscactions.php?do=nominate&threadid=169602&type=1)
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:
<if condition="$pagenav"><td align="$stylevar[right]">$pagenav</td></if>
</tr>
</table>
Add under:
<if condition="$vboptions[lthreadfrmdisplay_enable] == 1">
$lp_threadfrmb
</if>
Find in FORUMDISPLAY Template:
</tbody>
<!-- end show no threads message -->
</if>
</table>
Add under:
<if condition="$vboptions[lthreadfrmdisplay_enable] == 1">
$lp_threadfrms
</if>
Update v1.0 to v2.0
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
dj_f16
02-04-2008, 09:48 AM
ooo yeah, very good plugin :)
thanx ozgur :p
kaptanblack
02-04-2008, 10:04 AM
v1.0 - 4 February 2008
- Turkish Language Added
shadowevil
02-04-2008, 10:14 AM
nice mod ... installed
Atilla_UYGUN
02-04-2008, 10:28 AM
Verry Good
Thanks Kaptanblack..
İnstalled :)
soletrader
02-04-2008, 10:28 AM
Installed and enabled but nothing shows on forumdisplay. Anyone else having this issue?
kaptanblack
02-04-2008, 11:07 AM
Installed and enabled but nothing shows on forumdisplay. Anyone else having this issue?
Hi,
Are you sure to apply all the template modifications on your theme ?
Legendery.
02-04-2008, 12:37 PM
Nice job..
Thanks Kaptanblack..
Installed..
NoDRaC
02-04-2008, 12:54 PM
nice shop ozgur
installed.
soletrader
02-04-2008, 02:09 PM
Thanks for the reply. My mistake, I didnt make the template changes. Thank you for the nice hack. How would one go about changing the font size?
kaptanblack
02-04-2008, 02:26 PM
Thanks for the reply. My mistake, I didnt make the template changes. Thank you for the nice hack. How would one go about changing the font size?
Go to your admin cp, then:
Plugin System -> Plugin Manager -> LP Threads (global_start)
Find
$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>";
Change whity this codes:
$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>";
Find:
$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>";
Change with this codes
$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>";
Find:
$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>";
Change this codes:
$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>";
Or,if you want to change font sizes, edit this code:
<font size='1'>
kaptanblack
02-04-2008, 02:57 PM
LP Threads v2.0 coming with Random Threads table
soletrader
02-04-2008, 02:57 PM
Go to your admin cp, then:
Plugin System -> Plugin Manager -> LP Threads (global_start)
Find
$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>";
Change whity this codes:
$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>";
Find:
$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>";
Change with this codes
$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>";
Find:
$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>";
Change this codes:
$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>";
Or,if you want to change font sizes, edit this code:
<font size='1'>
Thank you very much. I will give this a try.
gforce75
02-04-2008, 03:46 PM
Nice mod. great job!
kaptanblack
02-04-2008, 03:59 PM
v2.0 - 4 February 2008
- Random Threads Table Added
- Phrases Updated
derzulya
02-04-2008, 04:04 PM
thank you kaptanblack
dacho
02-04-2008, 07:37 PM
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 ?
kaptanblack
02-04-2008, 08:49 PM
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 ?
You cant that with this plugin, This plugin's queries working ony forumdisplay cus this queris run according to forum id.
Dark Cynicus!
02-04-2008, 10:47 PM
i installed and did the template modifications but i dont see it =/
kaptanblack
02-05-2008, 07:14 AM
i installed and did the template modifications but i dont see it =/
Did you enable plugin at vbulletin options ?
Simasher
02-05-2008, 05:43 PM
eline sağlık :) bişi sorucam bu forumları ?oklu nasıl yapabiliriz ? yani sadece 1 idli foruma değil 1,2,3,4,5 e koymak istiyorum ? 1,2,3 yapsak kabul eder mi vb ?
___________
thanks ;) i vote for motm it's nice hack ;)
kaptanblack
02-05-2008, 06:32 PM
eline sağlık :) bişi sorucam bu forumları ?oklu nasıl yapabiliriz ? yani sadece 1 idli foruma değil 1,2,3,4,5 e koymak istiyorum ? 1,2,3 yapsak kabul eder mi vb ?
___________
thanks ;) i vote for motm it's nice hack ;)
Eder tabi ki :) zaten a?ıklamaya yazdım se?eneklerde virg?lle ayırın diye.
Thanks for commet ;)
AWMGolfer
02-05-2008, 07:02 PM
I also am not seeing it show on my forum display. I am using the webber theme and triple checked I had everything all set.
compact123
02-05-2008, 09:26 PM
Nice job..
Thanks Kaptanblack..
Installed..
Cs.Net
02-07-2008, 11:05 AM
Thank You Kaptanblack
sağol ?zg?r :D
chris1979
02-09-2008, 02:46 PM
I'd love a version of this that works on other pages. I don't need it for forum home but I'd love to have latest threads displayed on member profiles and private message pages.
D|ver
02-09-2008, 02:47 PM
very nice addon. is it maybe possible to use those tables for vba cmps?
kaptanblack
02-13-2008, 03:24 PM
very nice addon. is it maybe possible to use those tables for vba cmps?
No.
salimakin
02-13-2008, 04:47 PM
yav bunu kurdumda nerede görünecek bi bulamadım
kaptanblack
02-14-2008, 12:36 PM
yav bunu kurdumda nerede g?r?necek bi bulamadım
forumdisplayde :S
Hangi forumlarda g?z?keceğini forumidlerini girerek siz belirlicekseniz.
jacki
02-20-2008, 03:29 PM
thanx kaptan black very nice :)
lovelypk
02-23-2008, 07:02 PM
I have did template modification, enabled the mod in vbulletin options but still it's not showing.
kaptanblack
02-23-2008, 09:55 PM
I have did template modification, enabled the mod in vbulletin options but still it's not showing.
Did you check lp threads at vbulletin options ?
lovelypk
02-23-2008, 10:18 PM
Did you check lp threads at vbulletin options ?
thats what i said, i already enabled LP threads in vbulletin options but still its not showing up :(
kaptanblack
02-24-2008, 09:42 AM
lovelypk, if you use v1.0, upgrade to v2.0.
Are you sure didnt make mistake ? Because if you made evertything of this thread (template modifications, vb options etc..) this plugin not working is impossible.
And can i see your forum ?
1Turk
02-24-2008, 09:43 AM
thanks kaptanblack very nice mod :)
lovelypk
02-24-2008, 06:00 PM
lovelypk, if you use v1.0, upgrade to v2.0.
Are you sure didnt make mistake ? Because if you made evertything of this thread (template modifications, vb options etc..) this plugin not working is impossible.
And can i see your forum ?
it's working now, i forgot to put in forum ids :D
thanks
kaptanblack
02-24-2008, 07:50 PM
it's working now, i forgot to put in forum ids :D
thanks
Ok :D
iyihost
03-01-2008, 09:18 AM
thanx kaptanblack
shlomot
03-05-2008, 05:36 AM
No words for this ingenious MOD. Smooth, smart, wise, and painless!
Setting font-size to '1' allows for 27 characters to show up in a single line. It even looks nicer and covers in full so many more headers.
I also suggest to view each forum, after including it first in LP Threads, and see if it makes sense for that forum to be included.
Installed and voted!
MaxiMal
03-06-2008, 03:06 PM
IMHO. It is necessary to set a conclusion only of urgent themes - only for last X of days
sorry for my Eng
Zaiaku
03-18-2008, 02:40 AM
If this has an auto template insertion without editing the templates I would be installing this right now.
leylandfor
03-19-2008, 05:25 AM
i have imported the xml file, done the forumdisplay template edits and have inserted a forum id for each and enabled it, nothing is showing up on my forum index, why could this be?
www.leylandforum.co.uk/forum
kaptanblack
03-19-2008, 01:51 PM
i have imported the xml file, done the forumdisplay template edits and have inserted a forum id for each and enabled it, nothing is showing up on my forum index, why could this be?
www.leylandforum.co.uk/forum
This plugin showing on forumdisplay.php
for example :http://www.aktifpaylasim.com/turkce-sarki-sozleri/
Not forum index.
tobias_t
03-20-2008, 08:35 AM
Definitely looks like a great mod.
OK here comes a standard question -
Will this work in 3.6.5?
Update: I think I can answer this myself - doesn't work, since I just installed and activated it, and nothing shows up :(
Please make version for 3.6.x!
ArnyVee
03-28-2008, 03:38 PM
If this has an auto template insertion without editing the templates I would be installing this right now.
I agree. I'm a newb and I don't like messing with the codes. I'll keep an eye out for this. :)
Endertr
03-29-2008, 11:06 AM
nice mod Thanks..
synisterk
03-30-2008, 03:48 PM
I installed this, but its not on the right, its at the top. Where did I go wrong.
http://www.synisterfx.com/forum/forumdisplay.php?f=10
kaptanblack
04-01-2008, 12:35 PM
I installed this, but its not on the right, its at the top. Where did I go wrong.
http://www.synisterfx.com/forum/forumdisplay.php?f=10
Please before revert FORUMDISPLAY template, than make template edit again.
synisterk
04-01-2008, 03:06 PM
I did that and it works now. Thank you.
I am thinking its because I have side columns installed. But I like this better. Thanks for the support. =)
Also..this would be awsome if there was the possibility to use this on forum home..
kaptanblack
04-01-2008, 03:53 PM
I did that and it works now. Thank you.
I am thinking its because I have side columns installed. But I like this better. Thanks for the support. =)
Also..this would be awsome if there was the possibility to use this on forum home..
I will code that :)
kaptanblack
05-03-2008, 09:56 AM
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
kaptanblack
05-03-2008, 10:31 AM
v3.0 - 3 May 2008
- Added Turkish Language
Marco van Herwaarden
05-03-2008, 10:45 AM
We have for now removed the link to the Demo, as we received reports about virus warnings on that page.
kaptanblack
05-03-2008, 11:02 AM
We have for now removed the link to the Demo, as we received reports about virus warnings on that page.
PM Sent
kaptanblack
05-03-2008, 11:28 AM
<i>Screenshots added</i>
TheBlackPoet
05-03-2008, 12:43 PM
damn fine hack you got here!!!
Lapsetur
05-03-2008, 01:11 PM
CAn you also add latest Posts !?
Also..this would be awsome if there was the possibility to use this on forum home..And maybe blank fields to paste adverts (from Admin end) between the sections. Will download and install though. Thanks.
shlomot
05-04-2008, 03:28 AM
Thanks for version 3.0. I find the use of Right Column display very appealing.
I recommend using the value "23" as default for "Latest Threads Name Cut".
Also, can you add an option to simply check "All Forums" or a range of forums (0 - 100) instead of going to the Forum Manager to retrieve forum IDs? This is obviously good only if one wants to set the LP Threads across the board.
Thanks again for a great product.
kaptanblack
05-04-2008, 05:05 PM
CAn you also add latest Posts !?
I will add that on next version...
And maybe blank fields to paste adverts (from Admin end) between the sections. Will download and install though. Thanks.
I will add that on next version...
Thanks for version 3.0. I find the use of Right Column display very appealing.
I recommend using the value "23" as default for "Latest Threads Name Cut".
Also, can you add an option to simply check "All Forums" or a range of forums (0 - 100) instead of going to the Forum Manager to retrieve forum IDs? This is obviously good only if one wants to set the LP Threads across the board.
Thanks again for a great product.
Hmm... Maybe i can that, thanks for idea ;)
deLi_kurT
05-08-2008, 06:59 PM
Very nice... Thanks Kaptan ;)
TheBlackPoet
05-18-2008, 02:13 PM
there are a lot of replies to this thread... i want to add that it is really cool and i am using it too.. however i wanted to make a request....
instead of having to add the forums that i want this option to show, can you make it to where it show in all the forums.. and i choose which forum i DONT want it in??
its one of those small things that help keep me lazy... but i'd appreciate it....
kaptanblack
05-18-2008, 03:18 PM
there are a lot of replies to this thread... i want to add that it is really cool and i am using it too.. however i wanted to make a request....
instead of having to add the forums that i want this option to show, can you make it to where it show in all the forums.. and i choose which forum i DONT want it in??
its one of those small things that help keep me lazy... but i'd appreciate it....
I will add of this on next version...
lazytown
05-19-2008, 08:50 AM
Great mod... It would be nice if it showed the top RATED threads... Either total rating points, or rating average (with minimum # of ratings).. Those are probably the truly best threads on a large forum.
Another idea is to convert this into a sligthly different mod that would show the top threads for the entire forum on its own page (like this old mod: https://vborg.vbsupport.ru/showthread.php?t=99397&page=2)
Thanks!
-vissa
mvigod
05-19-2008, 04:47 PM
Nicely done. Ill throw my two cents in to have be able to use it on Forumhome in place of Forumdisplay. Well done again!
lazytown
05-20-2008, 09:13 AM
Installed / Nominated for MOTM!
-vissa
lazytown
05-20-2008, 07:31 PM
Likely Bug found:
From the forum homepage, with this mod enabled (on the left side): If a user clicks "quick links->Mark Forums Read" it generates the following mysql error..
Database error in vBulletin 3.7.0:
Invalid SQL:
SELECT thread.threadid, thread.title, thread.postusername, thread.replycount, thread.lastposter, thread.views, thread.attach,icon.title AS icontitle, icon.iconpath
FROM thread AS thread
LEFT JOIN icon AS icon ON(icon.iconid = thread.iconid)
WHERE forumid =
order by views DESC
LIMIT 10;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'order by views DESC
LIMIT 10' at line 5
Error Number : 1064
Request Date : Tuesday, May 20th 2008 @ 01:21:45 PM
Error Date : Tuesday, May 20th 2008 @ 01:21:45 PM
Script : xxx/forumdisplay.php?do=markread
Referrer : xxx/index.php
IP Address : XX.XX.XX.XX
Username : XXXXX
Classname : vB_Database
MySQL Version : 5.0.45-community
This does not happen with the mod disabeld.
thanks
-vissa
lazytown
05-20-2008, 07:49 PM
Once the above bug is fixed, I thought of another neat idea for this mod. In addition to 'top rated threads,' it would be nice to show the most popular threads (views/replies) in the last XX months/days... So you could have most popular all time, most popular in the last 30 days, etc...
-vissa
kaptanblack
05-20-2008, 08:43 PM
Vissa you are wanting a lot of things :) Maybe i can make most of rated threads...
I checked this error on my forum and i didnt get error. Maybe my plugin chashing another plugin.
lazytown
05-21-2008, 12:47 AM
Vissa you are wanting a lot of things :) Maybe i can make most of rated threads...
I checked this error on my forum and i didnt get error. Maybe my plugin chashing another plugin.
Sorry, they are just ideas. I'm just excited about your mod. :) I can probably implement most of them except the bug fix.
As for other plugins that might be conflicting with yours... What hook(s) do you think they might be using? When your plug-in is enabled, the error occurs on both forumhome and forumdisplay.. When I disable it, the error is gone. I'm wondering why it occurs on forumhome even when your plugin isn't active there...
thanks
-vissa
Cs.Net
06-08-2008, 07:44 PM
thanks
vbengland
06-08-2008, 08:04 PM
Tesekkurler.
kaptanblack
06-08-2008, 10:34 PM
Thanks for your commets guys (=
aktifnet
06-21-2008, 06:38 PM
Teşekkürler.
Sorunsuz kurdum, Çok başarılı.
kaptanblack
06-21-2008, 07:21 PM
Teşekk?rler.
Sorunsuz kurdum, ?ok başarılı.
You're welcome..
livefreetv
06-27-2008, 06:19 PM
First of all, Thanx for this great mod.
Can you modify it so that we can also put it on forumhome?
kaptanblack
06-27-2008, 11:48 PM
First of all, Thanx for this great mod.
Can you modify it so that we can also put it on forumhome?
I'm not sure.. Maybe i can make of this.
Chadi
06-28-2008, 12:26 AM
edit:
The icons are missing. How would I go about tracing this?
Chadi
06-28-2008, 01:08 AM
It would be nice to add a custom block. I want to add Latest Prayer Requests with two specific forums to pull from.
livefreetv
06-28-2008, 03:13 AM
I'm not sure.. Maybe i can make of this.
so can you please try?
Chadi
06-28-2008, 03:34 PM
Does anyone know how to trace the missing icon problem?
Captain Tycoon
06-30-2008, 09:13 AM
Edit: It works perfectly! Thanks! Marked as Installed.
Chadi
07-05-2008, 11:27 PM
I'm still not seeing icons on mine
Chadi
07-17-2008, 03:03 AM
So no one knows why the posticon does not show up?
ahmedeldeep
07-22-2008, 04:23 AM
very nice mod
but can we displays the specified forums IDs in all the borad not only in the specified forums itself?
thank you
Chadi
07-24-2008, 10:47 PM
Can someone please help out with the missing post icon? Apparently the author doesn't care to respond to a simple pm and respond here.
Captain Tycoon
08-27-2008, 06:38 PM
Any chance of making it so it displays the "Most Viewed Threads" and "Most Reply Threads" in the current month?
Edit: Another question;
How will i be able to make this appear in the forum index and in showthread?
muratcan25
05-09-2010, 10:30 AM
woww :D
thanks very nice mod kaptanblack
farazfaraz
05-17-2010, 01:46 PM
instal
not work!!!
why?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.