Search Results for 'updated'
-
Search Results
-
Hey all.
Due to outdated, slow, failing and not working WYSIWYG plugins, i wanted to create a new version.
The goals:
-Let TinyMCE work on all post pages (100% already
)
-Add new button which adds the [video] tag for youtube and a few more video sites. (0% since i havent treid it yet.)
-Turn TinyWYSIWYG off or on. (75% because i can hide it, but then it says no text is submitted. But quick fix: write in html, then turn Tinymce on and submit. It works as html, but a little iritating to do this way.)
Features:
-Can be easily updated, source is TinyMCE’s.
-Good experience, and loads of things work, like ,<span>
-Has easy UI same as MS Office 2007.
So any volunteers to help out the small things and make this as a plugin.
Note: The [video] PHP coding part is ready, needs to add button which wraps the [video]url-of-video[/video]
The video part will be a lose part too.
Hey.
When i tried Easy Video Embed i had alot of problems with all IE versions.
Now i added the new <iframe> from youtube in it. Also i updated the old code and made that for IE only, cause they dont support html5. I cant contact or add the new files so maybe sombody else wants to?
O yeah it works on 1.0.3 of course
here is the new code:
<br />
function ae_detect_ie()<br />
{<br />
if (isset($_SERVER['HTTP_USER_AGENT']) &&<br />
(strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false))<br />
return true;<br />
else<br />
return false;<br />
}</p>
<p>...............................(60 lines of code)</p>
<p>if (ae_detect_ie())
{$post_text = preg_replace('#[video]http://([a-zA-Z0-9]+.|)youtube.com/.*v=([a-zA-Z0-9_-]+).*[/video]#i', ' <object width="640" height="510"><param name="movie" value="http://www.youtube.com/v/\1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/\2" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="510"></embed></object>',$post_text); }
else
{ $post_text = preg_replace('#[video]http://([a-zA-Z0-9]+.|)youtube.com/.*v=([a-zA-Z0-9_-]+).*[/video]#i', '<iframe title="YouTube video player" width="853" height="510" src="http://www.youtube.com/v/\2"frameborder="0" allowfullscreen></iframe>',$post_text);<br />
} </p>
<p>test it here:
Topic: Restricted / hidden forums
This might be seen as spam (if so, apologies) but since there’s no way to respond to plugins or add any of them anymore, I figured I’d post one here.
All three current restricted forums plugins are broken (two haven’t been updated since 2007…) I’ve taken the time to actually develop a new one that works just like the “Private Forums” but actually works
http://stephanmuller.nl/restricted-forums-bbpress/
Let me know if you have any feature requests or bugs!
Stephan
Seems like there is a whole lot of older information on this, but i can’t really find anything current. I keep landing on this plugin:
http://bbpress.org/plugins/topic/bbpress-latest-discussion-for-wp/
Curious if anyone is using it succesfully still. It hasn’t been updated in quite some time and user feedback is marginal at best and it’s littered with various work arounds and hacks… It’s not really a plug-and-play situation either… wanted a little feedback for a waste a bunch of time.