JQuery 슬라이딩 최신겔러리
이 스킨 있나 모르겠네요. 하나 올립니다. 활용해서 사용하세요.
<?=latest("스킨폴더명", "게시판", 4, 글자수);?>
<?=latest("스킨폴더명", "게시판", 4, 글자수);?>
|
댓글을 작성하시려면 로그인이 필요합니다.
그누4 스킨
5,847건스킨의 저작권은 해당 스킨 제작자님께 있으며, 그누보드의 저작권과 다를 수 있습니다. 스킨 다운로드시 좋아요와 감사의 코멘트를 남기시면 제작자에게 큰 힘이됩니다. ^^y 그누보드와 관련이 있지만 스킨과 빌더가 아니면 플러그인 게시판에 올려주세요.
댓글 20개
이미지
글,글,글,글
이런식....
js폴더 안에 소스를 수정해야되는데염.
function init(){
g.css("width",slideshow_width+"px").css("height",slideshow_height+"px").css("position","relative").css("font-family","Verdana,Geneva,sans-serif").css("border-top","1px solid #CCCCCC").css("overflow","hidden");
g.find("a").css("color","#000");
g.find("img").css("border","none");
g.find("ul").css("margin","0px").css("padding","0px");
g.find("li").css("margin","0px").css("padding","0px").css("list-style","none");
g.find(".switchBigPic").css("position","relative");
g.find(".switchBigPic").children("div").css("position","absolute").css("overflow","hidden");
g.find(".switchBigPic").children("div").children("p").css("position","absolute").css("padding","5px").css("margin","0px").css("bottom","0px").css("opacity","0.6").css("background-color","#000").css("color","#FFF").css("font-size","12px").css("width","100%");
g.find(".nav").css("width",thumbnail_width+"px").css("height",slideshow_height+"px").css("position","absolute").css("right","0px");
g.find(".nav").children("li").css("height","49px").css("background-image","url("+directory+"flashtext-bg.jpg)").css("line-height","49px").css("border-bottom","1px solid #CCCCCC").css("border-right","1px solid #CCCCCC");
g.find(".nav").children("li").children("a").css("text-decoration","none").css("height","49px").css("display","block").css("padding-left","25px").css("font-size","14px");
g.find(".nav").children("li").css("margin-left","0px");
g.find(".switchBigPic").children("div").hide();
}
function showpic(){
clearTimeout(v);
g.find(".nav").children("li").css("background-image","url("+directory+"flashtext-bg.jpg)").css("border-bottom","1px solid #CCCCCC");
g.find(".nav").children("li").eq(current).css("background-image","url("+directory+"flash-on.gif)").css("border-bottom","none");
g.find(".switchBigPic").children("div").fadeOut();
g.find(".switchBigPic").children("div").eq(current).fadeIn();
g.find(".nav").children("li").eq(current).animate({marginLeft: '10px'}, "fast");
g.find(".nav").children("li").eq(w).animate({marginLeft: '0px'}, "fast");
w = current;
}
이 부분의 CSS를 다 추출하셔서 관리하는 것도 현명한 방법일겁니다.^^
참, 그리고 전에 올리신 3d 게시판 질문이 있어요!
<?
if (preg_match("/\.(jpg|gif|png|bmp)$/i", $thumb) && file_exists($thumb)) {
$href = "{$list[$i][link][1]}";
$jsimg = $thumb;
$imgs = substr($jsimg,1);
echo "{ src: '$imgs', url: '$href', title: '{$list[$i]['subject']}', color: '#fff' },";
}
?>
이 상황에서 링크 클릭시 새창으로 띄우게 하고 싶은데, 도대체 target="_blank" 를
어디에 어떻게 삽입해야 할까요??????
다운받아봐야겠네염.ㅠㅠ
만약 자바스크립트에서 배열로 받을 경우엔 _blank 작동을 할 수 없습니다.
음.. 가능하긴 하나, 좀 뜯어고쳐야 겠죠.
(뜯어고치는 것은 자바스크립트를 고치셔야 할듯...)
Warning: include() [function.include]: Failed opening './skin/latest/main_nanner/latest.skin.php' for inclusion (include_path='.') in C:\APM_Setup\htdocs\www\lib\latest.lib.php on line 29
이것두했는데요 include_once("$g4[path]/lib/latest.lib.php"); 오류가 뜹니다 ㅠㅠ 아...
일단 기존 lib폴더안에 파일을 백업하시고, 새로받은 그누보드를 압축해제후 lib만 업데이트 해보세염.