<SKATER wrote:
-boRg- wrote:
You ned to chnage the code that ToJaRo mentions.
You will also need to change the field type in the database to 'memo' for access or a larger text size in SQL Server. However, it is set at the present limit in the database as larger file size larger than 255 will mean your database will not perform as fast and require more storage and more server memory.
|
where in the database is this info? and how do you change it? |
In your forum directory, there's a file named "admin_add_member.asp" in that file you will be able to find the following line "strSignature = Mid(Request.Form("signature"), 1, 200)"... change the 200 to 255 and you will be able to include 255 characters in your signature. That string is located in line number 108 (if you are using the free version of webwiz forums 8.05a) and also you need to change the value of the same string in tow more files, "register.asp" and "signature_preview.asp". Line number might be different for you, but you can always search your source code for that string.
Edited by outofmind - 04 June 2007 at 9:24am