![]() |
Still having a couple of problems... Mostly everything is good, but I wanted to "uncheck" the vBenhanced box in the config file and tried to do it through the admin panel, but got that same ugly message I was getting before I changed the permissions... Fatal error: Call to undefined function: is_wysiwyg_compatible() in /home2/digiscr/public_html/photopost/showphoto.php on line 922 For some reason, it doesn't seem to like apostrophe's or quotation marks...see this post: http://www.digiscrapdivas.com/photop...2272&limit=all These things are working fine in the forums, so it's just a problem over here. Oh, and Chuck, if you see this, on the ppostfeeder thing, I was running 5.12 before so I didn't make that big of a change...but I know that isn't really your problem. Thing is, the guy who wrote that mod isn't using Photopost anymore so he doesn't support the mod anymore. I've had to take it off my page for now...boo hoo :( ! Thanks! |
Hello you need to have vb3enhanced on in 3.5 as that is how we get all the needed variables we need to display things like wysiwyg etc I dont see anything wrong with the page your linking is there something I should be seeing here |
Okay, but if I did choose to turn it off, should I be getting that ugly message? Please look at the very last line of the photo details...it has replaced the quotation marks with " . Why is that? It also doesn't like apostrophes and replace them with slashes, as you can see in that same line. |
Can I please get some help with this? Do I need to start a support ticket? The issue I am describing in the last paragraph of my last post is really getting to be a problem. |
The link you posted above has no such issues you describe however the quot thing has been answered in another thread here is what was posted In showphoto.php $desc = convert_markups( $desc ); change to this $desc = convert_markups( un_htmlspecialchars( $desc ) ); |
Yes, Chuck, it does have the issues...as I said, in the last line of the photo description area. However, since I did what you suggested, all but the slash are gone. Here's another issue, though... Please go to this post: http://www.digiscrapdivas.com/photop...1844&nocache=1 and point at the Buy It Here link in the description. This is the code that is in there for the link: url=http://www.digiscrapdivas.com/shop/index.php?main_page=product_info&products_id=93]Buy it here![/url] I left off the opening bracket so it wouldn't show as a link here. Anyway, if you hover over that link on the page where the layout shows, you see this link displayed: http://www.digidivadesigns.com/shop/...products_id=70 Where is the amp; coming from? It's breaking all my links. |
You need to make an edit as normally html is not allowed in posts which is a security feature so we dont account for it. HTML has never been supported in photopost and there is always an edit one way or another that had to be made in previous versions as well. There is an edit you can do to make the html display right Code: Content visible to verified customers only.Code: Content visible to verified customers only. |
Oh, thank you, thank you, thank you! All is well now, I think. |
Well, almost... I'm still having the slashes showing up in the descriptions and comments. Can you please tell me how to get rid of those? Here's an example: http://www.digiscrapdivas.com/photop...php?photo=2646 Thanks! |
Okay try this lines 411-412 of bulkupload make the lines this they are this $title = $deftitle; $desc = $defdesc; make them this $title = stripslashes($deftitle); $desc = stripslashes($defdesc); |
So, that won't go back and fix the already uploaded ones, but it keeps it from happening on new uploads, right? |
you got it that is affirmative |
| All times are GMT -5. The time now is 06:44 AM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0