miniBB Support Forums
|
Forums
|
Register
|
Reply
|
Search
|
Statistics
|
Manual
|
miniBB Support Forums
/
How To
/
How to disable HTML URLs?
Anonymous
Guest
#1
|
Posted: 30 Mar 2005 20:46
Please, could anyone suggest how to disable HTML in posts, so that users could not insert active links inside forum?
Team
#2
|
Posted: 31 Mar 2005 10:40
Moony
Actually, this has to be replaced in bb_func_txt.php:
if($urls and !$bbcodes) {
$text=urlMaker($text,$wrap);
}
to:
if($urls and !$bbcodes) {
//$text=urlMaker($text,$wrap);
}
also remove all [url=...] tags from bb_codes.php (encodeBB and decodeBB functions).
Moony
Registered
#3
|
Posted: 31 Mar 2005 11:06
|
Edited by: Moony
Thats it!
Riga rulez!
miniBB Support Forums
/
How To
/ How to disable HTML URLs?
↑
Top
Your Reply
Short link for this topic:
?
You are welcome to post anonymously, by entering a nickname with no password (if the similar Username has not been taken yet), or by leaving both fields empty. If you have a forums account, you can also sign in from this page without posting a message, or sign in and post at once.
Before posting, make sure your message is compliant with our
forum posting rules
. If not, it may be locked or deleted with no explanation.
News & Announcements
FAQ
How To
Bugs
The Other
Official Addons and Solutions
Custom Tutorials and Modifications
Master Class
Specific
Re-cycled
Suggestions
Testimonials
qwerty
Features
Requirements
Demo
Download
Showcase
Gallery of Arts
Compiler
Premium Extensions
Premium Support
License
Contacts
Fight the automated spam - protect your miniBB-forums,
getting the
Captcha add-on
!