11
DobePhat
Re: Ajax Image Gallery and Xoops
  • 2007/9/22 14:49

  • DobePhat

  • Friend of XOOPS

  • Posts: 656

  • Since: 2003/4/15


oh yeah you did mention that, huh?

But what I dont get, is that when I visit those sites with the theme that uses lightbox they work. And I have IE 6 on my main local. '

Is it perhaps more of an internet security setting issue?
You know "trusted sites" etc..have you tried adding to trusted site just to see?

12
script_fu
Re: Ajax Image Gallery and Xoops

One more try at this...

-----

Does the picture pop up at all?

If it doesn't do you have a popup blocker enabled? Toolbars from say google have a popup blocker by default.

-----

I just set up a new site tonight. I set up zoullou's gallery module with the ajax lightbox hack and its working fine in IE 5.5, 6 & 7

-----

http://www.zoullou.net/

13
koralex90
Re: Ajax Image Gallery and Xoops
  • 2007/9/23 3:36

  • koralex90

  • Just popping in

  • Posts: 97

  • Since: 2005/3/15


For Lightbox, the thumbnail effect doesnt work on IE wherever i tried it (on internet explorer 6,7) at school, home, pc rooms etc. (on my site)but yes, scriptfu. it works on your site fine. my site is the problem..

When I go to the source site of the ajax scripts they all work on IE as well. Very weird.. It doesnt seem to work only for my site on IE while it works fine on firefox and opera

But the thing is, not one ajax script is not working but both frogjs and lightbox arent.. so there is something preventing my site from displaying these correctly..

why dont u give it a try. This is the FrogJS gallery script I set up with Mastop Publish.

http://boashouse.com/modules/mastop_publish/?tac=aaa

and this here, click the autograph to bh thumbnail at the right which has the lightbox effect.

http://boashouse.com/modules/news/

14
damaster
Re: Ajax Image Gallery and Xoops
  • 2007/9/23 7:52

  • damaster

  • Just can't stay away

  • Posts: 556

  • Since: 2003/5/11


Hi koralex,


The problem is not the script itself but your theme or module that is rendering <header> twice!

Rendered code for
http://boashouse.com/modules/mastop_publish/?tac=aaa

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<
head>
<
meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<
meta http-equiv="content-language" content="en" />
<
meta name="robots" content="index,follow" />
<
meta name="keywords" content="BoA, BoA Kwon, BoA singer, boashouse, boa's house, boa japan, boa korea, korean singer, japanese singer, boa site, boa singer, BoA fansite, made in twenty, no.1 atlantis princess, outgrow, boa album, boa lyric, baoer, boa, boa kwon, boa singer, &#48372;&#50500;, &#44428;&#48372;&#50500;, missha, levis, boa discography, oricon, jpop, kpop, korean music, japanese music, doubleudot, smtown, fasio, merry chri, winter love, key of heart, nanairo no ashita, id peace b, listen to my heart, valenti, love and honesty, shine we are, jewel song, miodio, olympus, sketchers, amino calpis" />
<
meta name="description" content="BoA's House - The No.1 Stop for BoA" />
<
meta name="rating" content="general" />
<
meta name="author" content="XOOPS" />
<
meta name="copyright" content="" />
<
meta name="generator" content="XOOPS" />
<
title>BoA's House - aaa</title>
<link href="http://boashouse.com/favicon.ico" rel="SHORTCUT ICON" />
<link rel="stylesheet" type="text/css" media="all" href="http://boashouse.com/xoops.css" />
<link rel="stylesheet" type="text/css" media="all" href="http://boashouse.com/themes/7dana-Xred/styleNN.css" />

<!-- RMV: added module header -->

<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<script type="text/javascript" src="http://boashouse.com/include/xoops.js">
</script>

<script type="text/javascript">
<!--

//-->
</script>

<link rel="stylesheet" href="http://www.boashouse.com/themes/7dana-Xred/thumbnailviewer.css" type="text/css" />

<script src="http://www.boashouse.com/themes/7dana-Xred/thumbnailviewer.js" type="text/javascript">


