Here's a new FrogCode widget:
https://www.frogeducation.com/community/frogcode/frogcode-showcase/visitor-log
We worked with George Bligh from Greenshaw on this widget. When someone views a page with this widget on, it records their visit. Anyone with Edit and Manage rights gets a button which displays a list of all visitors, their profile, their children (if a parent), how many times they have visited the site and the time and date of their last visit.
(This widget uses the datastore - a little known about feature of Frog's API.)
Updates
This latest version 2.2 includes a "copy to clipboard" button, which allows you to copy the whole table and paste it into a spreadsheet program like Excel.
The second new feature includes the ability to alter the Datastore's reference. So if you wish to reset the log, instead of deleting the widget and adding it again, you can now change the reference and the information will remain stored.
The brilliant @Simon Law has built a new widget which adds a site's menu to a page, to save us all from having to do this manually using text widgets.
You can download this from the showcase page:
https://www.frogeducation.com/community/frogcode/frogcode-showcase/navigation
When I posted the snippet to allow you to restyle of My Notes, I hadn't thought that it wasn't as straight forward to change the title of Phrase of the Day. This bit of CSS is the easiest way I've found of changing all Phrases of the Day, although if you combine it with the the technique(?) mentioned in the restyling My Notes, you can restyle individual widgets in the same way.
<style>
.widget_phrase-wrap .header {
height:50px;
overflow:hidden;
}
.widget_phrase-wrap .header h2::before {
content: 'My own title \a';
white-space: pre;
}
</style>
Hi
Is there any way I can get a nested page to be centred on a page?
I have created a number of pages with three equal columns - each one has an text widget containing an icon image linked to various places. Each of these 3 column pages are then nested onto one page.
It looks fine on a PC as all three columns show across the page but on a phone it justifies to the left.upsetting the design.
HI
I am trying to update a the widget image on a widget I have created (well @Graham Quince created really) . I can't get the image to change.
I have called it icon.png.. I have clicked on Update Image in the assets / Icon.png section and it uploads the new image but does not use it. I have logged out and logged in again . The original image that was in place is still used when I look at the widget list, but it has disappeared under assests/icon.png
Ann