Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author AntoineH

    (@antoineh)

    That has to be an encoding issue. If polish Fonts work in your regular wordpress posts and pages, then check your table/field settings. Look for the collation setting in a wordpress table and use the same setting for the pool_wp_* tables. Maybe that will work.

    Plugin Author AntoineH

    (@antoineh)

    Correct settings should be utf8_general_ci.

    I changed the install scripts for a future update. You can change it manually in phpMyAdmin or wait a few days for my next version of the plugin.

    Thread Starter Maly77

    (@maly77)

    I changed the collation setting for the pool_wp_* tables – it does not work.
    I added a new question – there is still no Polish fonts.

    Plugin Author AntoineH

    (@antoineh)

    Did you also change the column settings?

    Example for the bonusquestions-table (but make sure you also change the bonusquestion_types- and bonusquestions_useranswers-table):

    ALTER TABLE pool_wp_bonusquestions DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
    ALTER TABLE pool_wp_bonusquestions CHANGE question question TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '';
    ALTER TABLE pool_wp_bonusquestions CHANGE answer answer VARCHAR( 200 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '';

    Thread Starter Maly77

    (@maly77)

    Yes – now works.
    I changed all other columns in the database.
    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Football Pool] Polish fonts in bonus questions’ is closed to new replies.