The vB Geek

Go Back   The vB Geek > vB Geek Products > Geek Article and Review System

Geek Article and Review System GARS is the mega popular system for turning forums into articles, tutorials, or even reviews.

Advertisement
  Learn how to remove ads

Reply
 
Thread Tools Display Modes
  #1  
Old 09-14-2006, 02:48 AM
soultrader soultrader is offline
Member
 
Join Date: Sep 2006
Posts: 97
Geek Article and Review System License Holder Geek Auto-Linker Pro License Holder Geek Advertising Banner License Holder Geek Gazette License Holder 
Default Just purchased GARS and have a problem

I am using the review type for my forum for book reviews.

Whenever I upload an image a border appears around the image for internet explorer. I would like to remove this black border. This can be seen here:

http://www.traderslaboratory.com/forums/book-reviews/

Note: Use IE to see border

How can I fix this to eliminate the border?

Thank you
Reply With Quote
  #2  
Old 09-14-2006, 06:20 AM
Lizard King's Avatar
Lizard King Lizard King is offline
Senior Member
 
Join Date: Oct 2005
Location: Istanbul
Posts: 555
Geek Article and Review System License Holder Geek Gazette License Holder 
Default

Check your gars_pb template and edit it.
Reply With Quote
  #3  
Old 09-14-2006, 06:41 AM
soultrader soultrader is offline
Member
 
Join Date: Sep 2006
Posts: 97
Geek Article and Review System License Holder Geek Auto-Linker Pro License Holder Geek Advertising Banner License Holder Geek Gazette License Holder 
Default

Hi, I am still new to coding and do not know what to edit. Can you take a look please?

Here is my code:

Code:
<!-- Article #$post[postid] -->
<if condition="$show['garsspacer']">
        $spacer_open
        <div id="edit$post[postid]" style="padding:0px 0px $stylevar[cellpadding]px 0px">
</if>
<if condition="$post['GARS_modposition1']">
        <table class="tborder" id="post$post[postid]" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
            <tr>
                <td class="alt1" valign="middle" align="center" <if condition="$post['GARS_modposition2']">colspan="2"</if>>
                    $post[GARS_modposition1]
                </td>
            </tr>
        </table>
</if>

<!-- Header -->
<table class="tborder" cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr>
        <td class="alt2" valign="top" width="100%" <if condition="!$post['GARS_modposition2']">colspan="2"</if> style="padding:10px;" $post[scrolltothis]>
        <if condition="$post['GARS_header_image']">
            <div style="float:$stylevar[left];">
                $post[GARS_pre_header_image]<img src="$post[GARS_header_image]" border="0" alt="$post[title]" />$post[GARS_post_header_image]
                </div>
        </if>
                <if condition="$show['inlinemod']">
                <div class="bigusername" style="float:$stylevar[right];"><input type="checkbox" name="plist[$postid]" id="plist_$postid" style="vertical-align:middle; padding:0px; margin:0px 0px 0px 5px" value="$post[checkbox_value]" onclick="inlineMod.toggle(this)" /></div>
        </if>
        <strong>$post[title]</strong>
        <div class="smallfont">
                <if condition="$post['byline']">$post[byline]<br /></if>
            $vbphrase[GARS_published_by] <a href="member.php?u=$post[userid]">$post[musername]</a><br />
            $vbphrase[posted] $post[postdate]
       </div>
    </td>
    <if condition="$post['GARS_modposition2']">
                <td width="200px" class="alt2" align="center" style="padding:10px;" valign="top">
                <div style="float: $stylevar[right];padding-$stylevar[right]: 15px;">
                        $post[GARS_modposition2]
                <img src="clear.gif" width="200px" height="1px" border="0" />
            </div>
        </td>
    </if>
</tr>
<if condition="$post['GARS_modposition3']">
<tr>
        <td <if condition="$post['GARS_modposition2']">colspan="2"</if> class="alt1" valign="middle">
        $post[GARS_modposition3]
    </td>
</tr>
</if>
<tr>
        <td class="alt2" valign="top" <if condition="$post['GARS_modposition2']">colspan="2"</if> style="padding: 0px 10px 0px 10px;">
        <table id="post$post[postid]" cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
                <tr>
                <if condition="$post['GARS_modposition4']">
                    <td width="200px" style="padding:10px;" class="alt1" valign="top">
                        <table cellpadding="0" cellspacing="0" border="0" width="200px">
                            <tr>
                                <td class="alt1" valign="top">
                                    $post[GARS_modposition4]
                                </td>
                            </tr>
                            <tr>
                                <td class="alt1" valign="bottom">
                                  <img src="clear.gif" width="200px" height="1px" border="0" />
                                </td>
                            </tr>
                        </table>
                    </td>
                </if>
                    <td class="alt1" valign="top" width="100%" style="padding:10px;" <if condition="(!$post['GARS_modposition4'] && $post['GARS_modposition5']) || ($post['GARS_modposition4'] && !$post['GARS_modposition5'])">colspan="2"<else /><if condition="!$post['GARS_modposition4'] && !$post['GARS_modposition5']">colspan="3"</if></if>>
                   <if condition="$post['gars_pagename']">
                        <div class="smallfont">
                                <if condition="$show['messageicon']"><img class="inlineimg" src="$post[iconpath]" alt="$post[icontitle]" border="0" /></if>
                                <strong>$post[gars_pagename]</strong>
                        </div>
                        <hr size="1" style="color:$stylevar[tborder_bgcolor]" />
                                        </if>
                        <div id="post_message_$post[postid]" align="justify">$post[message]</div>
                        <if condition="$post['signature']">
                            <!-- sig -->
                            <div>
                                __________________<br />
                                $post[signature]
                            </div>
                            <!-- / sig -->
                        </if>
                    </td>
                <if condition="$post['GARS_modposition5']">
                    <td width="200px" style="padding:10px;" class="alt1" valign="top">
                        <table cellpadding="0" cellspacing="0" border="0" width="200px">
                            <tr>
                                <td class="alt1" valign="top">
                                    $post[GARS_modposition5]
                                </td>
                            </tr>
                            <tr>
                                <td class="alt1" valign="bottom">
                                  <img src="clear.gif" width="200px" height="1px" border="0" />
                                </td>
                            </tr>
                        </table>
                    </td>
                </if>
                </tr>
        </table>
        </td>
