David posts
Templates?
Can you give us an idea of what the page looks like? screen-grab of output? photo of the latest whiteboard? :) etc. |
Contact form plugin with proper input validationNice work! I particularly like the “non-destructive” part. :) My only suggestion at the moment would be to include the installation directions from your “labs” download page as a .txt file within the .zip itself. |
XSS VulnerabilityIt seems to vary not only by browser, but also by host. At a rough estimate, about 50% of the Frog sites I tried this on echoed the scripted message. It also varied with browser (as you note), with Opera being very quick to comply :) on some occasions. But Martijn is on the case, I see. ;) |
[Sticky] Live sites running Frog CMS
@Pnikosis – I think that means w00t!!, doesn’t it? :) Congratulations! |
XSS VulnerabilityHmmm… I’m puzzled too. I can’t reproduce this on either 0.9.4 or 0.9.5 with or without mod_rewrite enabled. I get “access forbidden” messages or 404’s. |
Custom PHP in Frog
Practice. ;) Actually, the trick is to make sure you have a blank line before you use Textile’s “nn.” type paragraph markers. You can also have a look at the examples in the Textile Reference Manual, or edit that topic post and see what the markup looks like now. Hope you get some PHP help, btw! ;) |
display page_partHi there! I’m just a little puzzled why you wanted to extend the “page-part” table, and did not simply make “title” and “cites” as page-parts themselves!
That doesn’t help you with your table problem, but it might suggest a more simple way of using Frog! If I have misunderstood, perhaps you could explain what you are trying to accomplish…? |
blank plugin pageHi again – just to be clear: did you download the plugin direction from “erajad” (the link above)? or did you follow the link to the downloads page at FrogTools?
Here’s hoping… |
blank plugin pageHi padd – on your live site, try removing the README.txt from the plugin directory. In other words, upload just the “index.php” file to the contact_form directory. See if that helps… |
Google Maps plugin?P.s. If I leave the “Marker” values blank (for Google default), I get a blank. Otherwise, ticking along nicely! :) |
Google Maps plugin?I was looking forward to giving this a go … but when I enabled it, it broke my Admin/Settings page. :( It simply stopped processing at the point it got to GoogleMaps. Removing it from my plugins directory cleared it up. Any ideas?? Update: That was on r384. I just tried it with r403, and it seems fine. :) |
Asset manager plugin
Hmmm… That’s a different “white-box problem”! :) If you look really, really closely at wiggst3r’s pic, you’ll see that the “white-box” is teensy-tiny, so there’s no remnant of a target image left at all. At least your “white box” seems to be finding SOMEthing! |
Table managerHi Gijs, and welcome!
To the best of my knowledge, there isn’t such. I expect people that want to edit table data directly have simply been using phpMyAdmin to this point.
My first thought is that it might allow some editing of page-part names which is something one user wants to do. There may well be other uses, too. If you’ve found uses for it on other platforms, then perhaps its availability would enhance working with Frog! IMO, of course… :) What do others think? Could this be a step towards “custom fields”…? |
Asset manager plugin
I had that too, and my problem was out-of-date supporting plugins. As tuupola suggests, first thing to do is to get the latest version of all of them. |
Nested navigation not producing W3C compliant HTML
Found it, BlueFrog. It was yours! :)
Update: I have adjusted the cookbook entry and tested that code. Please let me know if any niggles remain! |
Continual 'PHP Fatal error' - but no problems???Do you know what page throws the error? Failing that, is there a page with a page-part (a “sidebar” perhaps? more likely than an “extended”) with a bit of code in its line 16 that isn’t quite following the rules? You could also try turning on frontend error messages by setting this value in config.php (around line 14 in a default 0.9.4 install):
That ought to help, too — hopefully! |
Continual 'PHP Fatal error' - but no problems???
Then the relevant part of the error message is this:
Which is the offensive “line 16”? Layout? snippet? content? or page-part? Seems like the latter, from the |
htaccess redirect produces 404Any help here, David? |
Spam fighting in comments?With no plugin developers inspired to take up the Akismet challenge, there’s perhaps little point in adding another possibility, but… …does anyone have experiece of Mollom? From their plugins list, I see there’s a Radiant plugin, and maybe with the “PHP5 class” available, it wouldn’t take long for those with the skills to knock out a Frog plugin? |
Need little help with Lavalamp menuHi jackie – I know nothing about jQuery (other people around here do, though!), but I see two potential problems: 1. Your code doesn’t seem to be producing the
“pseudo-li” injection that positions the background blob :) correctly. Or am I looking in the wrong place? 2. The lava-lamp expects styling on the
Which is just the default nav with the “current” class attached to the Hope you can make some progress with this. It looks like a funky menu thing! :) |
ContactThanks Zigmat! Can’t believe I/we missed that one, and that it has gone unreported until now! |
Croatian translationNicely done — and committed. Thanks jackie! |
Multilingual sitesJust to keep the relevant references in a single thread … … I just ran across Sitepress which looks like a multilingual Wordpress plugin on steroids. (P.s. Zigmat has a new Gravatar! :P ) |
Magazine/Newspaper publishing
|
Sub menus not showing when child is watched
It is implemented in that code. :)
Yep! I’m no CSS guru, but I think the problem is that “bold” is not a style — it’s a weight (handy reference):
Try that and see if it helps. |