View Full Version : Forum Spotlight Script
CardMSG
12-01-2004, 07:47 PM
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!
AN-net
12-01-2004, 09:30 PM
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;)
Bones_3DFC
10-13-2005, 02:03 PM
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?
ThomasR
06-03-2006, 04:58 PM
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 ;)
wezoo
06-03-2006, 09:56 PM
I too would like an easier solution to this
Thomas, would you share your psp script ?
wez
ThomasR
06-15-2006, 07:01 AM
I only created a plugin "Illustration" which is based on the hook "global_start" with this code :
ob_start();
include('your_path_to_the_file/the_php_file.php');
$illustration = ob_get_contents();
ob_end_clean();
And the php file is only a simple table with illustrations inside. But for the images in the table, I enter full url (IE, http://www.yoursite.com/img.jpg) because I use some custom pages which are not hosted in the same server, but locally files is ok too.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.