Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Praveen Rajan

    (@praveen-rajan)

    You will have to change MySQL database schema as well to increase video title length.

    admin/gallery-details.php

    search for size="50" and alter accordingly.

    Regards,
    Praveen Rajan

    Thread Starter Stalin45

    (@stalin45)

    It hasn’t helped 🙁
    In the beginning I thought, that i have to change this code:
    video_title varchar( 20 ) NULL
    But nothing happened.
    Only 20 letters in a title of a video, not more.
    Could you help?

    Plugin Author Praveen Rajan

    (@praveen-rajan)

    @ Stalin45

    Please change the database schema as mentioned earlier to change varchar(20) to mediumtext.

    Or if you change the above, uninstall the plugin and activate it once again through CVG admin panel.

    Together with this, you will have to modify the above mentioned file also.

    Regards,
    Praveen Rajan

    Thread Starter Stalin45

    (@stalin45)

    Thank you very much!
    My apologies, i didn’t know anything about MySQL until this moment!
    All are working!

    Best regards.

    Plugin Author Praveen Rajan

    (@praveen-rajan)

    @stalin45

    Good to know 🙂

    Please provide ur valuable ratings and reviews on CVG.

    Regards,
    Praveen Rajan

    Could you go through more detail about changing MySQL? Where can I find this file, and where is the part of the code that must be changed? I have no coding background, so please explain thoroughly.

    Thank you, I would really like this plugin to work for me!

    Plugin Author Praveen Rajan

    (@praveen-rajan)

    @ amenmo13

    In order to change database schema after you install the plugin, you will required phpmyadmin tool in your server to look into the database and then will have to alter the database table structure.

    Other modifications that need to be done are on plugin files as mentioned earlier.

    cool-video-gallery/admin/gallery-details.php

    In addition to this, in file cool-video-gallery/cool-video-gallery.php find

    video_title varchar( 20 ) NULL and change it to video_title mediumtext NULL similar to other table columns.

    Regards,
    Praveen Rajan

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Max video title length’ is closed to new replies.