bbcode_parse..."> bbcode_parse...">
 
Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Nov 2003
Posts: 482
Enthusiast
Enthusiast
Offline
Joined: Nov 2003
Posts: 482
sure.. you can..

you'd need to edit libs/html.inc.php

and add after the signature restriction
PHP Code
	 if ($type == "signature") {
$this->bbcode_parser->disallow_tag("custom");
}

if (
$type == "shoutbox") {
$this->bbcode_parser->disallow_tag("custom");
$this->bbcode_parser->disallow_tag("code");
$this->bbcode_parser->disallow_tag("php");
$this->bbcode_parser->disallow_tag("noparse");
$this->bbcode_parser->disallow_tag("quote");
$this->bbcode_parser->disallow_tag("post");
$this->bbcode_parser->disallow_tag("spoiler");
}


you'd put in whatever tags you would NOT like to be allowed in the shoutbox..

then go to libs/bbcode.inc.php and not return right away if 'shoutbox' but fall thru and parse the stuff..

one additional thing is for parsing 'magic urls', to not include the long string of the url, but to make it a clickable short link, like '[ Click Me ]'

then it works.. i've done this for my Shoutbox on a couple of sites..

one further thing i did, since i allow img's in the shoutbox, i added some css, to shrink down the images to a max-width kinda dealio so as to not 'break' the shoutbox..

Sponsored Links
Entire Thread
Subject Posted By Posted
Shout Box Help. DougMM 07/15/2009 2:32 AM
Re: Shout Box Help. DougMMcts 01/10/2010 3:21 AM
Re: Shout Box Help. sirdude 01/11/2010 8:51 PM

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Zarzal
Zarzal
Berlin, Germany
Posts: 808
Joined: July 2001
Forum Statistics
Forums63
Topics37,575
Posts293,931
Members13,823
Most Online6,139
Sep 21st, 2024
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,834
Greg Hard 4,625
Top Posters(30 Days)
Gizmo 1
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2025 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.1
(Snapshot build 20240918)