Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorbigifa
    • CommentTimeApr 1st 2010 edited
     
    hi ppl i have installd this great galary but cant seem to embed it as i am a compleat noob and could realy do with someone holding my hand step by step lol

    can someone have a look for me and help me do this as i wold love to use this on the site

    http://www.funbubble.co.uk/picgal.html

    all help wold be greatfuly appreciated

    email bigifa@bigifa.com
    •  
      CommentAuthorsidtheduck
    • CommentTimeApr 2nd 2010 edited
     
    bigifa,

    Rename picgal.html to picgal.php and move <?php the_plogger_head(); ?> outside of the <style></style> tags. Also, you will need to add <?php the_plogger_gallery(); ?> between these tags: <td height="526" bgcolor="#FFFFFF"></td>
    • CommentAuthorbigifa
    • CommentTimeApr 3rd 2010 edited
     
    ok thanks for the help i have made the changes you sgested but now i get

    Parse error: syntax error, unexpected '?' in /home/hyper17/public_html/picgal.php on line 1

    http://www.funbubble.co.uk/picgal.php

    http://www.funbubble.co.uk/picgal.hrml is also there with the amended code just so you can see what i have done

    what now lol
    •  
      CommentAuthorsidtheduck
    • CommentTimeApr 5th 2010
     
    ok, here's what your code should be:
    <?php require("/home/hyper17/public_html/plogger/plogger.php"); ?>
    <!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">
    <head>
    <script src="menuscript.js" language="javascript" type="text/javascript"></script>
    <link rel="shortcut icon" href="/favicon.ico" />
    <link rel="icon" href="/favicon.ico" />
    <link rel="stylesheet" type="text/css" href="menustyle.css" media="screen, print" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Fun Bubble</title>
    <?php the_plogger_head(); ?>
    <style type="text/css">
    <!--
    body {
    background-image: url(/images/ws_Bubbles_1280x1024.jpg);
    }
    -->
    </style></head>

    <body>
    <div align="center">

    <table width="870" height="805" border="0">
    <tr>
    <td width="998" height="207" align="center" valign="top"><img src="/images/fun.png" width="482" height="206" /></td>
    </tr>
    <tr align="center" valign="middle">
    <td height="63"><table border="0" cellpadding="0" cellspacing="0"><tr><td>
    <a href="index.html" onmouseover="setOverImg('1','');overSub=true;showSubMenu('submenu1','button1');" onmouseout="setOutImg('1','');overSub=false;setTimeout('hideSubMenu(\'submenu1\')',delay);" target=""><img src="buttons/button1up.png" border="0" id="button1" vspace="3" hspace="0"></a><a onmouseover="setOverImg('2','');overSub=true;showSubMenu('submenu2','button2');" onmouseout="setOutImg('2','');overSub=false;setTimeout('hideSubMenu(\'submenu2\')',delay);" target=""><img src="buttons/button2up.png" border="0" id="button2" vspace="3" hspace="0"></a><a href="about.html" onmouseover="setOverImg('3','');overSub=true;showSubMenu('submenu3','button3');" onmouseout="setOutImg('3','');overSub=false;setTimeout('hideSubMenu(\'submenu3\')',delay);" target=""><img src="buttons/button3up.png" border="0" id="button3" vspace="3" hspace="0"></a><a onmouseover="setOverImg('4','');overSub=true;showSubMenu('submenu4','button4');" onmouseout="setOutImg('4','');overSub=false;setTimeout('hideSubMenu(\'submenu4\')',delay);" target=""><img src="buttons/button4up.png" border="0" id="button4" vspace="3" hspace="0"></a><br>
    </td></tr></table>
    </td>

    </tr>
    <tr bgcolor="#A5B4FF">
    <td height="526" bgcolor="#FFFFFF"><?php the_plogger_gallery(); ?></td>
    </tr>
    </table>
    </div>
    <div align="center"></div>
    </body>
    </html>
    • CommentAuthorbigifa
    • CommentTimeApr 6th 2010
     
    Hm just did that and it is showing the same thing

    Parse error: syntax error, unexpected '?' in /home/hyper17/public_html/picgal.php on line 1
    • CommentAuthorbigifa
    • CommentTimeApr 6th 2010
     
    Top man thanks for the superb help its comeine along nicely all thanks to you sidtheduck