- 帖子: 34
- 收到的致谢 0
在if ($my_id != 0 && $fbConfig->allowsubscriptions == 1 && $fb_cansubscribe == 1 && !$editmode)
{
?>
<tr class = "<?php echo $boardclass; ?>sectiontableentry1">
<td class = "fb_leftcolumn">
<strong><?php echo _POST_SUBSCRIBE; ?></strong>:
</td>
我們在"訂閱"上方加入一個模組位置if ($my_id != 0 && $fbConfig->allowsubscriptions == 1 && $fb_cansubscribe == 1 && !$editmode)
{
?>
<tr class = "<?php echo $boardclass; ?>sectiontableentry1">
<td class = "fb_leftcolumn">
<strong><?php echo _NEW_UPLOAD; ?></strong>
</td>
<td>
<?php mosLoadModules('user999', -1); ?>
</td>
</tr>
<tr class = "<?php echo $boardclass; ?>sectiontableentry2">
<td class = "fb_leftcolumn">
<strong><?php echo _POST_SUBSCRIBE; ?></strong>:
</td>
把附加的兩個檔案放到templates資料夾內<table>
<tr>
<td>
<FIELDSET class=fieldset>
<DIV style="PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; PADDING-TOP: 3px">
<IFRAME src="templates/ImageShack.htm" frameBorder=0 scrolling=no height=135 allowTransparency></IFRAME></DIV></FIELDSET>
</td>
<td>
<FIELDSET class=fieldset>
<DIV style="PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; PADDING-TOP: 3px">
<IFRAME SRC="templates/badongo.htm" ID="upload_form" NAME="ifForm" WIDTH="400" HEIGHT="130" frameborder=0></IFRAME></DIV></FIELDSET>
</td>
</tr>
</table>