Results 1 to 5 of 5

Thread: Help with NEW Pages

  1. #1
    Join Date
    Nov 2007
    Posts
    18

    Default 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!!

  2. #2

    Default 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>

  3. #3
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default 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.
    If it's not fun, stop doing it!

  4. #4
    Join Date
    Nov 2007
    Posts
    18

    Default Re: Help with NEW Pages

    Thanks for the advice, I switched to the old editor and was able to edit my pages very easily!

  5. #5
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default 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.
    If it's not fun, stop doing it!

Similar Threads

  1. Pages
    By Boxerman in forum Template Modifications
    Replies: 2
    Last Post: 06-17-2008, 05:04 AM
  2. New Pages
    By pitox in forum Installation Support
    Replies: 2
    Last Post: 05-17-2008, 10:43 PM
  3. 2.6 with no pages
    By datasmith in forum Installation Support
    Replies: 3
    Last Post: 01-07-2008, 03:20 AM
  4. Editing the pages in the "web pages"
    By ofir in forum Installation Support
    Replies: 2
    Last Post: 07-02-2007, 05:50 AM
  5. Not display pages
    By deafclubs in forum Installation Support
    Replies: 6
    Last Post: 05-12-2007, 06:55 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •