Blaine0002
24 Jun 2006, 02:17
This makes it so whenever you use the
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
bbcode, instead of a real picture it will post a thumbnail instead. when you click that thumbnail it will bring you to the actual image.
open includes/class_bbcode.php
find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
This will convert all images so they have a width of 250 and make them clickable to the original image. note: if you have a oblong image, the hight will stay preportionate so it may cause thumbnails to look strange, you can also specify a height but the thumbnails will not be preportionate. Change the width="250" to whatever you want :-)
Temp fix: (untill i get more time)
If you dont find that this is what you are looking for, try making a new bbcode with the following options
Title: thumbnail
Tag: imgt
Replacement:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
example: [php]http://img96.imageshack.us/img96/7499/gibraltar12804sx.jpg[/php
then ad an image so people can use the imgt tag to make a thumbnail of only certain images.
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
bbcode, instead of a real picture it will post a thumbnail instead. when you click that thumbnail it will bring you to the actual image.
open includes/class_bbcode.php
find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
This will convert all images so they have a width of 250 and make them clickable to the original image. note: if you have a oblong image, the hight will stay preportionate so it may cause thumbnails to look strange, you can also specify a height but the thumbnails will not be preportionate. Change the width="250" to whatever you want :-)
Temp fix: (untill i get more time)
If you dont find that this is what you are looking for, try making a new bbcode with the following options
Title: thumbnail
Tag: imgt
Replacement:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
example: [php]http://img96.imageshack.us/img96/7499/gibraltar12804sx.jpg[/php
then ad an image so people can use the imgt tag to make a thumbnail of only certain images.