[問題]what's wrong with <pre>
發表於 : 2004-09-30 09:28
PO 在第一篇 的 <pre></pre>沒有作用\r
而第二篇以後就 OK !
真是怪哉!! 請指點一下!!
而第二篇以後就 OK !
真是怪哉!! 請指點一下!!
代碼: 選擇全部
##############################################################
## MOD Title: Allow multiple spaces in posts
## MOD Author: chris_blessing < webguy@330i.net > (Chris Blessing) http://forums.330i.net
## MOD Description: As the title states, it simply allows users to use multiple spaces
## in their posts by inserting the entity as necessary.
## MOD Version: 1.0.0
##
## Installation Level: Easy
## Installation Time: 1 Minute
## Files To Edit: includes/functions_post.php
## Included Files: n/a
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes:
## This is a global add-on, no ACP control provided (yet).
##############################################################
## MOD History:
##
## 2004-04-17 - Version 1.0.0
## - first edition, no ACP yet
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
############################################################## 代碼: 選擇全部
$message = str_replace("
", "
<br />
", $message);代碼: 選擇全部
$message = str_replace("
", "<br />", $message);改一下好了…\r再請教一下:
如果裝了這個外掛, 是否還要再修改 viewtopic.php ???