The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
IE Template Bug
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 =)
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? |
#2
|
||||
|
||||
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! |
#3
|
|||
|
|||
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. =\
|
#4
|
||||
|
||||
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.
|
#5
|
|||
|
|||
Ok, Well I am looking at the code now and this is what it looks like. This is 'pagenav'
Code:
<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>«</strong> $vbphrase[first]</a></td></if> <if condition="$show['prev']"><td class="alt1"><a class="smallfont" href="$address<if condition="$prevpage != 1">&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>"><</a></td></if> $pagenav <if condition="$show['next']"><td class="alt1"><a class="smallfont" href="$address&page=$nextpage$address2" title="$vbphrase[next_page] - <phrase 1="$nextnumbers[first]" 2="$nextnumbers[last]" 3="$total">$vbphrase[results_x_to_y_of_z]</phrase>">></a></td></if> <if condition="$show['last']"><td class="alt1"><a class="smallfont" href="$address&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>»</strong></a></td></if> <if condition="$show['popups']"><td class="vbmenu_control" title="$address$address2"><a name="PageNav"></a></td></if> </tr> </table> </div> |
#6
|
||||
|
||||
It seems like that should be correct. I would post it at vBulletin.com, just to see if it's vBulletin bug.
|
#7
|
|||
|
|||
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.
|
#8
|
||||
|
||||
Where did you get the template from?
|
#9
|
|||
|
|||
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. |
#10
|
||||
|
||||
Compare the two templates (one from each of those styles).
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|