Quote:
Originally Posted by chorton
I am trying to get the genres to show in vbadvanced. Everything is working fine on our test board. In the wikis you state
"By default, the ldm_hot and ldm_new modules do not show the name of the category in which the entries appear. If you want to display this, edit the modules and change $show_catname to 1 "
I can not find that code in either file. Is there a certain spot i need to add this too?
|
Sorry about that - this facility was introduced in version 2.2.6, and I suppose you are running 2.2.5.
As far as I can tell, it's straightforward to patch the change back into 2.2.5. I attach the two vba module files from 2.2.6 (the assignment to show_catname is on line 10 of the two files), and give below the modified version of the links_vbalinks template.
Code:
<tr>
<td class="alt1">
<div style="float:right"><span class="smallfont">$linkhits</span></div>
<span class="smallfont">$linktypebit<if condition="$show_catname"> $linkcatname </if><if condition="$linkstatus<=0">$linkname<else />$linkurllink</if></span>
</td>
</tr>