![]() |
category descriptions Does anyone know how I can make the category descriptions longer...just don't know where to go to edit the amount of allowed characters:confused: |
The descriptions are limited by mysql varchar field. Only way to make them longer would be to say change the field to a text field which would require you to alter the database possibly with a query like this ALTER TABLE pp_categories CHANGE description description TEXT default NULL; |
Thanks for the answer...Appreciate it. |
No problem have a good evening |
| All times are GMT -5. The time now is 10:22 AM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0