Log in

View Full Version : IE Template Bug


odinzu
07-20-2007, 10:07 PM
hello, I just came across this error when I am using IE 6 or IE 7. In firefox (FF) it works like its suppose to, but in IE...It doesn't. Could someone show me where I can edit this or help on how to correct this issue? Here are a few pictures showing what I see in FF and IE. Thanks in advance =)
http://www.haloscene.com/images/error.jpghttp://www.haloscene.com/images/error2.jpg

Update: Ok, I have 2 templates and 1 doesn't work in IE and the other does work correctly. So its not a VB problem, Its a Template problem. Where would I find the coding to correct this issue?

King Kovifor
07-20-2007, 10:10 PM
Post it in the vBulletin bug tracker over at vBulletin.com. They will either "Comfirm" it or tell you it's not a bug. But it's an issue within vBulletin. You can find the vBulletin Bug Tracker here:

http://www.vbulletin.com/forum/project.php

Just select the vBulletin project and be sure to assign to the correct version!

odinzu
07-20-2007, 10:14 PM
I don't think its a VB bug. I think its a bug in the template. I am needing to know how to fix this. Sorry, I shouldn't of said a bug with VB. =\

King Kovifor
07-20-2007, 10:18 PM
Templates are apart of templates. And in your custom style, I'm sure that it could be because of how vBulletin generates the queries. Test it on the default style, and post as a bug. Or get support from the original creator. You could mess with the page navigation template.

odinzu
07-20-2007, 10:36 PM
Ok, Well I am looking at the code now and this is what it looks like. This is 'pagenav'


<div class="pagenav" align="$stylevar[right]">
<table class="tborder" cellpadding="3" cellspacing="$stylevar[cellspacing]" border="0">
<tr>
<td class="vbmenu_control" style="font-weight:normal"><phrase 1="$pagenumber" 2="$totalpages">$vbphrase[page_x_of_y]</phrase></td>
<if condition="$show['first']"><td class="alt1"><a class="smallfont" href="$address$address2" title="$vbphrase[first_page] - <phrase 1="$firstnumbers[first]" 2="$firstnumbers[last]" 3="$total">$vbphrase[results_x_to_y_of_z]</phrase>"><strong>&laquo;</strong> $vbphrase[first]</a></td></if>

<if condition="$show['prev']"><td class="alt1"><a class="smallfont" href="$address<if condition="$prevpage != 1">&amp;page=$prevpage</if>$address2" title="$vbphrase[prev_page] - <phrase 1="$prevnumbers[first]" 2="$prevnumbers[last]" 3="$total">$vbphrase[results_x_to_y_of_z]</phrase>">&lt;</a></td></if>
$pagenav
<if condition="$show['next']"><td class="alt1"><a class="smallfont" href="$address&amp;page=$nextpage$address2" title="$vbphrase[next_page] - <phrase 1="$nextnumbers[first]" 2="$nextnumbers[last]" 3="$total">$vbphrase[results_x_to_y_of_z]</phrase>">&gt;</a></td></if>
<if condition="$show['last']"><td class="alt1"><a class="smallfont" href="$address&amp;page=$totalpages$address2" title="$vbphrase[last_page] - <phrase 1="$lastnumbers[first]" 2="$lastnumbers[last]" 3="$total">$vbphrase[results_x_to_y_of_z]</phrase>">$vbphrase[last] <strong>&raquo;</strong></a></td></if>
<if condition="$show['popups']"><td class="vbmenu_control" title="$address$address2"><a name="PageNav"></a></td></if>
</tr>
</table>
</div>

King Kovifor
07-20-2007, 10:41 PM
It seems like that should be correct. I would post it at vBulletin.com, just to see if it's vBulletin bug.

odinzu
07-20-2007, 10:44 PM
Ok, I have 2 templates and 1 doesn't work in IE and the other does work correctly. So its not a VB problem, Its a Template problem. Where would I find the coding to correct this issue? If I could find out where the file to edit my pagenav, I could copy over other template code to other template and it should work.

King Kovifor
07-20-2007, 10:53 PM
Where did you get the template from?

odinzu
07-20-2007, 10:55 PM
Which one?
Older Temp (that works): TransverseStyles.com
Newer One (Doesn't work): Exaltic.com

For the one that doesn't work. I sent a support ticket to them and they haven't replied to it in 5 days.

Dismounted
07-21-2007, 05:17 AM
Compare the two templates (one from each of those styles).

odinzu
07-21-2007, 03:25 PM
Compare the two templates (one from each of those styles).

Yea, The thing is I don't know what file I would compare. I compared the pagenav and they were the same.

Dismounted
07-22-2007, 06:33 AM
Are you sure?