Jump to content

Making Longer Tags


Recommended Posts

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

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

  • 2 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...