Hi~! J.parker~ I like your Thumbnail list addon's style very much~~!
I also download the code Thumbnail & Lightbox from Tattertools.com
But it display no same for you
when I open the http://www.create74.com/category/Happiness and click the thumb_src,it display a pictures by lightbox.I open the my TT the url same as you , and click the thumb_src,Then go to the post link~!
I find some cods on blog/category/index.php on line 2290, It maybe the point~!
I's like to let you know how to make it works on TT의 Thumbnail List Addon & Lightbox Plungin
## First ##, you can make it works with Thumbnail list addon's as below
1. you should backup your datas before you do that.
2. http://tattertools.com/bbs/view.php?id=plugin&no=25
(connect the site as above and download "thumbaddon.zip" )
3. Extract them.
4. And after that, overwrite all files to the root directory of TT
5. http://www.bearlet.com/install_thumb.php
execute the file you can see as above inside of root directory of TT
6. setting 'category & skin' on as a administrator
6-1. chose the category for the thumbnail list that you want to put and show the list later.
6-2. you should deciede thumbnail width and height when you listting it.
7. if you finish that, click the category that you've choose and make sure
the category shows your list or not.
if you have any questions,
just visit the web site J.Parker(http://www.create74.com) or mono(http://mono.namoweb.net)
## Secondary ##, this is how to make it works with Lightbox plugin fuction.
1. you should backup your datas before you do that as well.
2. http://tattertools.com/bbs/view.php?id=plugin&no=15
(connect the site as above and download "lightbox_tt_111.zip" )
3. Extract what you've downloaded
4. upload some directories after you extract from '/plugins'in root directory of TT.
5. put those codes as below into your skin that you used.
-------------------------------------------------------------------------------------------------------
<link rel="stylesheet" href="http://www.bearlet.com/plugins/lightbox/lightbox.css">
<script type="text/javascript" src="http://www.bearlet.com/plugins/lightbox/lightbox_plus.js"></script>
-------------------------------------------------------------------------------------------------------
6. modify the path to your real path inside of lightbox_plus.js
ex)http://homepage.com/tattertools/plugins/lightbox/images/loading.gif
-> http://www.bearlet.com/plugins/lightbox/images/loading.gif
7. you should log in as a administrator and revitalize 'lightbox plugin'
8. if you have any questions,
just visit the web site J.Parker(http://www.create74.com) or 'http://mahodou.pe.kr/tatter/'
## Thirdly ##, this is how to make it works with Thumbnail Listting & Lightbox
1. http://www.create74.com/temp/blog_thumb.zip
(download file from URL as above and overwrite some files that you only need.:your localpath edit)
2. You can make border the way of as below in 'style.css'
-------------------------------------------------------------------------------------------------------
#content .thumb_border{margin:5px 5px 5px 5px;border:5px solid #e7e7e7;}
-------------------------------------------------------------------------------------------------------