/***********************************************
* Image Thumbnail Viewer Script- ¨Ï Dynamic Drive (www.dynamicdrive.com)
* This notice must stay intact for legal use.
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

</script>



<link rel="stylesheet" type="text/css" href="http://boashouse.com/themes/7dana-Xred/balloontip.css" />

<script type="text/javascript" src="http://boashouse.com/themes/7dana-Xred/balloontip.js">

/***********************************************
* Rich HTML Balloon Tooltip- ¨Ï Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

</script>

<script src="http://boashouse.com/imageload/js/prototype.js" type="text/javascript"></script>
    <script src="http://boashouse.com/imageload/js/scriptaculous.js?load=effects" type="text/javascript"></script>
    <script src="http://boashouse.com/imageload/js/lightbox.js" type="text/javascript"></script>

<link rel="stylesheet" href="http://boashouse.com/imageload/css/lightbox.css" type="text/css" media="screen" />



<script type="text/javascript" src="http://boashouse.com/themes/7dana-Xred/carouselscripts/prototype.js"></script>
<script type="text/javascript" src="http://boashouse.com/themes/7dana-Xred/carouselscripts/scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="http://boashouse.com/themes/7dana-Xred/carouselscripts/frog.js"></script>

<style type="text/css">
#FrogJS{
width: 760px;
height: 600px;
margin: 0 auto;
}
#FrogJSCredit{
text-align: right;
font-size: 80%;
color: #999;
padding: 1px;
}
#FrogJSCaption{
text-align: left;
line-height: 140%;
}
</style>



</head>



[color=990000]
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="content-language" content="en" />
<meta name="robots" content="index,follow" />
<meta name="keywords" content="BoA, BoA Kwon, BoA singer, boashouse, boa'
s houseboa japanboa koreakorean singerjapanese singerboa siteboa singerBoA fansitemade in twentyno.1 atlantis princessoutgrowboa albumboa lyricbaoerboaboa kwonboa singer, &#48372;&#50500;, &#44428;&#48372;&#50500;, missha, levis, boa discography, oricon, jpop, kpop, korean music, japanese music, doubleudot, smtown, fasio, merry chri, winter love, key of heart, nanairo no ashita, id peace b, listen to my heart, valenti, love and honesty, shine we are, jewel song, miodio, olympus, sketchers, amino calpis" />
<meta name="description" content="BoA's House - The No.1 Stop for BoA" />
<
meta name="rating" content="general" />
<
meta name="author" content="XOOPS" />
<
meta name="copyright" content="" />
<
meta name="generator" content="XOOPS" />
<
title>BoA's House - aaa</title>
<link href="http://boashouse.com/favicon.ico" rel="SHORTCUT ICON" />

<link rel="stylesheet" type="text/css" media="screen" href="http://boashouse.com/xoops.css" />
<link rel="stylesheet" type="text/css" media="screen" href="http://boashouse.com/themes/7dana-Xred/styleNN.css" />
<!-- RMV: added module header -->

<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<script type="text/javascript" src="http://boashouse.com/include/xoops.js">
</script>

<script type="text/javascript">
<!--

//-->
</script>
</head>[/color]
I like people more than machines or money. But that's me!
Lets do something good and great: Lets do open source!

15
koralex90
Re: Ajax Image Gallery and Xoops
  • 2007/9/23 9:59

  • koralex90

  • Just popping in

  • Posts: 97

  • Since: 2005/3/15


oh my gosh. how did such a thing happen?! Thank you so much for your help. Everything seems to work fine now. I appreciate your help alot!

16
script_fu
Re: Ajax Image Gallery and Xoops

lol... Glad you put up a link we could have been weeks.

Anyway cute chick, she has a very nice sound & good site! Does she sing in english?

17
koralex90
Re: Ajax Image Gallery and Xoops [Question Answered] :)
  • 2007/9/26 8:20

  • koralex90

  • Just popping in

  • Posts: 97

  • Since: 2005/3/15


she manages to put in an english word here and there. haha. she sang a few english songs in the past : )

Login

Who's Online

224 user(s) are online (140 user(s) are browsing Support Forums)


Members: 0


Guests: 224


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits