Quote:
Originally Posted by Cap'n Steve
I'm almost afraid to ask.
|
As well you should be. Actually, anything I place between the open and close randomquote - even just a space -allows it to function. So I'm good here...
Quote:
Originally Posted by Cap'n Steve
There must be a hook for previewing signatures that I missed. If you're feeling adventurous, you could look at the other "Finalize BBCode" plugins and try to copy that code to a plugin at whatever hook is called when previewing.
|
That's next.
Quote:
Originally Posted by Cap'n Steve
I don't think it's a missing end tag, but running it through http://validator.w3.org/ might help you pinpoint the problem.
|
Oh thanks for that. I need constant reminders of how poor the rest of my pages are!
Here's an off the wall issue that might be related. Viewing source from an interior page that works shows this:
<script type="text/javascript">
and it may be a co-incidence but the bad page (from CMPS) shows this view source:
<script type=\"text/javascript\">
Escaped quotes mean anything to you?
UPDATE: Commented out line 809 in functions_quoteit.php and it's officially working on my front page in vBavanced.
$tempinclude = str_replace('"', '\"', $tempinclude);
I'll shut up for a little while!