Medina
05-28-2008, 06:51 AM
Then use the last condition I posted above...
<if condition="in_array(THIS_SCRIPT, array('showthread', 'showpost'))">
<img src="blabla.gif">
<else />
<img src="vbulletin.gif">
</if>
This one I`am using right now, and it`s working almost perfect. But there is one fault. When I am posting a new reaction with the quick reply box. The first time it`s using the settings of 'showpost' (a smaller width what I`am using for private messages). But I need the settings of showthread when I am posting a quick reply. But when I refresh the page, then it`s good.
Example:
<if condition="in_array(THIS_SCRIPT, array('showthread', 'showpost'))">
<img src="blabla.gif" width="500px">
<else />
<img src="vbulletin.gif" width="300px">
</if>[/code][/quote]
the second one with the width of 300px that`s disappear if I post a quick reply. But when I am refresh the page. Then the settings comes back to the 500px.
but in a private message it`s working al good.
Who can help me, sorry if you don`t understand it.
<if condition="in_array(THIS_SCRIPT, array('showthread', 'showpost'))">
<img src="blabla.gif">
<else />
<img src="vbulletin.gif">
</if>
This one I`am using right now, and it`s working almost perfect. But there is one fault. When I am posting a new reaction with the quick reply box. The first time it`s using the settings of 'showpost' (a smaller width what I`am using for private messages). But I need the settings of showthread when I am posting a quick reply. But when I refresh the page, then it`s good.
Example:
<if condition="in_array(THIS_SCRIPT, array('showthread', 'showpost'))">
<img src="blabla.gif" width="500px">
<else />
<img src="vbulletin.gif" width="300px">
</if>[/code][/quote]
the second one with the width of 300px that`s disappear if I post a quick reply. But when I am refresh the page. Then the settings comes back to the 500px.
but in a private message it`s working al good.
Who can help me, sorry if you don`t understand it.