Support Forum
it is in 2 parts. Part one is here:
https://simple-press.dev/suppo.....t/#p117400
I need to do a little more work for the second part but will come back on it.
YELLOW
SWORDFISH
|
Worked like a charm!!!Thank you!!!
In case someone claims the code doesn't work. You have to first create the topic and save it. Next, edit the topic and click the html tab and add the iframe code. Click save.
I banged in 36 videos in 42 minutes
Tada..you now have video via iframe.
that by itself worked???
should have had to use a second filter - which was created after that old post... maybe thats why you have to edit the post... you shouldnt have too...
add_filter('sph_forum_vars', 'my_forum_vars'); function my_forum_vars($strings) { $strings['checkiframe'] = 'no'; return $strings; }
that might be your issue on saving when creating...
Visit Cruise Talk Central and Mr Papa's World
Mr Papa said
that by itself worked???should have had to use a second filter - which was created after that old post... maybe thats why you have to edit the post... you shouldnt have too...
<br />
add_filter('sph_forum_vars', 'my_forum_vars'); function my_forum_vars($strings) { $strings['checkiframe'] = 'no'; return $strings; }<br />
that might be your issue on saving when creating...
You sound surprised Mr. Papa
Yes, it did work other than what I mentioned above. Thanks for the additional code, I'll add this to the library.
Thanks again,
Joe
surprised because the 2nd filter is what is need to work on the initial save... hadnt realized you could get around that filter by editing...
but with the second change, it should work fine when saving first time...
Visit Cruise Talk Central and Mr Papa's World