PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   Template Customization Question? (http://www.photopost.com/forum/photopost-pro-how-do-i/121162-template-customization-question.html)

gcampos November 27th, 2005 02:58 PM

Template Customization Question?
 
Hello,

I hope someone can help me out.

I am trying to insert ReviewpPost into my current template.

I have a regular HTML template. All I want to do is insert the main
ReviewPost code into my template.

That's it!

I tried inserting the /reviewpost/index.php code into the body of my
template.

I tried the reviewpost/templates/ but these files are something I
want to modify after I integrate the ReviewPost code into the
template.

I tried the reviewpost/header/...
I tried the reviewpost/footer/...

BUt it's not what I am looking for.

This is what I am trying to do:



<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>

<body>

<!-- Start Header PHP Include -->
<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>Header Image Here </td>
</tr>
</table>
<!-- END Header PHP Include -->

<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>######Main ReviewPost Here#### </td>
</tr>
</table>

<!-- Start Footer PHP Include -->
<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>Footer Links Here </td>
</tr>
</table>
<!-- END Footer PHP Include -->


</body>
</html>


Is there something I can do to get this effect?

Thank you in advance.

greg

Chuck S November 27th, 2005 07:04 PM

why not place your header code in an html file and your footer html in a file and in reviewpost admin under global options enter the server path to each file ;)


All times are GMT -5. The time now is 10:29 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97