※ 한번 구매하신 상품은 소스의 노출 우려가 있기에 어떠한 경우라도 취소가 불가합니다.
※ 1호스팅 1카피 입니다. (배포, 재배포, 재사용 불가)
1. 설치방법
관리자로 로그인후 본인도메인/plugin/tl_banner/adm/install.php를 호출하여 설치
2. 관리자 페이지 메뉴 링크
admin.menu300.php 파일을 adm폴더 (테마 내 admin아님)에 덮어써주세요
3. 사용예시
[로고 슬라이드]
<?php include_once(G5_PLUGIN_PATH.'/tl_banner/banner.lib.php');
echo banner_str('ticker', 'ticker'); ?>
[메인 슬라이드 배너]
<?php include_once(G5_PLUGIN_PATH.'/tl_banner/banner.lib.php');
echo banner_str('main_bg', 'main_bg'); ?>
[상단 배너 가로형]
<?php include_once(G5_PLUGIN_PATH.'/tl_banner/banner.lib.php');
echo banner_str('top_header', 'top_header'); ?>
[상단 배너 팝업형]
<?php include_once(G5_PLUGIN_PATH.'/tl_banner/banner.lib.php');
echo banner_str('top_header2', 'top_header2'); ?>
4.구매 후 간단한 A/S는 무료로 해드립니다.
5.도저히 플러그인 적용이 어렵다 하시분은 유료10,000에 직접 셋팅을 해드리고 있습니다.
플러그인 설치 후 원하는 위치에 인쿠르드 소스만 추가하면 배너가 자동생성되고 관리자에서 관리가 가능하도록 개발되었습니다.
* 원하시는 skin은 난이도에 따라 비용을 받고 작업가능합니다.
상호 | 주식회사 티로그 |
---|---|
사업장소재지 | - |
고객지원 연락처 | 0513256700 |
구매고객 총평점
사용후기가 없습니다.
[2020-12-21] /plugin/tl_banner/adm/form.php 에 15번째줄에 다음코드가 누락되었습니다.
if (!$data['b_id']) alert("등록된 자료가 없습니다.");
if ($data['b_s_datetime']) {
$data['b_s_date'] = substr($data['b_s_datetime'], 0, 10);
$data['b_s_time'] = substr($data['b_s_datetime'], 11);
}
if ($data['b_e_datetime']) {
$data['b_e_date'] = substr($data['b_e_datetime'], 0, 10);
$data['b_e_time'] = substr($data['b_e_datetime'], 11);
}
[2020-12-21] /plugin/tl_banner/banner.lib.php 에 20,21번째줄에 sql문에 등호가 꺼꾸로 되었습니다.
$sql = "SELECT * FROM {$g5['tl_banner_table']} ".
"WHERE b_category='{$category}' ".
"AND b_show = 1 ".
"AND (b_s_datetime IS NULL OR b_s_datetime <= '" . G5_TIME_YMDHIS . "') ".
"AND (b_e_datetime IS NULL OR b_e_datetime >= '" . G5_TIME_YMDHIS . "') ".
"ORDER BY b_no ASC, b_id DESC";
!-->!-->
사진 및 컨텐츠는 사용자의 이해를 돕기위해 사용된것이며 실사용은 가능하나 재배포를 금지합니다.
1도메인당 1카피를 원칙으로 하고있습니다.
/*
FullCalendar License Information:
[MIT License
Copyright (c) 2021 Adam Shaw
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.]
Moment.js License Information:
[Copyright (c) JS Foundation and other contributors
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.]
*/