
出處網址:http://aca.2myweb.net/cgi-bin/leobbs.cgi
這是我從某論壇(不是phpbb,而是 LeoBBS X Build041101),看見引言可以「美化」呢?是加入了圖片還是怎樣呢?
有沒有人懂或phpbb有mod可以修改成這樣呢?希望有懂的大大能夠分享一下!謝謝~^__^~
版主: 版主管理群


代碼: 選擇全部
<!-- BEGIN quote_username_open --></span>
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
<tr>
<td><span class="genmed"><b>{USERNAME} {L_WROTE}:</b></span></td>
</tr>
<tr>
<td class="quote"><!-- END quote_username_open -->
<!-- BEGIN quote_open --></span>
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
<tr>
<td><span class="genmed"><b>{L_QUOTE}:</b></span></td>
</tr>
<tr>
<td class="quote"><!-- END quote_open -->
<!-- BEGIN quote_close --></td>代碼: 選擇全部
<!-- BEGIN quote_username_open --></span>
<table cellSpacing=0 cellPadding=0>
<tr>
<td><img src="templates/Macinscott2/images/top1_l.gif" width=83 height=39></td>
<td width=90% background="templates/Macinscott2/images/top1_c.gif"></td>
<td><img src="templates/Macinscott2/images/top1_r.gif" width=7 height=39></td>
</tr>
<tr>
<td colSpan=3>
<table cellSpacing=0 cellPadding=0 width=90%>
<tr>
<td vAlign=top background="templates/Macinscott2/images/center1_l.gif"><img src="templates/Macinscott2/images/top1_l2.gif" width=11 height=1>
</td>
<td vAlign=center width=90% bgColor=#fffff1 ><span class="genmed"><b>{USERNAME} {L_WROTE}:</b></span><br />
<td class="quote">
<!-- END quote_username_open -->
<!-- BEGIN quote_open --> </span>
<table cellSpacing=0 cellPadding=0>
<tr>
<td><img src="templates/Macinscott2/images/top1_l.gif" width=83 height=39></td>
<td width=90% background="templates/Macinscott2/images/top1_c.gif"></td>
<td><img src="templates/Macinscott2/images/top1_r.gif" width=7 height=39></td>
</tr>
<tr>
<td colSpan=3>
<table cellSpacing=0 cellPadding=0 width=90%>
<tr>
<td vAlign=top background="templates/Macinscott2/images/center1_l.gif"><img src="templates/Macinscott2/images/top1_l2.gif" width=11 height=1>
</td>
<td vAlign=center width=90% bgColor=#fffff1 ><span class="genmed"><b>{L_QUOTE}:</b></span><br />
<td class="quote"><!-- END quote_open -->
<!-- BEGIN quote_close --><br /></td><td vAlign=top background="templates/Macinscott2/images/center1_r.gif"><img src="templates/Macinscott2/images/top1_r2.gif" width=7 height=2></td></tr></table></td></tr><tr><td colSpan=3><table cellSpacing=0 cellPadding=0 width=90%><tr><td vAlign=top><img src="templates/Macinscott2/images/foot1_l1.gif" width=12 height=18></td><td width=90% background="templates/Macinscott2/images/foot1_c.gif"><img src="templates/Macinscott2/images/foot1_l3.gif" width=1 height=18></td><td align=right><img src="templates/Macinscott2/images/foot1_r.gif" width=8 height=18>
</td>
</tr>
</table>
</td>
</tr>
</table>
<span class="quote">
<!-- END quote_close --> bc010843 寫:看不太懂耶...另外圖檔如何下?
代碼: 選擇全部
Parse error: parse error in /home/gamesociety/public_html/forum/includes/bbcode.php(61) : eval()'d code on line 54代碼: 選擇全部
function load_bbcode_template()
{
global $template;
$tpl_filename = $template->make_filename('bbcode.tpl');
$tpl = fread(fopen($tpl_filename, 'r'), filesize($tpl_filename));
// replace \ with \\\ and then ' with \'.
$tpl = str_replace('\\\', '\\\\\\\', $tpl);
$tpl = str_replace('\'', '\\\\\'', $tpl);
// strip newlines.
$tpl = str_replace("
", '', $tpl);
// Turn template blocks into PHP assignment statements for the values of $bbcode_tpls..
$tpl = preg_replace('#<!-- BEGIN (.*?) -->(.*?)<!-- END (.*?) -->#', "
" . '$bbcode_tpls[\'\\\1\'] = \'\\\2\';', $tpl);
$bbcode_tpls = array();
eval($tpl);
return $bbcode_tpls;
代碼: 選擇全部
<!-- BEGIN quote_username_open --></span>
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
<tr>
<td><span class="genmed"><b>{USERNAME} {L_WROTE}:</b></span></td>
</tr>
<tr>
<td class="quote"><!-- END quote_username_open -->
<!-- BEGIN quote_open --></span>
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
<tr>
<td><span class="genmed"><b>{L_QUOTE}:</b></span></td>
</tr>
<tr>
<td class="quote"><!-- END quote_open -->
<!-- BEGIN quote_close --></td>
代碼: 選擇全部
<!-- BEGIN quote_username_open --></span>
<table cellSpacing=0 cellPadding=0>
<tr>
<td><img src="templates/subSilver/images/quote/top1_l.gif" width=83 height=39></td>
<td width=100% background="templates/subSilver/images/quote/top1_c.gif"></td>
<td><img src="templates/subSilver/images/quote/top1_r.gif" width=7 height=39></td>
</tr>
<tr>
<td colSpan=3>
<table cellSpacing=0 cellPadding=0 width=100%>
<tr>
<td vAlign=top background="templates/subSilver/images/quote/center1_l.gif"><img src="templates/subSilver/images/quote/top1_l2.gif" width=11 height=1>
</td>
<td vAlign=center width=100% bgColor=#fffff1 >
<span class="genmed"><b>{USERNAME} {L_WROTE}:</b></span><br /><br />
<!-- END quote_username_open -->
<!-- BEGIN quote_open --> </span>
<table cellSpacing=0 cellPadding=0>
<tr>
<td><img src="templates/subSilver/images/quote/top1_l.gif" width=83 height=39></td>
<td width=100% background="templates/subSilver/images/quote/top1_c.gif"></td>
<td><img src="templates/subSilver/images/quote/top1_r.gif" width=7 height=39></td>
</tr>
<tr>
<td colSpan=3>
<table cellSpacing=0 cellPadding=0 width=100% >
<tr>
<td vAlign=top background="templates/subSilver/images/quote/center1_l.gif"><img src="templates/subSilver/images/quote/top1_l2.gif" width=11 height=1>
</td>
<td vAlign=center width=100% bgColor=#fffff1 > <span class="genmed"><b>{L_QUOTE}:</b></span><br />
<!-- END quote_open -->
<!-- BEGIN quote_close --><br /></td><td vAlign=top background="templates/subSilver/images/quote/center1_r.gif"><img src="templates/subSilver/images/quote/top1_r2.gif" width=7 height=2></td></tr></table></td></tr><tr><td colSpan=3><table cellSpacing=0 cellPadding=0 width=100%><tr><td vAlign=top><img src="templates/subSilver/images/quote/foot1_l1.gif" width=12 height=18></td><td width=100% background="templates/subSilver/images/quote/foot1_c.gif"><img src="templates/subSilver/images/quote/foot1_l3.gif" width=1 height=18></td><td align=right><img src="templates/subSilver/images/quote/foot1_r.gif" width=8 height=18>
</td>
</tr>
</table>
</td>
</tr>
</table>
<span class="postbody">
<!-- END quote_close -->

