The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Block thumbnails from unregistered users?
I have the hack that prevents unregistered users from viewing images, but it only works for full pictures. I auto-thumb the images that are uploaded - how can I prevent these from being accessed by unregistered people?
|
#2
|
||||
|
||||
Alter the [high]postbit_attachmentthumbnail[/high] template, and put at the start:
Code:
<if condition="$bbuserinfo[userid]"> Code:
</if> Chris |
#3
|
||||
|
||||
Perfect, thanks. I should have asked the first time - how do I replace the image with a link to register?
|
#4
|
||||
|
||||
Change the last:
Code:
</if> Code:
<else /><a href="register.php?">Register</a> to view image</if> |
#5
|
||||
|
||||
I knew it was something like that, but i broke it everytime I tried to guess. Thanks buddy, I learn more and more every day, especially with the help of cool people like you.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|