Quote:
Originally Posted by Ipuck
Hello
Is there any way I can remove the section: "See also", I have links that are included in many categories and is getting very crowded with links.
Thank you :-)
|
Three of the linkbit templates (the templates that create the main layout for displaying an entry in your LDM database) contain the line:
Code:
<if condition="$linkshowothercatbit>0"><br /><br />$vbphrase[ll_seealso] $linkothercatsbit</if>
You can get rid of the "See also:" lines by editing these templates (vb/admincp/styles and templates) and deleting that line.
The templates concerned are:
links_linkbit (used for the normal display)
links_linkbit_featured (used for featured entries)
links_linkbit_table (used for the tabular layout)