Hi all
My Gallery for Vb 3.5.1 dont' work
1) I have run following query on database : ALTER TABLE `forum` ADD `gallery` TINYINT( 4 ) NOT NULL
2) I have edit forumdisplay.php
3) I have edit the template FORUMHOME
4) I have import the attached XML-File in the product-manager
5) I have add the template threadbit_gallery:
$ids[forumids]
<if condition="$rows">
<if condition="$rows == 1">
</tr><tr>
</if>
<td class="alt1Active" id="t$thread[threadid]" title="$thread[preview]" align="center" width="170" height="170">
<table>
<tr>
<if condition="$show['member']">
<td width="170" height="170" align="center">
<if condition="$displaythumbs">
<a HREF="attachment.php?attachmentid=$thread[attachmentid]">
<img src="attachment.php?attachmentid=$thread[attachmentid]&stc=1&thumb=1" border=0 align="center">
</a><br>
<else />
<img src="$stylevar[imgdir_misc]/nothumb.gif" width=75 height=56 border="0">
</if>
<br />
</td>
</tr>
<tr>
<td class="tborder">
<table width="100%" cellpadding="3" cellspacing="0">
<tr class="tcat">
<td colspan='2' align="center">
<div class="smallfont" align="center">
$thread[movedprefix]
$thread[typeprefix]
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]">
$thread[threadtitle]
</a>
</div>
</td>
</tr>
<tr class="thead">
<td class="smallfont" align="left">
Benutzer:
</div>
</td>
<td>
<div class="smallfont">
<if condition="$show['guestuser']">
$thread[postusername]
<else />
<span style="cursor

ointer" onclick="window.open('member.php?$session[sessionurl]u=$thread[postuserid]')">$thread[postusername]</span>
</if>
</div>
</td>
</tr>
<tr class="alt1">
<td class="smallfont">$vbphrase[gallery_comments]</td>
<td class="smallfont">$thread[replycount]</td>
</tr>
<tr class="alt1">
<td class="smallfont">$vbphrase[gallery_views]</td>
<td class="smallfont">$thread[views]</td>
</tr>
<tr class="alt2">
<td>
<div class="smallfont">
Bewertung:
</div>
</td>
<td>
<if condition="$show['threadratings'] AND $show['threadrating']">
<span style="float:$stylevar[right]">
<img class="inlineimg" src="$stylevar[imgdir_rating]/rating_$thread[rating].gif" border="0" alt="<phrase 1="$thread[votenum]" 2="$thread[voteavg]">$vbphrase[thread_rating_x_votes_y_average]</phrase>" />
</span>
</if>
</td>
</tr>
<tr class="alt2">
<td>
<div class="smallfont">
Filesize: $attachment[filesize]
</div>
</td>
<td>
</td>
</tr>
</table>
</td>
<else />
<td>
<img src="images/misc/register.jpg">
</td>
</if>
</tr>
</table>
</td>
</if>
6) I have add a link of Gallery on Navbar
7) I have setting the Gallery:
I have make a category, call it "Gallery" and change Display-Order to "0", so it's not visible = Ok
I have make two Subforums,which will be the gallery.
---------------------------------------------------------
But it is dont' work and i don't see image on my forum
Where is the problem?
Very thanks