The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Forum Spotlight Script
My company wants to setup something that allows us to post interesting thread news at the top of the forums in the form of an image. I'm not really sure how to explain what it is, but here are a couple of sites that have what I'm looking for. You'll notice a series of thumbnail images above the forums that link to various threads. From what I understand, there is a backend that allows you to ad the images and links, which automatically appear in order above the forums, and drop off as new items are added.
Here is one example: http://www.cgtalk.com/ Here is another example: http://www.spinquad.com/forums/ Any help identifying what kind of scripting would accomplish this would be greatly appreciated. Thanks! |
#2
|
||||
|
||||
actually currently developing something to similar to that except it pulls all threads from a specific forum but it could be modified to choose threads with a select marking etc.
contact me in the future and i might share |
#3
|
|||
|
|||
I too am trying to figure out which hack SpinQuad uses. I've searched for "gallery"
and "images" and variations including "pulling thumbs." Anyone know what hack is used at Spinquad for those four thumbs at the top? |
#4
|
|||
|
|||
I do the same on my forum, but manually, with an external php script and an include in the header.
Not too long to do (the longer is to do the thumbnail, which solution you choose), the only problem is that i'm the only one who can do it (I must upload the the server FTP, edit the external php file...) http://www.eovia3d.net if you want to take a look But i'll be glad to find a mod/plugin which do that more easily |
#5
|
|||
|
|||
I too would like an easier solution to this
Thomas, would you share your psp script ? wez |
#6
|
|||
|
|||
I only created a plugin "Illustration" which is based on the hook "global_start" with this code :
Code:
ob_start(); include('your_path_to_the_file/the_php_file.php'); $illustration = ob_get_contents(); ob_end_clean(); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|