![]() |
good hack, thnx!!!
|
great hack!
|
Quote:
|
nice. i installed this one a while ago but upgrading my board killed it.. i just fixed it and 'installed' ;)
|
is there a possibility with all the changes that have occured with this hack that someone can post the actual coding that does in fact work correctly again?
Im a bit unsure after reading through these posts what to remove and what not too and having the updated changes in one spot would be nice. Thx |
bumping this up to get some help on my previous post.
|
/me moves his site to new server, upgrades VB to 2.2.7 and re-installs this most excellent hack!
thanks again! Illu |
Roody (and any else who doesn't want to read through) ... in a good mood today, so I compiled the optimizations from the posts here and here it is:
:::Since Your Last Visit::: *** optimized per the suggestions of the posts here. I also changed the text to display "There are X new thread and X new posts! ... simply b/c the other way made it seemed crowded up top. :) change it to whatever you'd like. :) Run this query on your DB: Code:
ALTER TABLE `post` ADD INDEX(`dateline`) ; Edit: "index.php" Find: Code:
// if user is know, then welcome Add below it: Code:
$getnewthread=$DB_site->query_first("SELECT COUNT(*) AS threads FROM thread WHERE dateline > '$bbuserinfo[lastvisit]'"); Edit Template: /Forum Home Page Templates/"forumhome_welcometext" Find: Code:
Welcome back, <b>$bbuserinfo[username]</b> Add below it: Code:
<br>There are <b>$getnewthread[threads]</b> new threads and <b>$getnewpost[posts]</b> new posts! |
Quote:
hi, this does speed things up, but when i mark all forums read or when i log out, and log back in, it still displays new threads. hidjra |
thanks for the help man. sorry if you think i wasnt reading this thread through. in fact i read it thoroughly, but after all the posts i found it a little confusing. thanks for the update though.
|
All times are GMT. The time now is 08:58 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|