Quote:
Originally Posted by Zain Jaffer
Hi Andrew, in regard to the last question ... I want all usegroups to be able to view the page, but not download it unless I choose which usegroups.
In regards to the first problem, I think I didn't make it very clear:
The actual thumbnail itself shows where I don't want it to show... for example on here: http://www.juicyduff.com/forum/local...=links&catid=2 (beside "avatars")... I only want the image to show on the main page.
But, thanks a lot for solving the other problem (image url appears in the nav menu!) !
lol .. i'm sorry if I ask too much! 
|
Zain, I tried to explain in a previous post how to do what you want to do. You have to edit the links_main template and play around with the $viewcatname, $viewcatdesc and $viewcattext variables, which hold the category name + contents of the brief and extended category descriptions. For example, when you set up your category entry, do what you are already doing with the category name, but (e.g.) use the extended description to hold just the title without the img tag. Then kill the line
Code:
<td class="tcat" align="center"><strong>$viewcatname</strong>
in the links_main template.
As far as your permission question goes, I think you've changed your question! You achieve this as follows:
a) on the links admin page, set can_see_protected_links_on_portal permission for those usergroups that you want to be able to see but not download files.
b) for the links that you want this to apply to, associate them with a VB forum that you protect as I explained in my previous post.