Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    First of all, thanks for a great plugin! It has exactly what I’m looking for except for the little detail emmdub writing about. It would be great if the Media Vault checkbox also loads in the popup media uploader when adding a file to a post. Is this something you are looking into?

    Thanks

    Br,
    Hans

    Hi!

    First of all, thanks for all your work with this great plugin!

    I would also be very glad if the translation part could be fixed. For me it is necessary to be able to use the plugin in my non-english site and I would be very greatful if you choose to prioritize this.

    Thread Starter hanbr

    (@hanbr)

    Thanks for adding the UTF-8 / DB charset capability!

    Though, I still think it is a bug in the search and replace loop. When you have the special case where you have a match on let say two of the search strings in the same column, then I think you will get an update SQL with same column twice:

    UPDATESQL = UPDATE <table> SET columnX = “edited_data_after_first_ replace’, columnX = ‘edited_data_after_second_replace’

    The ‘edited_data_after_second_replace’ is the result after a replace on $data_to_fix which is set to $row[$current_column] in the beginning of the loop which means that the first replace will have no effect.

    This might be a rare case but I noticed such column for a plugin that saved all it option data serialized in one column.

    BR,
    Hans

Viewing 3 replies - 1 through 3 (of 3 total)