You need to find the line that looks most similar to the original FIND then... In your style it looks like it is this line:Greengo wrote:this is the message I am getting...
styles/milky_way_red/template/ucp_prefs_view.html
Find
<tr>
<td colspan="2" class="spacer"></td>
Add Before
<!-- IF S_TOPIC_PREVIEW -->
<tr>
<td class="row1" width="50%"><b class="genmed">{L_DISPLAY_TOPIC_PREVIEW}:</b></td>
<td class="row2"><input type="radio" class="radio" name="topic_preview" value="1"<!-- IF S_DISPLAY_TOPIC_PREVIEW --> checked="checked"<!-- ENDIF --> /><span class="gen">{L_YES}</span> <input type="radio" class="radio" name="topic_preview" value="0"<!-- IF not S_DISPLAY_TOPIC_PREVIEW --> checked="checked"<!-- ENDIF --> /><span class="gen">{L_NO}</span></td>
</tr>
<!-- ENDIF -->
The Find specified by the MOD could not be found
Code: Select all
<tr><td class="spacer" colspan="2"><img src="{T_THEME_PATH}/images/spacer.gif" width="1" height="4" alt="" /></td></tr>
No. I can see it is installed correctly, and it obviously works in other browsers. It just appears that this is a bug between IE + RTL + Subsilver2. (oh my goodness, IE gets it wrong again )eman80 wrote:any idea for why this happens?
please note that my board is Arabic (rtl direction)
Thanks in advance
Code: Select all
{topicrow.ATTACH_ICON_IMG} <!-- IF topicrow.S_HAS_POLL or topicrow.S_TOPIC_MOVED --><b>{topicrow.TOPIC_TYPE}</b> <!-- ENDIF --><a title="<!-- IF topicrow.TOPIC_PREVIEW_TEXT -->{topicrow.TOPIC_PREVIEW_TEXT}<!-- ELSE -->{L_POSTED}: {topicrow.FIRST_POST_TIME}<!-- ENDIF -->" href="{topicrow.U_VIEW_TOPIC}" class="topictitle<!-- IF topicrow.S_UNREAD_TOPIC --> link-new<!-- ENDIF -->">{topicrow.TOPIC_TITLE}</a>
Code: Select all
{topicrow.ATTACH_ICON_IMG} <!-- IF topicrow.S_HAS_POLL or topicrow.S_TOPIC_MOVED --><b>{topicrow.TOPIC_TYPE}</b> <!-- ENDIF --><a href="{topicrow.U_VIEW_TOPIC}" class="topictitle<!-- IF topicrow.S_UNREAD_TOPIC --> link-new<!-- ENDIF -->" title="<!-- IF topicrow.TOPIC_PREVIEW_TEXT -->{topicrow.TOPIC_PREVIEW_TEXT}<!-- ELSE -->{L_POSTED}: {topicrow.FIRST_POST_TIME}<!-- ENDIF -->">{topicrow.TOPIC_TITLE}</a>
Code: Select all
{topicrow.ATTACH_ICON_IMG} <!-- IF topicrow.S_POST_STICKY --><b>{L_TOPIC_PREFIX_STICKY}</b> <!-- ENDIF --><!-- IF topicrow.S_TOPIC_LOCKED --><b>{L_TOPIC_PREFIX_LOCKED}</b> <!-- ENDIF --><!-- IF topicrow.S_TOPIC_MOVED --><b>{L_TOPIC_PREFIX_MOVED}</b> <!-- ENDIF --><!-- IF topicrow.S_HAS_POLL --><b>{L_TOPIC_PREFIX_POLL}</b> <!-- ENDIF --><a title="<!-- IF topicrow.TOPIC_PREVIEW_TEXT -->{topicrow.TOPIC_PREVIEW_TEXT}<!-- ELSE -->{L_POSTED}: {topicrow.FIRST_POST_TIME}<!-- ENDIF -->" href="{topicrow.U_VIEW_TOPIC}" class="topictitle<!-- IF topicrow.S_UNREAD_TOPIC --> link-new<!-- ENDIF -->">{topicrow.TOPIC_TITLE}</a>
Code: Select all
{topicrow.ATTACH_ICON_IMG} <!-- IF topicrow.S_POST_STICKY --><b>{L_TOPIC_PREFIX_STICKY}</b> <!-- ENDIF --><!-- IF topicrow.S_TOPIC_LOCKED --><b>{L_TOPIC_PREFIX_LOCKED}</b> <!-- ENDIF --><!-- IF topicrow.S_TOPIC_MOVED --><b>{L_TOPIC_PREFIX_MOVED}</b> <!-- ENDIF --><!-- IF topicrow.S_HAS_POLL --><b>{L_TOPIC_PREFIX_POLL}</b> <!-- ENDIF --><a href="{topicrow.U_VIEW_TOPIC}" class="topictitle<!-- IF topicrow.S_UNREAD_TOPIC --> link-new<!-- ENDIF -->" title="<!-- IF topicrow.TOPIC_PREVIEW_TEXT -->{topicrow.TOPIC_PREVIEW_TEXT}<!-- ELSE -->{L_POSTED}: {topicrow.FIRST_POST_TIME}<!-- ENDIF -->">{topicrow.TOPIC_TITLE}</a>
I agree with you.It just appears that this is a bug between IE + RTL + Subsilver2
Code: Select all
title="
Code: Select all
dir="rtl" title="
still does not workVSE wrote:There's maybe one other thing you can try... In those two lines of code mentioned above, try:
find:replace with:Code: Select all
title="
See if that helps it work. (Subsilver2 has very poor RTL direction support compared to Prosilver)Code: Select all
dir="rtl" title="
no problem .. thanks for trying to helpVSE wrote:Sorry... There's nothing fancy to this MOD, so there isn't really anything more I can do to try to get IE to work correctly in your situation.
Code: Select all
<a title="<!-- IF topicrow.TOPIC_PREVIEW_TEXT -->
Code: Select all
<a style="float: right;" title="<!-- IF topicrow.TOPIC_PREVIEW_TEXT -->