The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBaCMPS Latest Geek Articles Details »» | |||||||||||||||||||||||||
Hack: vBadvanced CMPS Latest Geek Articles
Version: 1.0 Author: Me Instructions: upload modules/latestgeekarticles.php into modules folder upload admincp/latestgeekarticles_install.php into admincp folder run above file Follow the slight file modifications in the README. File modifications: 1 Template modifications: 0 Installer: Yup. A very cool one. Phrased: Yup In a nutshell, this module is based upon the vBa Latest Topics module, but is instead set up to pull the 'Latest articles' from a specified forum. This is really designed for those using The Geek Article System. Check out the Readme that comes in the package. Change Log version 1.3 uploaded 02/02/05 Minor update to module in order to work with new vBaCMPS release version 1.2 uploaded 07/01/05 Fixed 'Excluded Forums' bug that appeared to have been bitten by Zombie. It came back to haunt one user so I had to take drastic action and update it. It now WORKS with your 'excluded forums' setting. That is to say, you can exclude your acticle forums from 'Latest topics' but they will still happily appear in Latest Articles. Please note that this means there is now a file edit. Please read the README. version 1.1 uploaded 07/01/05 Fixed bug where when users had vba excluded forums set, it caused a query error. To fix, download latest package and upload latest modules/latestgeektopics.php overwriting your old one. note:if you dig this module, you may be interested in the Featured/Random Articles one too. PS: Your template will be a tad different from my screen shot as this is for my style. nJoy Show Your Support
|
Comments |
#2
|
||||
|
||||
Yeah baby, I like. Thanks a lot
Just one of the things that I miss by not having v3 articles is the 'featured article'. Perhaps this can be replaced by a 'random article' block that uses the first x characters of the post? |
#3
|
||||
|
||||
Easy install, no problems .. thanks for the hack
Clicked Install |
#4
|
||||
|
||||
Quote:
Does that sound pants or would you be interested in it? |
#5
|
|||
|
|||
Quote:
*biting fignernails* |
#6
|
||||
|
||||
Quote:
I have released a Featured/Random Articles module here-> https://vborg.vbsupport.ru/showthread.php?t=73836 |
#7
|
|||
|
|||
Holy crap that was fast! THANK YOU
|
#8
|
|||
|
|||
Thanks again! =)
|
#9
|
|||
|
|||
help i get this error.
Code:
Database error in vBulletin 3.0.3: Invalid SQL: SELECT IF(votenum >= 1, votenum, 0) AS votenum, IF(votenum >= 1 AND votenum != 0, votetotal / votenum, 0) AS voteavg, thread.threadid, thread.title, thread.replycount, postusername, postuserid, thread.dateline AS postdateline, IF(views <= thread.replycount, thread.replycount+1, views) AS views, thread.lastposter, thread.lastpost, pollid , thread.iconid AS threadiconid, iconpath AS threadiconpath ,thread.forumid, forum.title AS forumtitle , NOT ISNULL(subscribethread.subscribethreadid) AS subscribed FROM vb3_thread as thread LEFT JOIN vb3_icon USING (iconid) LEFT JOIN vb3_forum AS forum ON (thread.forumid = forum.forumid) LEFT JOIN vb3_deletionlog AS deletionlog ON (thread.threadid = deletionlog.primaryid AND type = 'thread') LEFT JOIN vb3_subscribethread AS subscribethread ON (subscribethread.threadid = thread.threadid AND subscribethread.userid = 1) WHERE open <> '10' AND thread.visible = 1 AND thread.forumid NOT IN(6,27,33,34,35) Array AND deletionlog.primaryid IS NULL ORDER BY lastpost DESC LIMIT 5 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 'Array AND deletionlog.primaryid IS NULL ORDER BY lastpost DE mysql error number: 1064 |
#10
|
||||
|
||||
What do you have in your settings as your forum ids?
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|