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 10-10-2006, 07:40 AM
attroll's Avatar
attroll attroll is offline
Senior Member
 
Join Date: Oct 2005
Posts: 155
Geek Article and Review System License Holder Geek Advertising Banner License Holder 
Default attachments question

This is probably something I am overlooking.

I have created a forum that is an Article section. I put the attachments module so that is displays to the "right of content". It does work.

My issue is that the forum still defaults and shows the attachments below the post. Is there a way to remove this from just this forum? I do not want the attachments to show up in both places. I would like to use the module that is included with GARS.
Reply With Quote
  #2  
Old 10-10-2006, 11:24 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

Thats freaky. There isnt an attachment module in your module set for below content? Can you provide a URL for me to check out?
Reply With Quote
  #3  
Old 10-10-2006, 05:06 PM
attroll's Avatar
attroll attroll is offline
Senior Member
 
Join Date: Oct 2005
Posts: 155
Geek Article and Review System License Holder Geek Advertising Banner License Holder 
Default

No it is not a module that comes with GARS that is showing below it is the standard default attachments list that shows with vBulletin that is showing. How do I get the standard VB attachments to stop showing up in that one forum.
Reply With Quote
  #4  
Old 10-10-2006, 06:00 PM
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

The GARS_pb template doesnt have the attachment code in it so it can't automatically show the attachments. Thats why you need the module. Can you show me a URL?
Reply With Quote
  #5  
Old 10-11-2006, 05:46 AM
attroll's Avatar
attroll attroll is offline
Senior Member
 
Join Date: Oct 2005
Posts: 155
Geek Article and Review System License Holder Geek Advertising Banner License Holder 
Default

Quote:
Originally Posted by The Geek
The GARS_pb template doesnt have the attachment code in it so it can't automatically show the attachments. Thats why you need the module. Can you show me a URL?
Here is the URL http://www.hammockforums.net/forum/showthread.php?t=11
Reply With Quote
  #6  
Old 10-11-2006, 07:47 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

Can you PM me and admincp url and account to check out? That is obviously wrong
Reply With Quote
  #7  
Old 10-11-2006, 05:42 PM
attroll's Avatar
attroll attroll is offline
Senior Member
 
Join Date: Oct 2005
Posts: 155
Geek Article and Review System License Holder Geek Advertising Banner License Holder 
Default

Here is my GARS_pb template.
PHP 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
  #8  
Old 10-12-2006, 07:21 AM
attroll's Avatar
attroll attroll is offline
Senior Member
 
Join Date: Oct 2005
Posts: 155
Geek Article and Review System License Holder Geek Advertising Banner License Holder 
Default

I sent you a Pm as you requested.
Reply With Quote
  #9  
Old 10-13-2006, 11:24 PM
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

Please delete all .php files from geek/gars/cache (and their subfolders) then chmod the geek/gars/cache (and subfolders) to 0777 (http://www.thevbgeek.com/showthread.php?t=2047)

Then re-save your settings and let me know if that helps.

HTHs!
Reply With Quote
  #10  
Old 10-14-2006, 04:12 AM
attroll's Avatar
attroll attroll is offline
Senior Member
 
Join Date: Oct 2005
Posts: 155
Geek Article and Review System License Holder Geek Advertising Banner License Holder 
Default

Yes that did the trick. Thank you. It must have been because when I first set it up I put the attachments to the right side of the content and left the default one below the content also. Then later I went and removed the attachments from below the content it stayed there.
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
Problem with attachments Damir Geek Article and Review System 2 06-28-2007 07:56 PM
Attachments issue Scribbller Geek Article and Review System 8 12-18-2006 01:25 PM
Attachments dissapear mhc1576 Geek Article and Review System 3 12-09-2006 05:37 PM
Image attachments anothergeek Geek Article and Review System 3 12-04-2006 05:33 PM
Question - step-by-step attachments? Chris Geek Article and Review System 14 09-28-2006 10:07 PM


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


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