Previous Thread
Next Thread
Print Thread
Rate Thread
#219361 06/19/2002 3:56 AM
Joined: Jun 2002
Posts: 47
User
User
Offline
Joined: Jun 2002
Posts: 47
I was wondering if there was a mod out there or if someone can made one to Modify the user Sig. Currently you can put up to 250 characters but what if I wanted to change that number to a higher count like 500?

Thanks

Sponsored Links
Diamond #219362 06/19/2002 8:55 AM
Joined: Mar 2002
Posts: 305
Enthusiast
Enthusiast
Offline
Joined: Mar 2002
Posts: 305
This is available in the Admin menu.

Go to "Edit config settings".
Under "Special Functions" you should find the setting called "Maximum length for signatures:".
Just change that number.


[:"red"]Lisa[/]
JacquiL #219363 06/19/2002 4:06 PM
Joined: Jun 2002
Posts: 47
User
User
Offline
Joined: Jun 2002
Posts: 47
Whoa, I just caught myself... It must be the posting at 4:00 in the morning that is getting to me... I messed up, what I meant was How Do you modify the length of the Users Bio... not Sig.... THe Bio only goes to 250 but I want to increase that to 500 or so.

Sorry about the mess up.

Diamond #219364 06/19/2002 4:28 PM
Joined: Mar 2002
Posts: 305
Enthusiast
Enthusiast
Offline
Joined: Mar 2002
Posts: 305
In changebasic.php:

find
code:
// ------------------------------------------------
// If Bio is greater than 250, the we do not allow
if ( strlen($Bio) > 250) {
$html -> not_right($ubbt_lang['BIO_TOO_LONG'],$Cat);



and change it to
code:
// ------------------------------------------------
// If Bio is greater than 500, the we do not allow
if ( strlen($Bio) > 500) {
$html -> not_right($ubbt_lang['BIO_TOO_LONG'],$Cat);

(or whatever number you wanted to use)

then, to fix the wording on the Edit Basic page,

find in /languages/english/editbasic.php
code:
$ubbt_lang['PROF_BIO'] = "Bio (up to 250 characters)";



and change to
code:
$ubbt_lang['PROF_BIO'] = "Bio (up to 500 characters)";

(or whatever number you used in the above code)



[:"red"]Lisa[/]
JacquiL #219365 06/19/2002 8:58 PM
Joined: Jun 2002
Posts: 47
User
User
Offline
Joined: Jun 2002
Posts: 47
Perfect, that was exactly what I was looking for, thank yuo very much.

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
badfrog
badfrog
somewhere on the coast of Maine
Posts: 94
Joined: March 2007
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
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 20240506)