The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Help, script automatically Change...

Go down

Solved Help, script automatically Change...

Post by lycantrophs October 14th 2010, 3:31 pm

Code:

<script>
   
    // Load the classic theme
    Galleria.loadTheme(galleria.classic.js');

    // Initialize Galleria
$('#galleria').galleria();
   
</script>
I want to post that script in the portal using widget, but when the widget saved, the script changed to
Code:

<script>
   
    // Load the classic theme
    Galleria.loadTheme('galleria.classic.js');

    // Initialize Galleria
&#**36('#galleria').galleria();
   
</script>
 
As you can see the $ is changed to &#**36; without ** in it,,,

the forum changed the &#**36; without ** to $

Anyone know how to stop this? I'm using Jquery..


Last edited by lycantrophs on October 14th 2010, 5:23 pm; edited 4 times in total
avatar
lycantrophs
New Member

Posts : 12
Reputation : 0
Language : Indonesian

Back to top Go down

Solved Re: Help, script automatically Change...

Post by Guest October 14th 2010, 3:40 pm

Paste the script in a html page :

Code:
/ Load the classic theme
Galleria.loadTheme('galleria.classic.js');

// Initialize Galleria
$('#galleria').galleria();

save it and add this code in your widget (:

Code:
<script type="text/javascript" src="HTML PAGE URL HERE"></script>

dont know if thats works (:
avatar
Guest
Guest


Back to top Go down

Solved Re: Help, script automatically Change...

Post by lycantrophs October 14th 2010, 4:11 pm

No, please see again my post... It's not working your way..

want to make something like this:
http://kaiforum.nstars.org/tes5-h5.htm
when I'm using html, it works.. when I posted it using widget, the script changed as I said above..
thx
avatar
lycantrophs
New Member

Posts : 12
Reputation : 0
Language : Indonesian

Back to top Go down

Solved Re: Help, script automatically Change...

Post by Guest October 14th 2010, 4:58 pm

Add this to your widget (:

Code:
<iframe src="http://kaiforum.nstars.org/tes5-h5.htm" width="600px" height="400px"></iframe>
avatar
Guest
Guest


Back to top Go down

Solved Re: Help, script automatically Change...

Post by lycantrophs October 14th 2010, 5:01 pm

Edit: I guess the Iframe is working........ yay!! :wouhou:

Thanks so much..


Last edited by lycantrophs on October 14th 2010, 5:07 pm; edited 1 time in total
avatar
lycantrophs
New Member

Posts : 12
Reputation : 0
Language : Indonesian

Back to top Go down

Solved Re: Help, script automatically Change...

Post by Guest October 14th 2010, 5:04 pm

avatar
Guest
Guest


Back to top Go down

Solved Re: Help, script automatically Change...

Post by lycantrophs October 14th 2010, 5:24 pm

Thx, I join urs.. I'll ask again when I have question Razz
avatar
lycantrophs
New Member

Posts : 12
Reputation : 0
Language : Indonesian

Back to top Go down

Solved Re: Help, script automatically Change...

Post by Guest October 14th 2010, 5:27 pm

Hehe okay good then Very Happy

Help, script automatically Change... Stock_lock-ok Solved + Locked
avatar
Guest
Guest


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum