• Resolved ali4ever4

    (@ali4ever4)


    i needed to use this great gallery with an Arabic site
    where it is required that the site admin must be able to add titles and description in Arabic

    issue is when doing that everything the admin writes become question marks
    ‘???????????????????????’

    the solution needs to change inside the database by default when you install this plugin it creates two tables in your database

    wp_cvg_gallery
    and
    wp_cvg_videos

    both with Collation latin1_swedish_ci

    which need to be changed to utf8_unicode_ci

    also inside the two tables there will be columns for desc and titles
    whose collation also need to be changed to utf8_unicode_ci to be able to use non-english charset like arabic or chinease or hebrow

    http://wordpress.org/extend/plugins/cool-video-gallery/

  • The topic ‘adding desc and titles of non english languages [solution inside]’ is closed to new replies.