Quote:
Originally Posted by jGas
i have to make my question again, now that i've understood something about LDM.
when i enter a category, i find all the entries of that category.
i want that when i click on an entry, it display the page with the rate and comments..
but let me explain with an example.
You are inside this category: dance category
i want thatm if i click on "Angben65 & Sergiopad - L'Atotanka (TaInKiTu)" it opens rate and comments ...is it possible?
thanks! 
|
Edit the links_linkbit template.
Find the line (close to the top)
Replace by
Code:
<a href="$LINKS_SCRIPT.php?action=ratelink&linkid=$linkid&catid=$viewcatid&lpage=$pagenumber" title="<phrase 1="$linkraters">$vbphrase[ll_viewallratings]</phrase>">$linkname</a>
<!-- $linkurljump //-->
That should do the job.