Jump to content

Recommended Posts

Posted
On 29/03/2019 at 11:39, adamw said:

Right, so I've had a look at the code and it seems that to open a site at a certain page you need to do this:

[yourfrogurl]/app/os?site=[site_uuid]&page=[page_external_link]

So, the external link for a page is basically the page name with the spaces replaced by dashes - for example: "page 1" will become "page-1"

How you get this page external link easily I don't know, but you could try using the page picker widget preference type and seeing what that returns for you, for example:


 page: {
                type: 'pagepicker',
                label: 'label.page_url',
                defaultValue: JSON.stringify({
                    page_uuid: '',
                    site_uuid: ''
                })
            }

and then using the page uuid that the pref gives you and then making a call to get the page object, which may have the external link name in it.


Sites.Models.Pages.findOne({page_uuid: page.page_uuid}).done(function(data){
	//do something with data here
});

No idea if that will work, but would be worth a try. If I get a spare moment (ahahahahahahaha) I'll have a look.

Thanks @adamw Must be bug fixing time if a new frog update is about to drop!

This approach seems to cause frog to reload which is a bit weird and you lose the sites already open (including the one with the picture series). Is there a way to modify this code that opens a site?

Frog.Model.api('sites.getByUuid', {
  uuid: uuid
}).done(function(resp) {
  FrogOS.openSite({
    site: resp.data.link,
    page: resp.pages[page-uuid]
  });
});

If not, what about using just the code to open the site with a timeout to trigger that site's menu changelocation event?

Posted
On 29/03/2019 at 11:55, ADT said:

Conkie's Widget in action already.... No more blank pages with long sub menus...... (Well once i get round to replacing them all)..... ?

 

image.png

Nice!

Posted
4 minutes ago, gbligh said:
Started to use this today but it's quite slow to navigate to the page linked. Is this normal?

When you say slow.......  how slow???  Its working ok here!! 

Posted
20 minutes ago, gbligh said:

Here is a video. You'll see the mouse clicks in the video. It lags when I choose 'Room Booking Request'. I've only set up 1 image now to test.

picture_series_delay.mov

That doesn't look good...  have you tried turning it on and off again??? 9_9

Posted

It uses the same code as the ‘menu’ frog code widget. Do you have this one downloaded? Just wondering if you added this to that page - do you get the same delay?  Second thought is perhaps it’s something about the new crystal theme - try changing theme for a minute and see if the delay persists.  I’ll look at the code again tomorrow to see if anything else comes to light 

  • 3 weeks later...
  • 2 months later...
  • 6 months later...
Posted
8 hours ago, ADT said:

Anyone else noticed you can't change the last picture on a 6 row???

When i click on replace picture i get nothing???

 

@pconkie

I'm getting the same

Posted
14 hours ago, pconkie said:

Not AWOL, just OFSTED. Anyway frogcode is bust at the moment so waiting for that fix first!

Tell them to do one....  Your Frog Family is more important.....  but yeah the lack of Frog code won't help!! 

Good luck.....  Well done...........  delete where appropriate!! ?

  • 2 weeks later...
Posted
On 03/02/2020 at 18:03, pconkie said:

Not AWOL, just OFSTED. Anyway frogcode is bust at the moment so waiting for that fix first!

How did OFSTED go?

  • 1 month later...
  • 2 weeks later...
Posted
1 hour ago, Graham Quince said:

Thank you.  I'e grabbed it and sent it to @adamw, but I think he's pretty busy at the moment.

whats @adamw up to.... playing games on his xbox in his pants??? ???

Posted
41 minutes ago, Graham Quince said:

Update is live now.   

I've put some special code in to prevent @ADT accessing it though ?

Was it the comment or the image in your head???? ???

  • Haha 1
Posted
20 hours ago, ADT said:

whats @adamw up to.... playing games on his xbox in his pants??? ???

I'll have you know that I'm a Sony Fanboi.

PLAYSTATION ALL THE WAY!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...