The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
|||
|
|||
![]()
Great, that was it...I guess it was just too sloppy for its own good.
![]() Now, I have another question...I cannot seem to extract the date/time properly. Here is my query: Code:
// Get Recent Articles $lastarticle = $DB_site->query(" SELECT * FROM thread WHERE forumid IN (252,253,254,255,256,257,258,259,260,261,262,263,264) ORDER BY dateline DESC LIMIT 10 "); while ($lastarticles = $DB_site->fetch_array($lastarticle)) { eval('$library_lastarticle .= "' . fetch_template('library_lastarticle') . '";'); } $lastarticlesdate = vbdate($vboptions['dateformat'], $lastarticles['dateline']); $lastarticlestime = vbdate($vboptions['timeformat'], $lastarticles['dateline']); // Get Recent Articles PHP Code:
Thanks again for your help! |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|