yos40 Posted March 20, 2008 Posted March 20, 2008 Hello guys, I seem to have a small problem, My title gets cut off after a set lenght of charchters, how can i change it? or even remove the limit compleatly? Thanks for all the help Yossi
Jack_mcs Posted March 20, 2008 Posted March 20, 2008 You need to change that directly in the database using phpmyadmin (or something similar). Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
yos40 Posted March 23, 2008 Author Posted March 23, 2008 You need to change that directly in the database using phpmyadmin (or something similar). Jack thanks for the reply, but how do i do it? What should i change, do you mind writing the code because I'm not so good with mysql
yos40 Posted March 23, 2008 Author Posted March 23, 2008 thanks for the reply, but how do i do it?What should i change, do you mind writing the code because I'm not so good with mysql Thanks for the help, I was able to change it myself with a little trail and error, For whoever is interested this is the commend ALTER TABLE `products_description` CHANGE `products_name` `products_name` VARCHAR( 200 ) NOT NULL where 200 is the variable, it used to be 64 i made it 200 so i will have no limit Thanks again Yossi
Recommended Posts
Archived
This topic is now archived and is closed to further replies.