MyBB Community Forums

Full Version: Where is this? Can you help me??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello guys!
I install a new theme on my forum but I have a problem.
In header (that showed as attachment) you can view a banner.
I changed address in XML file and upload it but it show again.(I have not problem in Firefox but it show old banner in Opera,IE,Chrome) (You can check it: http://iriboard.com/forum )

I know I can re-upload XML file but can you help me for find code in templates Smile

I put codes above and under it in XML file here:

<td><font size="1">{$lang->login_password}</font><br/></td>
<td>
<input type="password" class="textbox" name="quick_password" size="13" style="width:72;height:23" tabindex="13" /></td>
<td><input type="submit" class="button" name="submit" value="{$lang->login}" /></td>
</tr>
</table>
<input type="hidden" name="action" value="do_login" />
<input type="hidden" name="url" value="{$redirect_url}" />
<input value="1" name="quick_login0" type="hidden">

<td class="trow4" width="100%">
		
			<div class="navee" ><center><a href="http://www.pardistheme.ir/"><img src="http://www.iran-bb.ir/uploader/images/usvldh8csd58vmwnfv.gif"/></a></center></div>
		
	</td>	
</tr></table></form><table  cellpadding="6" cellspacing="0" border="0" width="100%" align="center" style="border:0px">
<tr align="center">
I'm confused... are you saying in IE, you see the old banner, but in all other browsers you see the new banner? Try clearing your cache, or pressing CTRL + F5.
please clear your browsers' cache - its the same image for me on FF, IE and Chrome browsers !!

AND that banner image is visible for guests only (header_welcomeblock_guest template)

:oops: it is visible for members only ( header_welcomeblock_member ) AND guests have a different image !!
Thanks a lot, solved