_________________ 05\' KingCab Titan SE,Smoke ,Flowmaster 70 Series duel straight back ss tips, Mud Gaurds,Hawaiian seat covers,Nissan Step Rails,Bed Liner,Kenwood dvd stereo 1,xta480.2 XstreamSound amp,1,xta480.4 XtreamSound amp,2 MB Quart front speaker 2 Polk 6500 back s
ALTER TABLE `nuke_users` CHANGE `user_sig` `user_sig` TEXT NULL DEFAULT NULL
to explain this code ill tell u what this does..now this changes it from varchar to text..no limit on the code amount...evaders would know more about whether or not this is the correct way to do it..using text instead of varchar...but i know it works...it even allows bbcode still so yeah.
_________________
for those who STAND shall NEVER fall and those who fall shall rise once more...never give up the end is just another beginning.
um soo i just go into myphpadmin and go to user sig and click on sql and add that line to the query and hit save? yes im a newbie
_________________ 05\' KingCab Titan SE,Smoke ,Flowmaster 70 Series duel straight back ss tips, Mud Gaurds,Hawaiian seat covers,Nissan Step Rails,Bed Liner,Kenwood dvd stereo 1,xta480.2 XstreamSound amp,1,xta480.4 XtreamSound amp,2 MB Quart front speaker 2 Polk 6500 back s
OMG it WORKS! thanks so much darklord you are the man! now i can get some sleep i cant thank you enough .
_________________ 05\' KingCab Titan SE,Smoke ,Flowmaster 70 Series duel straight back ss tips, Mud Gaurds,Hawaiian seat covers,Nissan Step Rails,Bed Liner,Kenwood dvd stereo 1,xta480.2 XstreamSound amp,1,xta480.4 XtreamSound amp,2 MB Quart front speaker 2 Polk 6500 back s
What darklord posted will work. Just for efficiency, I would leave it as a VARCHAR with a specific text limit.. say 1000 characters. That way, people can't post "books" of text in their signatures.
Couple of questions regaurding the signature area of the forum. A few people have been having this problem it seems like forever and Ive posted this one here before, but never got a solution for it. It seems its been happening since the release of Nuke 7.7+, currently using v7.9.031e
Currently I have the signature settings in the forum/admin section set to 1500 characters and the databae reflects the same amount, but that doenst seem to work because everything gets cut of at around 250.. some characters no matter what the admin settings are.
I checked the database, namely this table:
Server: localhost - Table: nuke_bbconfig
I then browsed it and here regaurding the sig it states the correct value of 1500: Edit
max_sig_chars 1500
now when I choose to edit that area, to view it it says:
config_value varchar(255)
is this whats killing my listed characters number, is this setting only allowing me a maximum of
varchar(255)
no matter what I set the admin amount to?
Also when going the the nuke_users table and try adjusting this section
user_sig varchar(255) Yes NULL
and try to set it higher than 255 characters it will not allow it. Like the same area above, its seems to be syuck at 255 characters..