Quote:
Originally Posted by Nam
I have a quick question, it is possible to disable the right column (latest reviews/related article/about author) when reader click to read? It'd be great to see a full clean page so the article is holding more chars.
Sorry if it's already included in the mod.
|
You can do it modifying the template
vbarticles_viewarticle removing the following code:
Code:
<td width="5"> </td>
<td valign="top" width="$rightcolumn">
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" width="$rightcolumn" class="tborder">
<tr>
<td class="tcat" align="left" height="20">
<div class="smallfont"><b>
<img border="0" src="vbarticles/images/bullet_yellow.gif">
$vbphrase[vbarticles_article_overall]
</b></div>
</td>
</tr>
<tr>
<td class="alt2" align="left">
$articlebit
</td>
</tr>
<tr>
<td class="tcat" align="left" height="20">
<div class="smallfont"><b>
<img border="0" src="vbarticles/images/bullet_yellow.gif">
$vbphrase[vbarticles_about_author]
</b></div>
</td>
</tr>
<tr>
<td class="alt2" align="center">
$authorbit
</td>
</tr>
<tr>
<td class="tcat" align="left" height="20">
<div class="smallfont"><b>
<img border="0" src="vbarticles/images/bullet_yellow.gif">
$vbphrase[vbarticles_author_others]
</b></div>
</td>
</tr>
<tr>
<td class="alt2" align="left">
<table width="100%" cellspacing="0" cellpadding="3">
$top1articlebit
</table>
</td>
</tr>
<tr>
<td class="thead" align="right">
<div class="smallfont"><b>
<a href="vbarticles.php?$session[sessionurl]do=authorall&authorid=$article_details[userid]">$vbphrase[vbarticles_read_all]</a>
</b></div>
</td>
</tr>
<tr>
<td class="tcat" align="left" height="20">
<div class="smallfont"><b>
<img border="0" src="vbarticles/images/bullet_yellow.gif">
$vbphrase[vbarticles_latest_reviews]
</b></div>
</td>
</tr>
<tr>
<td class="alt2" align="center">
<table width="100%" cellspacing="0" cellpadding="3">
$latestreviewsbit
</table>
</td>
</tr>
<tr>
<td class="thead" align="right">
<div class="smallfont"><b>
<a href="vbarticles.php?$session[sessionurl]do=allreviews&articleid=$article_details[articleid]">$vbphrase[vbarticles_read_all]</a>
</b></div>
</td>
</tr>
<tr>
<td class="tcat" align="left" height="20">
<div class="smallfont"><b>
<img border="0" src="vbarticles/images/bullet_yellow.gif">
$vbphrase[vbarticles_relative_articles]
</b></div>
</td>
</tr>
<tr>
<td class="alt2" align="center">
<table width="100%" cellspacing="0" cellpadding="3">
$relatedarticlebit
</table>
</td>
</tr>
</table>
<br>
$membermenubit
<br>
</td>