| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- {eval
- function tpl_hide_credits_hidden($creditsrequire) {
- global $_G;
- }
- <!--{block return}--><div class="locked"><!--{if $_G[uid]}-->{$_G[username]}<!--{else}-->{lang guest}<!--{/if}-->{lang post_hide_credits_hidden}</div><!--{/block}-->
- <!--{eval return $return;}-->
- {eval
- }
- function tpl_hide_credits($creditsrequire, $message) {
- }
- <!--{block return}--><div class="locked">{lang post_hide_credits}</div>
- $message<br /><br />
- <!--{/block}-->
- <!--{eval return $return;}-->
- {eval
- }
- function tpl_codedisp($code) {
- }
- <!--{block return}--><div class="blockcode"><div><ol><li>$code</ol></div></div><!--{/block}-->
- <!--{eval return $return;}-->
- {eval
- }
- function tpl_quote() {
- }
- <!--{block return}--><div class="quote"><blockquote>\\1</blockquote></div><!--{/block}-->
- <!--{eval return $return;}-->
- {eval
- }
- function tpl_free() {
- }
- <!--{block return}--><div class="quote"><blockquote>\\1</blockquote></div><!--{/block}-->
- <!--{eval return $return;}-->
- {eval
- }
- function tpl_hide_reply() {
- global $_G;
- }
- <!--{block return}--><div class="showhide"><h4>{lang post_hide}</h4>\\1</div>
- <!--{/block}-->
- <!--{eval return $return;}-->
- {eval
- }
- function tpl_hide_reply_hidden() {
- global $_G;
- }
- <!--{block return}--><div class="locked"><!--{if $_G[uid]}-->{$_G[username]}<!--{else}-->{lang guest}<!--{/if}-->{lang post_hide_reply_hidden}</div><!--{/block}-->
- <!--{eval return $return;}-->
- {eval
- }
- function attachlist($attach) {
- global $_G;
- $attach['refcheck'] = (!$attach['remote'] && $_G['setting']['attachrefcheck']) || ($attach['remote'] && ($_G['setting']['ftp']['hideurl'] || ($attach['isimage'] && $_G['setting']['attachimgpost'] && strtolower(substr($_G['setting']['ftp']['attachurl'], 0, 3)) == 'ftp')));
- $aidencode = packaids($attach);
- $is_archive = $_G['forum_thread']['is_archived'] ? "&fid=".$_G['fid']."&archiveid=".$_G[forum_thread][archiveid] : '';
- }
- <!--{block return}-->
- <div class="box box_ex2 attach">
- <dd>
- <p class="attnm">
- <!--{if $_G['setting']['mobile']['mobilesimpletype'] == 0}-->
- $attach[attachicon]
- <!--{/if}-->
- <!--{if !$attach['price'] || $attach['payed']}-->
- <a href="forum.php?mod=attachment{$is_archive}&aid=$aidencode" id="aid$attach[aid]" target="_blank">$attach[filename]</a>
- <!--{else}-->
- <a href="forum.php?mod=misc&action=attachpay&aid=$attach[aid]&tid=$attach[tid]">$attach[filename]</a>
- <!--{/if}-->
- <span class="xg1">($attach[dateline] {lang upload})</span>
- </p>
- <p class="xg1">$attach[attachsize]<!--{if $attach['readperm']}-->, {lang readperm}: <strong>$attach[readperm]</strong><!--{/if}-->, {lang downloads}: $attach[downloads]<!--{if !$attach['attachimg'] && $_G['getattachcredits']}-->, {lang attachcredits}: $_G[getattachcredits]<!--{/if}--></p>
- <p>
- <!--{if $attach['price']}-->
- {lang price}: <strong>$attach[price] {$_G['setting']['extcredits'][$_G['setting']['creditstransextra'][1]][unit]}{$_G['setting']['extcredits'][$_G['setting']['creditstransextra'][1]][title]}</strong> [<a href="forum.php?mod=misc&action=viewattachpayments&aid=$attach[aid]" target="_blank">{lang pay_view}</a>]
- <!--{if !$attach['payed']}-->
- [<a href="forum.php?mod=misc&action=attachpay&aid=$attach[aid]&tid=$attach[tid]">{lang attachment_buy}</a>]
- <!--{/if}-->
- <!--{/if}-->
- </p>
- <!--{if $attach['description']}--><p class="xg2">{$attach[description]}</p><!--{/if}-->
- </dd>
- </div>
- <!--{/block}-->
- <!--{eval return $return;}-->
- {eval
- }
- function imagelist($attach) {
- global $_G;
- $attach['refcheck'] = (!$attach['remote'] && $_G['setting']['attachrefcheck']) || ($attach['remote'] && ($_G['setting']['ftp']['hideurl'] || ($attach['isimage'] && $_G['setting']['attachimgpost'] && strtolower(substr($_G['setting']['ftp']['attachurl'], 0, 3)) == 'ftp')));
- $mobilethumburl = $attach['attachimg'] && $_G['setting']['showimages'] && (!$attach['price'] || $attach['payed']) && ($_G['group']['allowgetimage'] || $_G['uid'] == $attach['uid']) ? getforumimg($attach['aid'], 0, 200, 200, 'fixnone') : '' ;
- $aidencode = packaids($attach);
- $is_archive = $_G['forum_thread']['is_archived'] ? "&fid=".$_G['fid']."&archiveid=".$_G[forum_thread][archiveid] : '';
- }
- <!--{block return}-->
- <!--{if $attach['attachimg'] && $_G['setting']['showimages'] && ($_G['group']['allowgetimage'] || $_G['uid'] == $attach['uid'])}-->
- <div class="box box_ex2">
- <a href="forum.php?mod=attachment{$is_archive}&aid=$aidencode¬humb=yes" id="aid$attach[aid]" class="xw1" target="_blank">$attach[filename]</a>
- <span class="xg1">($attach[dateline] {lang upload})</span>
- <p class="xg1">{lang sourceimagesize} $attach[attachsize], {lang downloads}: $attach[downloads]</p>
- <p class="mbn">
- <!--{if $attach['readperm']}-->{lang readperm}: <strong>$attach[readperm]</strong><!--{/if}-->
- <!--{if $attach['price']}-->{lang price}: <strong>$attach[price] {$_G['setting']['extcredits'][$_G['setting']['creditstransextra'][1]][unit]}{$_G['setting']['extcredits'][$_G['setting']['creditstransextra'][1]][title]}</strong> [<a href="forum.php?mod=misc&action=viewattachpayments&aid=$attach[aid]">{lang pay_view}</a>]
- <!--{if !$attach['payed']}-->
- [<a href="forum.php?mod=misc&action=attachpay&aid=$attach[aid]&tid=$attach[tid]" target="_blank">{lang attachment_buy}</a>]
- <!--{/if}-->
- <!--{/if}-->
- </p>
- <!--{if $attach['description']}--><p class="mbn xg2">{$attach[description]}</p><!--{/if}-->
- <!--{if !$attach['price'] || $attach['payed']}-->
- <p class="mbn">
- <a href="{if $attach[refcheck]}forum.php?mod=attachment{$is_archive}&aid=$aidencode&noupdate=yes¬humb=yes{else}{$attach[url]}$attach[attachment]{/if}"><img id="aimg_$attach[aid]" src="$mobilethumburl" alt="$attach[imgalt]" title="$attach[imgalt]" /></a>
- </p>
- <!--{/if}-->
- </div>
- <!--{/if}-->
- <!--{/block}-->
- <!--{eval return $return;}-->
- {eval
- }
- function attachinpost($attach) {
- global $_G;
- $attach['refcheck'] = (!$attach['remote'] && $_G['setting']['attachrefcheck']) || ($attach['remote'] && ($_G['setting']['ftp']['hideurl'] || ($attach['isimage'] && $_G['setting']['attachimgpost'] && strtolower(substr($_G['setting']['ftp']['attachurl'], 0, 3)) == 'ftp')));
- $mobilethumburl = $attach['attachimg'] && $_G['setting']['showimages'] && (!$attach['price'] || $attach['payed']) && ($_G['group']['allowgetimage'] || $_G['uid'] == $attach['uid']) ? getforumimg($attach['aid'], 0, 200, 200, 'fixnone') : '' ;
- $aidencode = packaids($attach);
- $is_archive = $_G['forum_thread']['is_archived'] ? '&fid='.$_G['fid'].'&archiveid='.$_G[forum_thread][archiveid] : '';
- }
- <!--{block return}-->
- <!--{if $attach['attachimg'] && $_G['setting']['showimages'] && (!$attach['price'] || $attach['payed']) && ($_G['group']['allowgetimage'] || $_G['uid'] == $attach['uid'])}-->
- <a href="{if $attach[refcheck]}forum.php?mod=attachment{$is_archive}&aid=$aidencode&noupdate=yes¬humb=yes{else}{$attach[url]}$attach[attachment]{/if}"><img id="aimg_$attach[aid]" src="$mobilethumburl" alt="$attach[imgalt]" title="$attach[imgalt]"/></a>
- <!--{else}-->
- <div id="attach_$attach[aid]" class="box attach mbn" >
- <!--{if $_G['setting']['mobile']['mobilesimpletype'] == 0}-->
- $attach[attachicon]
- <!--{/if}-->
- <!--{if !$attach['price'] || $attach['payed']}-->
- <a href="forum.php?mod=attachment{$is_archive}&aid=$aidencode" target="_blank">$attach[filename]</a>
- <!--{else}-->
- <a href="forum.php?mod=misc&action=attachpay&aid=$attach[aid]&tid=$attach[tid]" target="_blank">$attach[filename]</a>
- <!--{/if}-->
- <em class="xg1">($attach[attachsize])</em>
- <em class="xg1"><br />({lang downloads}: $attach[downloads], $attach[dateline] {lang upload})
- </em>
- <!--{if $attach['price']}-->
- <p class="xg1">{lang price}: $attach[price] {$_G['setting']['extcredits'][$_G['setting']['creditstransextra'][1]][unit]}{$_G['setting']['extcredits'][$_G['setting']['creditstransextra'][1]][title]} <a href="forum.php?mod=misc&action=viewattachpayments&aid=$attach[aid]">[{lang pay_view}]</a>
- <!--{if !$attach['payed']}-->
- [<a href="forum.php?mod=misc&action=attachpay&aid=$attach[aid]&tid=$attach[tid]" target="_blank">{lang attachment_buy}</a>]
- <!--{/if}-->
- </p>
- <!--{/if}-->
- <!--{if !$attach['attachimg'] && $_G['getattachcredits']}--><p>{lang attachcredits}: $_G[getattachcredits]</p><!--{/if}-->
- </div>
- <!--{/if}-->
- <!--{/block}-->
- <!--{eval return $return;}-->
- <!--{eval
- }
- }-->
|