![]() |
Ok getting close on intergration, but still need help Well I found the FAQ and that gave me a little bit of insight on how to intergrate the look and feel of my VB3 site into the classifieds. My problem now is that my theme still has some images missing and seems to be sizing up wrong in IE. Here is what I got so far: http://test.redtailboa.net/classifieds This is what it should look like: http://test.redtailboa.net/forums I noticed that some of the images are missing. In Firefox the tables seem to be the proper size, but in IE they are way off. Anyone got any ideas of why these images are wrong and the others are correct? This is a test site, so if anyone wants a login to the admin section let me know and I will gladly hook you up with that information if your willing to help me figure out my issues. |
As long as that look is all in CSS and not templates you can achieve that look using the VB3 integration Looks to me like your footer contains alot of relative paths for one place to start Also your not pulling this in the header function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } then your body tag is not grabbing the onload thing You would need to edit our header include and adjust the body tag <body onload="MM_preloadImages('/forums/images/FunMac/buttons/lastpost_roll.gif')> Then of course between the head statements would go that java script above |
Yeah thats what I am trying to figure out. I am looking at the xml file that you import to get this theme installed. I may just take the theme out, edit the xml file with all the proper hrefs and img tags and go from there. Its close, but not good enough for now ;) Anyway I will play with it more and hopefully get it going. Also are there any scripts or php code for latest classifieds etc. I would love to get those on my frontpage of vbportal 3.0 Beta4 |
Ok I got all the links to work properly, but I still cannot figure out why the table is so messed up. Can anyone take a look at the links I posted above and see if you catch anything that I am not? I have a idea that it has something to do with the portion at the top of the site that shows forum statistics |
Easy whatever you have going on in VB is not valid html without knowing what html you have altered I cant say but just looking at this from the source of your photopost <table width="100%" border="0" cellpadding="0" cellspacing="0" width="100%"><td> <table width="100%" border="0" cellpadding="0" cellspacing="0" background="/forums/images/FunMac/misc/bannerbg.jpg"> <tr> <td height="74"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td rowspan="2"><a href="/forums/index.php"><img src="/forums/images/FunMac/misc/logo.jpg" width="224" height="74" border="0"></a></td> SEE THE MISSING TABLE TAG BETWEEN THE TD AND THE TR ABOVE. This will definately cause this. |
Thanks so much for pointing that missing table tag. I went in and edited the header on the theme and that fixed it right up. Still some issues with html validation, but it looks a heck of alot better :) |
Yeah well you just need to find the alteration it does to the inner table and apply that |
| All times are GMT -5. The time now is 11:42 AM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0