The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Help me finish these few lines of code
I have this code
PHP Code:
I'm also using close to the same code PHP Code:
Let me know if you need more info, if you care to see how I'm using it you can head to http://www.3dNewz.com and see it in the top right of the front page. Thanks for any help you can provide. |
#2
|
||||
|
||||
hmm, it doesn't look wrong, seems everything is ok, but you should make it better readable:
also the lastpost < time() - 0 is not needed... PHP Code:
and yes, it's just counting the thread ammount, not the replies, |
#3
|
||||
|
||||
Quote:
|
#4
|
||||
|
||||
yes, the first one would update when a new post is made instead of this:
Code:
WHERE lastpost < $last24 Code:
WHERE dateline < $last24 |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|