Results 1 to 5 of 5

Thread: Length of Title

  1. #1

    Default Length of Title

    I've noticed that some people on my site are putting in excessively long titles. Is there any way that I can limit the length to 60 characters?

  2. #2
    Join Date
    Jan 2008
    Posts
    147

    Default Re: Length of Title

    What is your site url?

  3. #3

    Default Re: Length of Title

    http://www.foxxytheater.com (Adult - Not Safe For Work)

    I never had the problem before. I had one person use incredibly long titles on 8-10 videos in a row. I went into the admin panel and manually shorted them to be under 60 characters, so the problem is fixed for this instance. I'd just like to be able to prevent it from happening in the future so that I can avoid spending time on a lot of manual edits. I'm sure there is probably a variable that can be changed somewhere to limit how many characters can be used in the title.

  4. #4
    Join Date
    Sep 2008
    Posts
    1,019

    Default Re: Length of Title

    You can probably do it by changing the input form in your upload.tpl file to have a maxlength. Find the input form that controls the type and add:

    Code:
    maxlength="60"
    To it. That will prevent people from putting more than 60 characters into the title.
    vShare Solutions
    Custom vShare Modules and Services

    Now, your visitors can watch videos on your site using their mobile or tablet device with the Mobility Mod for vShare 2.8!

  5. #5

    Default Re: Length of Title

    actually its a smart function:

    Code:
    {$show_videos[i].title|ucfirst|truncate:11:"...":true}

Similar Threads

  1. Problem With Video Length!!!
    By macintosh14568 in forum Bug Reports
    Replies: 0
    Last Post: 09-17-2008, 10:44 PM
  2. No Thumbnails Or Length of video
    By spiky1471 in forum Installation Support
    Replies: 1
    Last Post: 09-04-2008, 07:13 AM
  3. Minimum TAG length
    By MrMMB in forum Installation Support
    Replies: 1
    Last Post: 03-23-2008, 06:11 AM
  4. Increase description length
    By robaldo in forum Template Modifications
    Replies: 1
    Last Post: 10-29-2007, 12:06 PM
  5. field length length bug/exploit
    By leki in forum Fixed Bugs
    Replies: 4
    Last Post: 05-31-2007, 12:38 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •