Henny Posted January 1, 2012 Share Posted January 1, 2012 I want to make my tags longer (the text size is 33 now, I will make this 50). Changing it in AdminTags.php to 50 is not working, see attachment. <div class="margin-form"> <input type="text" size="33" name="name" value="'.htmlentities($this->getFieldValue($obj, 'name'), ENT_COMPAT, 'UTF-8').'" /> <sup>*</sup> </div> Doe annybody know how I can fix this? I'm using version 1.3 AdminTags.php Link to comment Share on other sites More sharing options...
phrasespot Posted January 5, 2012 Share Posted January 5, 2012 I want to make my tags longer (the text size is 33 now, I will make this 50). The way you're trying will not work. You are just changing the size allowed in the form field. First find the table <prefix>_tag in your PS DB and change the name field type from VARCHAR(32) to VARCHAR(50). Then make the changes you already tried. Make backups first. Link to comment Share on other sites More sharing options...
Henny Posted January 18, 2012 Author Share Posted January 18, 2012 Thanks Phrasepot, I found it, it works well now. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now