| View previous topic :: View next topic |
| Author |
Message |
BaconFries

Joined: 16 Aug 2007 Posts: 1586
|
Posted: Thu Jul 29, 2010 10:27 pm Post subject: Greybox Browser Image ***29/07/10*** |
|
|
***29/07/10***
Meets W3C Standards
Built with Extension Builder 2.0.3

Grey Box Browser Image Extension
This is a simple way to display a external page from your site by simply clicking on a image and it will open in a lightbox style fashion you can add what ever site you wish to be displayed.
Demos at authors site
http://orangoo.com/labs/GreyBox/
Download:
http://www.mediafire.com/?90h46iqwrk6xxsl
Last edited by BaconFries on Fri Jul 30, 2010 9:36 am; edited 1 time in total |
|
| Back to top |
|
 |
BaconFries

Joined: 16 Aug 2007 Posts: 1586
|
Posted: Thu Jul 29, 2010 10:28 pm Post subject: |
|
|
| Greybox Browser Image ***29/07/10*** |
|
| Back to top |
|
 |
hmol
Joined: 07 Apr 2010 Posts: 43
|
Posted: Fri Jul 30, 2010 9:29 am Post subject: |
|
|
Can someone place a demo if it?
Can you also link this to text instead of a picture? |
|
| Back to top |
|
 |
BaconFries

Joined: 16 Aug 2007 Posts: 1586
|
|
| Back to top |
|
 |
Japcy07
Joined: 31 Jul 2010 Posts: 1
|
Posted: Sat Jul 31, 2010 6:14 am Post subject: Web Builder |
|
|
Hi,thank you for your comments here.I am new in this forum.When is the date of the demo of the said original authors? _________________ gw2 gold |
|
| Back to top |
|
 |
BaconFries

Joined: 16 Aug 2007 Posts: 1586
|
Posted: Sat Jul 31, 2010 10:17 am Post subject: |
|
|
You can view demos of how the extension works at the first posting by visting the original author site just click on the provided url below
"Demos at authors site"
This part in red refers to when the first text version was released"Posted: Wed May 13, 2009 3:28" it is not refering to when there was a demo to view...all demo examples are available at the original authors site as previously mentioned ..... |
|
| Back to top |
|
 |
haamster
Joined: 31 Jul 2010 Posts: 5
|
Posted: Sat Jul 31, 2010 10:53 pm Post subject: |
|
|
| Is there anyway to make this automatically open upon visiting the website? |
|
| Back to top |
|
 |
BaconFries

Joined: 16 Aug 2007 Posts: 1586
|
Posted: Sun Aug 01, 2010 10:49 am Post subject: |
|
|
| There may be a way to do this by adding a extra snippet of code to the source to allow a load event so that the page opens when a user visits the page but at present no it only works when a user clicks on a image or a text link as in previous version... |
|
| Back to top |
|
 |
NigelShaw
Joined: 06 Feb 2009 Posts: 54
|
Posted: Sun Aug 01, 2010 11:33 am Post subject: |
|
|
Hi BaconFries
thank you mate
i had done one in a fashion but it was very shady lol
cheers
Nigel |
|
| Back to top |
|
 |
BaconFries

Joined: 16 Aug 2007 Posts: 1586
|
Posted: Sun Aug 01, 2010 11:45 am Post subject: |
|
|
Nae probs "Mate" is was just a matter of changing a couple of things in the text version gald to have helped.... |
|
| Back to top |
|
 |
NigelShaw
Joined: 06 Feb 2009 Posts: 54
|
Posted: Sun Aug 01, 2010 2:18 pm Post subject: |
|
|
Hi,
i have found that the link doesnt seem to work. the greybox opens but just goes into the "loading" state with the circular icon but the web page doesnt appear. checking the actual links, they seem to work fine without greybox but not with. Google doesnt work either.
is it something simple im not doing right?
cheers
Nigel |
|
| Back to top |
|
 |
BaconFries

Joined: 16 Aug 2007 Posts: 1586
|
Posted: Sun Aug 01, 2010 2:37 pm Post subject: |
|
|
| Hi Nigel please check that you you have not ticked the checkbox in Tools>Options>Micellaneous>Preview>Disable IE security warning during preview having this ticked it seems to block the content in the greybox window... |
|
| Back to top |
|
 |
NigelShaw
Joined: 06 Feb 2009 Posts: 54
|
Posted: Sun Aug 01, 2010 3:07 pm Post subject: |
|
|
Hi BaconFries
i have looked and it is not checked. it works when i use the original version that has the text to click but not with the image.......
strange behaviour lol
Nige |
|
| Back to top |
|
 |
BaconFries

Joined: 16 Aug 2007 Posts: 1586
|
Posted: Sun Aug 01, 2010 6:24 pm Post subject: |
|
|
Hi Nigel I can confirm it is a bug with "Google Chrome" the extension seems to work once uploaded to a server it just wont display in "Preview"
I have also checked it in FF, Safari, Opera, IE6/7/8 and it opens as it should in "Preview" so it seems it just "Google Chrome" being a pain in the a** I will rey and cotact the autor and see what hes says.... |
|
| Back to top |
|
 |
BaconFries

Joined: 16 Aug 2007 Posts: 1586
|
Posted: Sun Aug 01, 2010 6:28 pm Post subject: |
|
|
@ haamster here is the code you need to open in a window when user visits your page to insert this open Page Properties and place in Between <head></head> change the "Tiltle" and "url" to the same used in the extension properties...
| Code: | <script type="text/javascript">
AJS.AEV(window, 'load', function() {
GB_showPage("Title", "url");
});
</script> |
|
|
| Back to top |
|
 |
|