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