PDA

View Full Version : Thumbnail view for all groups ?


mefromspace
12-23-2005, 03:24 AM
<a href="https://vborg.vbsupport.ru/showthread.php?t=67887&page=3&highlight=THUMBNAIL+VIEW+GROUPS" target="_blank">https://vborg.vbsupport.ru/showt...IL+VIEW+GROUPS</a>

Princeton the creator of the above hack replied in a PM that this was already build into the 3.5 version.

I asked him where this setting is located in the admin or how to do it.

He has not been able to let me know about this and i need this to be able to upgrade my current version to 3.5.

I would really appreciate if anyone could explain little stupid me this :nervous:

Merry Xmas to all of you!

Princeton
12-23-2005, 01:28 PM
https://vborg.vbsupport.ru/showthread.php?t=67887&page=3&highlight=THUMBNAIL+VIEW+GROUPS

Princeton the creator of the above hack replied in a PM that this was already build into the 3.5 version.

I asked him where this setting is located in the admin or how to do it.

He has not been able to let me know about this and i need this to be able to upgrade my current version to 3.5.

I would really appreciate if anyone could explain little stupid me this :nervous:

Merry Xmas to all of you!

Sorry, it's not available on 3.5
I mistaken the request for another similar named addon that I created.

kennethj
01-21-2006, 01:35 PM
missed it also so am just using an array and permissives to do it . remove the link from the attachment .

1,3,4,8 -unregistered, awating email, coppa, banned .
usergroup ids in the array will not have a link just another message thumb .

2 templetsedit : postbit-> postbit_attachment & postbit_attachmentthumbnail
<if condition="in_array($bbuserinfo[usergroupid], array(1,3,4,8))">

copy of original code with the link removed and the new phraze

<a href="attachment.php?$s -to- ="_blank"</if>>
and the </a>

<else />

the original code from the templet

</if>
added 2 "Postbit" Phrases and changed the phraze for those who cant view .


$vbphrase[noview_file_type_x]

You must be registered to down load attachments
File Type: {1}



$vbphrase[noview_image_larger_version_x_y_z]

You must be registered to view full size images

Name: {1}
Views: {2}
Size: {3}
ID: {4}


all usergroups must be able to download attachments .

just have to remember where it is .. . and whos in it .

Princeton
01-21-2006, 01:45 PM
anyone can get around this by going directly to the url (eg. copy url of thumbnail on post .. remove thumb=1 and you will see the original image)

kennethj
01-21-2006, 02:40 PM
oh well - - most/ some of the people dont' know, i didnt' .

if they want it that bad i guess :rolleyes: tnks .. .