Tim
Forum Replies Created
-
Thanks for your response, I sent an email to [email protected] 1.5 days ago and now another message via the contact form here https://opcodespace.com/contact-us/
Forum: Hacks
In reply to: import of postmeta serialized dataThank you very much for your reply bcworkz. Update_post_meta was a very useful hint. In addition I found this post and finally understood how the serialization works: https://wordpress.stackexchange.com/questions/88327/importing-from-xml-is-ignoring-serialized-custom-field
So i imported my data via some self-defined delimiters and coded a script to split this data and update the database field via the update_post_meta() function. worked perfectly. Thanks a lot!
Forum: Plugins
In reply to: [Codestyling Localization] JS error – plugin not workingI am facing exactly the same issue like straw 94. I just installed version 1.99.30 but this did not change anything.
When I go to Tools -> Localization it says:
Scripting Guard [ details ] The Plugin Codestyling Localization was forced to protect its own page rendering process against 999 incidents !
under details I even find the following entry:
Malfunction at 3rd party Plugin detected!
Name: CodeStyling Localization | Author: Heiko Rabe
Below listed scripts has been automatically stripped because of injection:*domain*/wp-content/plugins/codestyling-localization-1/js/prototype.js
*domain*/wp-content/plugins/codestyling-localization-1/js/wp-scriptaculous.js
*domain*/wp-content/plugins/codestyling-localization-1/js/effects.jsSo prototype.js has been removed and I guess this must be the reason if I understand your earlier postings right!? Any idea what could be the reason or what I could do?
Thanks in advance.
Cheers,
Kool