Guest Posted February 2, 2003 Share Posted February 2, 2003 :?: Is there any way to up the maximum text length for the product name? Some of the product names are lengthy because they are book titles (including subtitles). :( EXAMPLE: Should be: The Wicca Garden: A Modern Witch's Book of Magickal and Enchanted Herbs and Plants Is only showing: The Wicca Garden: A Modern Witch's Book of Magickal and Enchante Thanks! Link to comment Share on other sites More sharing options...
rseigel Posted February 2, 2003 Share Posted February 2, 2003 Change it directly in the database. Link to comment Share on other sites More sharing options...
Guest Posted February 3, 2003 Share Posted February 3, 2003 Change it directly in the database. Ok, so now the question would be...how do you do that? Link to comment Share on other sites More sharing options...
rseigel Posted February 3, 2003 Share Posted February 3, 2003 Depends on the server. If you have a hosted account most likely you already have phpmyadmin installed. Poke around your control panel. Link to comment Share on other sites More sharing options...
Guest Posted February 3, 2003 Share Posted February 3, 2003 Specifically what would need to be changed in the database? I have no control over the server nor am I allowed to have access. I will need to contact the person in charge and have them change it. They will want from me specifically what needs to be changed and to what. From what I was told, only certain things can be changed or it might break the database. Link to comment Share on other sites More sharing options...
Guest Posted February 3, 2003 Share Posted February 3, 2003 in the products_description table, in the field products_name, change the type to varchar(your_desired_value). It is varchar(64) by default. Link to comment Share on other sites More sharing options...
Guest Posted February 3, 2003 Share Posted February 3, 2003 you could even change the type to "text" Link to comment Share on other sites More sharing options...
Guest Posted February 3, 2003 Share Posted February 3, 2003 Thank you. I will pass this information on to the person who runs the server. Link to comment Share on other sites More sharing options...
agtlewis Posted February 4, 2003 Share Posted February 4, 2003 install phpmyadmin for direct database access. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.