XF 2.0 Increase the character count for location

aeriverse

Member
I would like to increase the character input amount for the location field, but I can't seem to figure out how to do it.

I believe this is the code in question:
Code:
<xen:if is="@messageShowLocation AND {$user.location}">

                    <dl class="pairsJustified">

                        <dt>{xen:phrase location}:</dt>

                        <dd><a href="{xen:link 'misc/location-info', '', 'location={xen:string censor, $user.location, '-'}'}" target="_blank" rel="nofollow" itemprop="address" class="concealed">{xen:string censor, $user.location}</a></dd>

                    </dl>

My site is aeriverse.com. Thanks!
 
Top Bottom