BlackThorn |
01-09-2011 03:18 AM |
Quote:
Originally Posted by rafiul
(Post 2145928)
Thanks for the Mod.
|
You're welcome.
Quote:
Originally Posted by tafreeh
(Post 2146197)
works perfectly fine!!!! thank you
|
You're welcome. Yes I'm looking your vB forum and see great : ) But if you want, you would change tab images. That's from tabview folder in your FTP tcat and thead.
Quote:
Originally Posted by tafreeh
(Post 2146199)
Suggestion: Is it possible to have an option for show only new threads only, instead of showing new post...
Thank You
|
Well, I don't think it so much and actually "new posts" 'cause it's already like new threads. However if you want, so you can add "go to first unread" links;
Open bt_ajax_latestpost_bit template and find;
PHP Code:
<a href="{vb:link thread, {vb:raw latestpost}}" title="{vb:raw latestpost.fulltitle}">{vb:raw latestpost.title}</a>
Replace with;
PHP Code:
<a href="showthread.php?{vb:raw session.sessionurl}goto=newpost&t={vb:raw latestpost.threadid}" title="{vb:raw latestpost.fulltitle}">{vb:raw latestpost.title}</a>
Save and exit. Now it will be go to first unread posts. Enjoy now : )
|