pconkie Posted March 22, 2019 Posted March 22, 2019 https://froglearn.backwellschool.net/pictureseries 1
ADT Posted March 22, 2019 Posted March 22, 2019 1 hour ago, pconkie said: https://froglearn.backwellschool.net/pictureseries Erm it says I have to log in?
pconkie Posted March 22, 2019 Author Posted March 22, 2019 Just now, ADT said: Erm it says I have to log in? Oops! What about now?
ADT Posted March 22, 2019 Posted March 22, 2019 5 minutes ago, pconkie said: Oops! What about now? Another Conkie specially...... where do you find the time???? ?
gbligh Posted March 24, 2019 Posted March 24, 2019 This could be a really good way to create menu structures @Graham Quince 1
ADT Posted March 25, 2019 Posted March 25, 2019 Come on Quincy when you are ready........ @Graham Quince
adamw Posted March 25, 2019 Posted March 25, 2019 3 hours ago, ADT said: Come on Quincy when you are ready........ @Graham Quince He's away until Wednesday I think - If @pconkie is happy to let you guys have it, I'll have a look and see if I can export the widget. I'm not sure of the process that Graham usually uses, but I'm sure I'll figure it out :p
ADT Posted March 25, 2019 Posted March 25, 2019 1 minute ago, adamw said: He's away until Wednesday I think - If @pconkie is happy to let you guys have it, I'll have a look and see if I can export the widget. I'm not sure of the process that Graham usually uses, but I'm sure I'll figure it out :p Part timer...... That would be great Adam thanks!!
pconkie Posted March 25, 2019 Author Posted March 25, 2019 5 hours ago, adamw said: He's away until Wednesday I think - If @pconkie is happy to let you guys have it, I'll have a look and see if I can export the widget. I'm not sure of the process that Graham usually uses, but I'm sure I'll figure it out ? As usual, happy to share. Especially for some help with my coding questions posted today! 1
ADT Posted March 25, 2019 Posted March 25, 2019 I think @pconkie has earned some advice from the design team..... someone sort him out!! ? @Matt @Graham Quince @adamw
gbligh Posted March 25, 2019 Posted March 25, 2019 @pconkie Could an option be to link to another Frog site?
pconkie Posted March 26, 2019 Author Posted March 26, 2019 13 hours ago, gbligh said: @pconkie Could an option be to link to another Frog site? I tried this initially as it seemed the most flexible approach. I can open a page in the current site or open another site. What i couldn't figure out was how to open another site to a specific page. If someone knows how to do that, i'll happily update the widget.
ADT Posted March 26, 2019 Posted March 26, 2019 20 minutes ago, pconkie said: I tried this initially as it seemed the most flexible approach. I can open a page in the current site or open another site. What i couldn't figure out was how to open another site to a specific page. If someone knows how to do that, i'll happily update the widget. @adamw
ADT Posted March 27, 2019 Posted March 27, 2019 Is someone stealing this then??? @Graham Quince @adamw
adamw Posted March 27, 2019 Posted March 27, 2019 18 minutes ago, ADT said: Is someone stealing this then??? @Graham Quince @adamw Sorry, I've been super rammed here with work! I'm sure that one of us will get around to it today
ADT Posted March 27, 2019 Posted March 27, 2019 24 minutes ago, adamw said: Sorry, I've been super rammed here with work! I'm sure that one of us will get around to it today Ah... well the Parents Evening Booking System won't make itself i suppose.....
Graham Quince Posted March 28, 2019 Posted March 28, 2019 @pconkie - thank you as always Your widget is now live on the community: https://www.frogeducation.com/community/frogcode/frogcode-showcase/pictureseries 1
ADT Posted March 29, 2019 Posted March 29, 2019 @Graham Quince @adamw Any ideas on how to "PIMP" up Conkies widget to allow a link to a different site/page on that different site??? That would make this even more epic!!!
adamw Posted March 29, 2019 Posted March 29, 2019 54 minutes ago, ADT said: @Graham Quince @adamw Any ideas on how to "PIMP" up Conkies widget to allow a link to a different site/page on that different site??? That would make this even more epic!!! 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. 1
ADT Posted March 29, 2019 Posted March 29, 2019 Conkie's Widget in action already.... No more blank pages with long sub menus...... (Well once i get round to replacing them all)..... ? 1
ADT Posted April 1, 2019 Posted April 1, 2019 On 26/03/2019 at 11:40, pconkie said: I tried this initially as it seemed the most flexible approach. I can open a page in the current site or open another site. What i couldn't figure out was how to open another site to a specific page. If someone knows how to do that, i'll happily update the widget. Did you leave the ability to open another site in??? Or am i missing something... as usual!!
pconkie Posted April 1, 2019 Author Posted April 1, 2019 14 minutes ago, ADT said: Did you leave the ability to open another site in??? Or am i missing something... as usual!! No, it’s no longer there....
ADT Posted April 1, 2019 Posted April 1, 2019 Just now, pconkie said: No, it’s no longer there.... That explains why i cant get it to open another site................
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now