</tr>
<if condition="$post['GARS_modposition6']">
<tr>
        <td class="alt2" <if condition="$post['GARS_modposition2']">colspan="2"</if>>
        $post[GARS_modposition6]
    </td>
</tr>
</if>
<tr>
        <td class="alt2" valign="top" style="padding:10px;" <if condition="$post['GARS_modposition2']">colspan="2"</if>>
        <div style="font:bold;" align="center">
        $post[GARS_navigation]
        </div>
        <div align="$stylevar[right]" style="float:bottom-right;">
            <!-- controls -->
            <if condition="$post['editlink']">
                <!--<a href="$post[editlink]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a>-->
                                <a href="$post[editlink]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a>
            </if>
            <if condition="$post['replylink']">
                <a href="$post[replylink]&amp;noquote=1"><img src="$stylevar[imgdir_button]/reply_small.gif" alt="" border="0" /></a>
            </if>
            <if condition="$show['quickreply'] AND !$show['threadedmode']">
                <a href="$post[replylink]" rel="nofollow" id="qr_$post[postid]" onclick="return false"><img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]" border="0" /></a>
            </if>
            <!-- / controls -->
        </div>
        </td>
</tr>
</table>
<if condition="$show['garsspacer']">
</div>
$spacer_close
</if>
<!-- / Article #$post[postid] -->
Reply With Quote
  #4  
Old 09-14-2006, 06:59 AM
gothic's Avatar
gothic gothic is offline
Senior Member
 
Join Date: Dec 2005
Location: Kernow, Nr. England
Posts: 203
Geek Article and Review System License Holder Geek Auto-Linker Pro License Holder 
Default

I had a look at the page code and all 'border(s)' were set to =0 so I'm not sure where IE is picking them up
Reply With Quote
  #5  
Old 09-14-2006, 07:34 AM
The Geek's Avatar
The Geek The Geek is offline
Senior Member
 
Join Date: Aug 2005
Posts: 6,717
Geek Article and Review System License Holder GeekMart License Holder Geek Auto-Linker Pro License Holder Geek Advertising Banner License Holder Geek Gazette License Holder 
Default

Its the GARS_threadbit for that page
Reply With Quote
  #6  
Old 09-14-2006, 08:57 AM
Lionel Lionel is offline
Senior Member
 
Join Date: Sep 2006
Posts: 135
Geek Article and Review System License Holder GeekMart License Holder Geek Auto-Linker Pro License Holder Geek Gazette License Holder 
Default

Geek you seem to be the only one who like that border
Reply With Quote
  #7  
Old 09-14-2006, 09:08 AM
Lizard King's Avatar
Lizard King Lizard King is offline
Senior Member
 
Join Date: Oct 2005
Location: Istanbul
Posts: 555
Geek Article and Review System License Holder Geek Gazette License Holder 
Default

I totally agree

If that had tborder color i may leave it over there but i also hate the black one
Reply With Quote
  #8  
Old 09-14-2006, 11:33 AM
The Geek's Avatar
The Geek The Geek is offline
Senior Member
 
Join Date: Aug 2005
Posts: 6,717
Geek Article and Review System License Holder GeekMart License Holder Geek Auto-Linker Pro License Holder Geek Advertising Banner License Holder Geek Gazette License Holder 
Default

You guys just have border envy
Reply With Quote
  #9  
Old 09-14-2006, 01:08 PM
soultrader soultrader is offline
Member
 
Join Date: Sep 2006
Posts: 97
Geek Article and Review System License Holder Geek Auto-Linker Pro License Holder Geek Advertising Banner License Holder Geek Gazette License Holder 
Default

How do I remove the border? I am no good with coding and would appreciate if you coul tell me where in the GARS_threadbit I should fix.
Reply With Quote
  #10  
Old 09-14-2006, 02:09 PM
gothic's Avatar
gothic gothic is offline
Senior Member
 
Join Date: Dec 2005
Location: Kernow, Nr. England
Posts: 203
Geek Article and Review System License Holder Geek Auto-Linker Pro License Holder 
Default

Right at the top of the template is this code:
Code:
<tr>
        <td class="alt1" rowspan="2" valign="top">
        <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 />
The bit you need to alter is
Code:
style="border: 2px
to
Code:
style="border: 0
Reply With Quote
Reply

Thread 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
Thread Thread Starter Forum Replies Last Post
Purchased GARS - where are the download instructions please BankFodder Geek Article and Review System 1 05-21-2008 07:51 PM
Purchased GARS and one MAJOR problem kihon kata Geek Article and Review System 2 04-29-2007 06:09 AM
Just purchased Gars! JohnBee Geek Article and Review System 10 11-23-2006 05:04 PM
Purchased GARS but cant dl it JimmyJames Geek Article and Review System 2 07-27-2006 12:16 PM
Just purchased the GARS miner Geek Article and Review System 7 10-05-2005 04:19 PM


All times are GMT. The time now is 01:05 PM.


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