I like your mod. But when I added a youtube bbcode, for whatever reason, the preview was showing up as N/A. So I applied the change in functions_posting_wysiwym.php (wbbcode_replace) - and everything worked again.
But then I made another new bbcode - this one was for a spoiler tag:
- Code: Select all
<div style="margin:20px; margin-top:5px"><div class="quotetitle"><b>Spoiler:</b> <input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }" /></div><div class="quotecontent"><div style="display: none;">{TEXT}</div></div></div>
And once again, the preview is back to saying N/A. What can I do to change this? Thanks!
phpBB en Español