And you may also want to see if everyone who has this problem is using the same skin.
I've been getting these since 3.0 came out. If you'll check, I think that they only happen to stories that have a pop up warning. At least o...
It's open source, under Mozilla Public License. Even if the original author doesn't want to update it, I'm sure someone else could. I t...
I saw that while in the middle of adding it to my main site and added it too. Thank you so much for all of this help, Tammy. You Rock!
Very nice, Tammy! I've been trying to use sections of that without using the whole thing, and that was what had me messing up. In SSI.php just ab...
So if this codeif(!isset($titleinfo)) $titleinfo = "$sitename :: $slogan";converts the site's name and slogan into $titleinfo, what do ...
Done. Could you tell me what efiction uses to display the story titles as the page title when viewing a story? I thought that $titleinfo would cover i...
Okay, I got this to work for the site name and slogan, but not for the stories... In SSI.php I added this code: if(!isset($titleinfo)) $titleinfo = &q...
Thanks Tammy. I had tried that a couple of times before, but all it did was disable tinymce completely. This time I updated my tinymce install again t...
I managed to get this mod to work with 3.3 on my test site. It took a few small changes and I don't use the shop mod, so I don't know if tha...
You'll also notice that at the top of the header.php, I also add thisglobal $inefiction;$inefiction = true;I created the $inefiction variable to ...
That fixed it. Thank you again, Tammy!
