Previous Thread
Next Thread
Print Thread
Rate Thread
#117994 04/20/2001 11:00 AM
Joined: Oct 2000
Posts: 99
Member
Member
Offline
Joined: Oct 2000
Posts: 99
Where do I need to change if i want to change the UBBCode? I want to change it to Swedish, so instead of writing [code] my guests writes [kod]!

Sponsored Links
#117995 04/20/2001 11:31 AM
Joined: Jan 2001
Posts: 156
Member
Member
Offline
Joined: Jan 2001
Posts: 156
what code? you mean the public displayed text?

control panel -> wordlets.

for the help/faq and the ubb code page, go to the template folder and edit public_faq.pl and ubb_code_page.pl

#117996 04/20/2001 12:25 PM
Joined: Oct 2000
Posts: 99
Member
Member
Offline
Joined: Oct 2000
Posts: 99
No the [code] [img] [I] that are used when making an post

#117997 04/20/2001 12:29 PM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
If I understood you correctly:

##############
# OPEN ubb_lib.cgi #
##############

FIND
====

$_[0] =~ s,(
Code
)(.+?)(
),
code:
$2

,isg;

REPLACE WITH
============

$_[0] =~ s,([kod])(.+?)([/kod]),
kod:
$2

,isg;


FIND
====

$_[0] =~ s/(
code:
?)(.+?)(

)/
Code
$2
/isg;

REPLACE WITH
============
$_[0] =~ s/(
kod:
?)(.+?)(

)/[KOD]$2[/KOD]/isg;

###################
# OPEN ubb_lib_posting.cgi #
###################

FIND
====
$_[0] =~ s/(
code:
?)(.+?)(

)/
Code
$2
/isg;

REPLACE WITH
============
$_[0] =~ s/(
kod:
?)(.+?)(

)/[KOD]$2[/KOD]/isg;

##################
# OPEN public_common.pl #
##################

FIND
====
var codeUBBCode = "[CODE] [/ CODE]";

REPLACE WITH
============
var codeUBBCode = "[KOD] [/KOD]";


###########################
# Upload the file, clear your cache, etc.

[ April 20, 2001 12:38 PM: Message edited by: LK ]

#117998 04/20/2001 12:41 PM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Now for IMG/I: Hmm... I think in Swedish it's the same... What do you want to change it to?

Sponsored Links

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
isaac
isaac
California
Posts: 1,157
Joined: July 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
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,833
Greg Hard 4,625
Top Posters(30 Days)
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-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)