You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 59 guest(s) and 1 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - sig length [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
jessie00721
Nuke Soldier
Nuke Soldier


Joined: May 22, 2003
Posts: 10


PostPosted: Thu May 22, 2003 8:58 am Reply with quoteBack to top

I have been looking for a solution for this problem for some time now but with no success. Basically, the signature length will not go past 255 characters, even if you set it at 9999 in the admin panel it will just erase anything over 255. Any help on this matter would be greatly apprieciated.

Thanks in advance,
Jessie00721
Find all posts by jessie00721View user's profileSend private message
ArtificialIntel



Joined: Jan 31, 2004
Posts: -88


PostPosted: Thu May 22, 2003 9:07 am Reply with quoteBack to top

it needs to be changed in the database using phpMyAdmin too.

AI
Find all posts by ArtificialIntelView user's profileSend private message
Raven
General
General


Joined: Mar 22, 2003
Posts: 5233

Location: USA

PostPosted: Thu May 22, 2003 9:08 am Reply with quoteBack to top

Use phpMyAdmin and issue the following statement
Code:
ALTER TABLE `nuke_users` CHANGE `user_sig` `user_sig` VARCHAR( 500 ) NULL

Keep in mind that this alters the user table. Also, you need to be aware that the varchar() type has a limit of 2000, if I remember right. It might even be 1000. Check the manual.

_________________
Those who hear not the music think the dancers mad.
Raven Web Hosting|My Scripts & Stuff
Find all posts by RavenView user's profileSend private messageVisit poster's website
1stCD
Nuke Cadet
Nuke Cadet


Joined: May 22, 2003
Posts: 2


PostPosted: Thu May 22, 2003 7:47 pm Reply with quoteBack to top

Hello,

I'm Trying to do what u guys said but i get this Error:

Quote:
Database onestcdn_nuke - table nuke_users running on localhost
Error

SQL-query :

ALTER TABLE `nuke_users` CHANGE `user_sig` `user_sig` VARCHAR( 4750 ) NULL

MySQL said:


Too big column length for column 'user_sig' (max = 255). Use BLOB instead


Can u help me?

Thanks,
Find all posts by 1stCDView user's profileSend private message
Raven
General
General


Joined: Mar 22, 2003
Posts: 5233

Location: USA

PostPosted: Thu May 22, 2003 7:51 pm Reply with quoteBack to top

Did you read my previous post closely? I warned you that there was a maximum length limit on type varchar(). That's what it is telling you. You need to change VARCHAR to BLOB or TEXT. Try using BLOB.

_________________
Those who hear not the music think the dancers mad.
Raven Web Hosting|My Scripts & Stuff
Find all posts by RavenView user's profileSend private messageVisit poster's website
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.184 Seconds - 248 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::