vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Forum Spotlight Script (https://vborg.vbsupport.ru/showthread.php?t=72390)

CardMSG 12-01-2004 07:47 PM

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!

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 :

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.


All times are GMT. The time now is 08:13 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01005 seconds
  • Memory Usage 1,719KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete