The vB Geek

Go Back   The vB Geek > vB Geek Modifications > Add-ons

Add-ons Modifications and add-ons for vB Geek stuff.

Advertisement
This is an HTML example. Isn't it just wonderful?!?!
  Learn how to remove ads

Comment
 
Release Tools Display Modes
Lizard King
Senior Member
Lizard King's Avatar

vB Version: x
 

Mod Version: x
 

Released: 01-17-2006
 

Installs: 18
 

Last Update: n/a
 

Rating:
 
Supported
DB Changes
Installer Included
Uses Plugins
Template Changes
Code Changes
Additional Files
Is a Beta!
Default Threadbit Image Overlayround

Open Gars_threadbit template

find :
Code:
                <td class="alt2" align="center" rowspan="2" valign="top" width="$stylevar[GARS_image_width]" style="padding: 10px;" >
                    <if condition="$thread['header_image']">
                        <a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]"><img src="$thread[header_image]" border="0" style="border: 2px #000000;padding:2px;" alt="" /></a>
                    <else />
                        &nbsp;
                    </if>
                </td>
Replace with :

Code:
<td width="105" class="alt1" rowspan="2" valign="middle" align="center"><div class="smallfont" style="background-repeat: no-repeat; background-position: center; background-image: url($thread[header_image]); background-color: #000;">
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]"><img alt="$thread[title]" border="0" src="$stylevar[imgdir_misc]/overlay-round.gif" /></a></div>
        </td>
Upload attached file to your misc folder and you are ready to go.

Demo
Release
Attached Images
File Type: gif overlay-round.gif (1.5 KB, 339 views)

Release Tools

  #1  
By Lizard King on 01-17-2006, 01:57 AM
Default

This can also work for featured module.

In order to do that

open featured.php find :
Code:
<td class='alt2' align='center'><a href='showthread.php?t=$value[threadid]' title='$vbphrase[GARS_read_more]' style='text-decoration:none;'><img src='$value[image]' style='border-style: solid;border-color: #000000;padding:2px;' /><br /><strong>$value[title]</strong></a><br />$value[byline]</td>
and replace it with :
Code:
<td class='alt2' valign='middle' align='center'><table width='105' border='0' cellpadding='0' cellspacing='0' align='center'><tr><td width='105' style='background-repeat: no-repeat; background-position: center; background-image: url($value[image]); background-color: #000; '><a href='showthread.php?t=$value[threadid]' title='$vbphrase[GARS_read_more]' style='text-decoration:none;'><img src='$stylevar[imgdir_misc]/overlay-round.gif' style=';padding:0px;' border='0' /></td></tr></table><br /><strong>$value[title]</strong></a><br />$value[byline]</td>
Donot forget to upload the overlay-round.gif to your misc folder.
Reply With Quote
  #2  
By The Geek on 01-17-2006, 04:28 PM
Default

Great addition Lizard, thanks!
Reply With Quote
  #3  
By JohnBee on 10-08-2010, 11:50 PM
Default

Thank-you, thank-you, thank-you!
Reply With Quote
  #4  
By SteveRobWhatever on 10-23-2010, 01:37 AM
Default

Does this still work for GARS 2.1.9? I can't seem to find the code to replace.
Reply With Quote
  #5  
By SteveRobWhatever on 12-04-2010, 03:36 PM
Default

Is there a dark skin version?
Reply With Quote
Comment

Release Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Release Release Starter Category Comments Last Post
How to divide threadbit in 2 column ? stckhlm Geek Article and Review System 2 04-06-2009 03:53 PM
Previev in threadbit as guest jiggle Geek Article and Review System 13 01-06-2008 11:45 PM
Request: Threadbit in columns? Fleabag Geek Article and Review System 1 12-21-2006 09:58 PM
2.0 Threadbit problem Ramses Geek Article and Review System 2 06-05-2006 08:43 AM
Help with 2.0 review threadbit layout The Geek Geek Article and Review System 14 04-18-2006 07:03 PM


All times are GMT. The time now is 09:59 AM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.

Release powered by GARS 2.1.9 ©2005-2006