TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

Members
  • Total Members: 3,964
  • Latest: stylix
Stats
  • Total Posts: 195,964
  • Total Topics: 21,317
  • Online today: 1,966
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 0
  • Guests: 1592
  • Total: 1592

Right to Left writing Direction

Started by Hadi, October 05, 2007, 01:49:41 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Hadi

Greetings,

After alot of search I couldnt find support how to modify the TP text direction from Left-Right to Right-left.


My forums supports multi languages, and adjust the direction accordingly, but not any more.


What Shall i do to fix this?

agridoc

  For Greek aeromodellers and our friends around the world  - Greek Button sets for SMF

vivid

#2
Hi Hadi,
My TP working very good, just plz follow these steps :

* open index.template.php in the default theme.
* search for these codes and change the align {left} to {right}

Note: Change align to "right"

</td>
<td align="right" class="catbg">
<img src="', $settings['images_url'], '/smflogo.gif" style="margin: 2px;" alt="" />
</td>
</tr>
</table>';



Note: Change align to "right"

echo '
<td class="titlebg2" height="32" align="right">
<span class="smalltext">' , $context['current_time'], '</span>';

// this is the upshrink button for the user info section



Note: Change align to "right"

<td class="titlebg2" align="right" nowrap="nowrap" valign="top">

note: Here you should change padding-left to padding-right

echo '<td width="' ,$context['TPortal']['leftbar_width'], '" style="padding: ' , isset($context['TPortal']['padding']) ? $context['TPortal']['padding'] : '4' , 'px; padding-top: 4px;padding-right: 1ex;" valign="top">


Note: Change align to "right"

echo '<td style="padding: ' , isset($context['TPortal']['padding']) ? $context['TPortal']['padding'] : '4' , 'px; padding-top: 4px; padding-left: 1ex;" valign="top" align="right">


This website is proudly hosted on Crocweb Cloud Website Hosting.