iDo8p
Forum Replies Created
-
Forum: Plugins
In reply to: [WPMU Prefill Post] [Plugin: WPMU Prefill Post] custom order list ?Hi,
I’m so sorry. I don’t have to make it.
If someone do it for you, just send me the code and i’ll update the pluginForum: Plugins
In reply to: [WPMU Prefill Post] [Plugin: WPMU Prefill Post] "Insert" not workingThanks to you 🙂
I have updated the plugin with the fix (excerpt should also work now)Forum: Plugins
In reply to: [WPMU Prefill Post] [Plugin: WPMU Prefill Post] "Insert" not workingReplace this :
if(window.tinyMCE)
By :if(window.tinyMCE && tinyMCE.get('content'))Forum: Plugins
In reply to: [WPMU Prefill Post] [Plugin: WPMU Prefill Post] "Insert" not workingThanks,
Very strange. Does tinyMCE is loaded ?Can you try to replace the line 265 in wpmu-prefill-post.php ?
Replace this :`
if(window.tinyMCE)By :if(window.tinyMCE && tinyMCE.get(‘content’))
`Is it better ?
Forum: Plugins
In reply to: [WPMU Prefill Post] [Plugin: WPMU Prefill Post] "Insert" not workingDoes the selectbox is populated ?
Do you have same problem with firefox ?
Maybe it’s a javascript issue. Can you try with firefox and firebug activated ?Forum: Plugins
In reply to: [WPMU Prefill Post] [Plugin: WPMU Prefill Post] "Insert" not workingI’ve just try with opera 11.1 and wordpress 3.1 fresh install and it works…
Are you under windows ?
Could you list me all your enabled plugin ?thanks
Forum: Plugins
In reply to: [WPMU Prefill Post] [Plugin: WPMU Prefill Post] "Insert" not workingHi,
Could you give me more information ?
wich version of wordpress do you use ?
wich browser do you use ? Internet Explorer, firefox, chrome ?thanks,
thanks 🙂