The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Improved Thread Preview Hack Details »» | |||||||||||||||||||||||||
The idea for this hack was originally that of Parker Clack, a regular here on vBulletin.org.
What this hack does: Basically, this hack pops up a little box/window when the mouse is run over a thread title that shows the first three hundred characters of the first post in the thread (that is, the post that started the thread). Improvements to Parker Clack's hack:
Versions: 3.0: Overgrow's search page thread preview instructions. 2.1: Added some necessary instructions. 2.0 Reduced MySQL queries significantly. 1.0 Initial release. Comments appreciated... A version for vbHacker is available here - note: some files may need fixing afterward if they present parse errors! How to Censor Previews (by nakkid) See page seven of this thread. A very important security fix is available here - I have not updated the ZIP, so install it after you install the hack Show Your Support
|
Comments |
#142
|
||||
|
||||
Aside from rolling back the PHP file and template changes, what else do I need to do to uninstall this hack? It was causing MySQL errors.
I did drop the 'firstpostid' field from the forum db table, but I see that it appended that field into the index as well. How do I revert that change? |
#143
|
||||
|
||||
]nice hack... just installed it
there's only one "problem" > it shows the first 300 characters of the first post in the thread ( nomatter how many replies there were done )... I have a code that will show u the LATEST post in the thread without opening it... just with hovering mouse over it will show 300 characters from *latest* post in the given thread... Code is atathced here and "kinda" buggy cause it adds 1 query per each thread shown at the forum... I share cause I have it and I really would like to mix this great hack made by nicksaunders ant the others with the code I made here... I know it's possible but my knowledge in vBB is not that big that I can do it myself... Anyway, here's the code: PHP Code:
PHP Code:
If anyone can help me, please do so I would really appreciate it Thanx again! |
#144
|
|||
|
|||
I want also this nice hack, but nothing works...
I have all installed and also run the install file from the forum directory not from admin directory. I have the 2.3.0 if vb cu and thx maxxxxxx |
#145
|
||||
|
||||
The hack works just fine. One hint, if a bunch of people have installed it and run it and it doesn't work for you, the problem isn't with the hack, it's with your installation.
Amy |
#146
|
||||
|
||||
beautiful hack, my only thing was that in the threadpreview-search it says to replace:
PHP Code:
PHP Code:
|
#147
|
|||
|
|||
Yeah, that's been like taht forever, but I'm too lazy to fix it.
|
#148
|
||||
|
||||
lol, I know all about that...
But, very nice hack, I was trying to do something like this awhile back, but, it wasn't working, could take random posts from a thread and display those instead of the first post, that was annoying.. lol Nice work. |
#149
|
||||
|
||||
I've encountered a very nasty problem that a member discovered, and exploited. It allows a member to post any image whatsoever on the forumhome (in our case it was a highly disturbing one) and I would like to know how to fix it. If someone can help me with a fix, I will share the code with you. I've disabled thread preview in the meantime.
|
#150
|
|||
|
|||
:-/ Could you PM me with more details? I'd like to help fix it.
|
#151
|
||||
|
||||
Quote:
In forumdisplay.php, find: Code:
$fppreview=preg_replace("/\[[^\]]*\]/","",$fppreview); $fppreview=str_replace("\"","",$fppreview); Code:
$fppreview=str_replace("<","<",$fppreview); $fppreview=str_replace(">",">",$fppreview); |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|