View Single Post
Old August 31st, 2004, 11:40 PM   #2 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,744
OKay

1. Per the installation instructions you need to set the permisisons on your uploads and data directories and their subdirectories to 777

2. Per the VB3 Integration FAQ I see you have corrected the relative paths in the templates but have not done so in the stylesheet itself

/* vBulletin 3 CSS For Style 'Love Spring' (styleid: 3) */
body
{
background: #D3E5F4 url(tinhxuan/bg.gif);
color: #012848;
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin: 0px 0px 0px 0px;

}
a:link
{
color: #205988;
text-decoration: none;
}
a:visited
{
color: #205988;
text-decoration: none;
}
a:hover, a:active
{
color: #FF8C25;
text-decoration: none;
}
.page
{
background: #FFFFFF url(tinhxuan/page_bg.gif);
color: #012848;
}
td, th, p, li
{
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tborder
{
background-color: #77A5CC;
color: #012848;
}
.tcat
{
background: #98BFE1 url(tinhxuan/cbg.gif) repeat-x top left;
color: #FFFFFF;
font: bold 9pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

OF COURSE ITS NOT GOING TO PULL THE IMAGES WITH THOSE RELATIVE PATH STATEMENTS.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote