-
Help with NEW Pages
Hi,
I added some new pages to my site through tthe admin and all pages are appearing fine.
I wish to add pages such as "WebCams" which will have an IFrame or script code in them. I have tried to do this using the editor provided but it will not accept the code. I have tried using FireFox an IE.
Any suggestions?
Thanks in advance for any assistance!!
-
Re: Help with NEW Pages
I could help out with that if you want. I could easily place a type of webcam script within an iframe. If you' d want to do it your self then you could always use a premade iframe script that uses some javascipt that automatically adjusts it self to your needs. Kinda like this:
Code:
<script language="JavaScript">
function iFrameHeight() {
if(document.getElementById && !(document.all)) {
var h =
document.getElementById('blockrandom').contentDocu ment.body.scrollHeight
;
document.getElementById('blockrandom').style.heigh t = h;
}
else if(document.all) {
h = document.frames('blockrandom').document.body.scrol lHeight;
document.all.blockrandom.style.height = h;
}
}
</script>
-
Re: Help with NEW Pages
I got rid of the editor and replaced it with the editor from the last version of Vshare. I couldn't use a lot of html tags with the new editor and it frustrated me to no end...then I got the idea of reverting back to the older editor and it works just fine.
-
Re: Help with NEW Pages
Thanks for the advice, I switched to the old editor and was able to edit my pages very easily!
-
Re: Help with NEW Pages
Oh good, I'm so glad it worked for you!!
This whole thing brings to mind an old saying:
IF IT AIN'T BROKE, DON'T FIX IT!
I also posted about this in the bugs section. I couldn't use a LOT of html tags, one of them being <object> of all things. I do a "team blog" for my sites and post the team pick-of-the-month for videos...kinda hard to embed a video on the page when you can't insert an <object> tag! We could with the last editor and that's when I got the idea of just dumping the new one and putting back the old one. I'm just glad the old one still worked!!!! Otherwise I'd have to make the pages by hand and do session handling for logged in users only and all that and I don't know PHP all that well. I was about to go that tedious route when I decided to just replace the editor. Voila. Fortunately, I still had an old version of VShare on another site and borrowed the files from there. If any body needs the old editor and doesn't have it, I'll be happy to send it to ya.