أهلا وسهلا بك زائرنا الكريم في منتدى دعم PBBoard الرسمي، لكي تتمكن من المشاركة ومشاهدة جميع أقسام المنتدى وكافة الميزات ، يجب عليك إنشاء حساب جديد بالتسجيل بالضغط هنا أو تسجيل الدخول اضغط هنا إذا كنت عضواً .

Styles User name and text direction problem

موضوع مغلق

الصفحة 2 من 2
<
1

20-03-2014 08:54 مساءً
BlackRose
معلومات الكاتب
i add the styles my board but user name and text directon view right i want view to left
تم تحرير الموضوع بواسطة :BlackRose بتاريخ: 20-03-2014 09:00 مساءً


look/images/icons/i1.gif Styles User name and text direction problem
  20-03-2014 09:43 مساءً   [1]
Mr King
معلومات الكاتب
hi dear,



We need to see the problem





look/images/icons/i1.gif Styles User name and text direction problem
  20-03-2014 09:47 مساءً   [2]
Soliman
معلومات الكاتب
To Change the direction of Styles Be Through Edit the CSS and templates



To convert styles direction from right to left

1 - Replace all left To the word lelelel

2 - Replace all right To left

3 - Replace all lelelel To right



To convert styles direction from left to right

1 - Replace all right To the word rerere

2 - Replace all left To right

3 - Replace all rerere To the left





This is how short the public ..

تم تحرير المشاركة بواسطة :Soliman بتاريخ:23-03-2014 01:23 صباحاً


look/images/icons/i1.gif Styles User name and text direction problem
  20-03-2014 10:06 مساءً   [3]
BlackRose
معلومات الكاتب
i dont understand :S i open css but iam not founded right to left or left to rightStyles User name and text direction problem

look/images/icons/i1.gif Styles User name and text direction problem
  20-03-2014 10:20 مساءً   [4]
BlackRose
معلومات الكاتب
and my problem this i used theme user name and texy is right direction iwant view rleft dricetionStyles User name and text direction problem

look/images/icons/i1.gif Styles User name and text direction problem
  20-03-2014 11:02 مساءً   [5]
Soliman
معلومات الكاتب


No, not so



This is what I mean

Search for:

CODE
right<br />


And replace with:

CODE
rerere<br />


And Search for:

CODE
left<br />


And replace with:

CODE
right<br />




And Search for:

CODE
rerere<br />


And replace with:

CODE
left<br />




Make to the Templates and CSS





Do you get me !!

تم تحرير المشاركة بواسطة :Soliman بتاريخ:20-03-2014 11:05 مساءً


look/images/icons/i1.gif Styles User name and text direction problem
  20-03-2014 11:48 مساءً   [6]
BlackRose
معلومات الكاتب
ok i tried but not succes i enter adminpanel styles and templates manage sytles select theme edit css and aplied your tells but username enter the page and text direction didnt change :S

look/images/icons/i1.gif Styles User name and text direction problem
  21-03-2014 12:36 صباحاً   [7]
Soliman
معلومات الكاتب
Give Permission 777 for:

styles/#style name#/css/style.css

styles/#style name#/css

look/images/icons/i1.gif Styles User name and text direction problem
  21-03-2014 05:47 صباحاً   [8]
Mr King
معلومات الكاتب
hi dear,



control panel - styles & templates - manage templates - edit templates



looking for show_subject & go "edit"



looking for

CODE
<td class="thead" width="82%" align="right"


&

CODE
width="82%" valign="top" align="right"




change "right" to "left"



click "save and reload"





& go to "edit" the template "show_reply" & do like that








مشاكل وطلبات الاستايلات والقوالب(Support Templates , Styles) : ينقل لقسم



تم تحرير المشاركة بواسطة :Mr King بتاريخ:23-03-2014 06:21 صباحاً


look/images/icons/i1.gif Styles User name and text direction problem
  21-03-2014 05:01 مساءً   [9]
Mr King
معلومات الكاتب
for address bar :



"edit" template "address_bar_part1"

change "right" to "left" in
CODE
<div class="address_bar" align="right">




& go manage styles - edit CSS - "go"



looking for

CODE
.address_bar
{
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 8pt;
    color: #838383;
    background-image: url(images/address_bar_start.gif);
    background-repeat: no-repeat;
    background-position: right center;
}




change "right" to "left" in
CODE
padding-right: 20px;<br />
&
CODE
background-position: right center;<br />






look/images/icons/i1.gif Styles User name and text direction problem
  21-03-2014 05:36 مساءً   [10]
Mr King
معلومات الكاتب
for buttons add new subject & add new reply :



1- in topics :

edit the templates "subject_top" & "topic_end"

looking for
CODE
{template}add_reply_link{/template}<br />
	{template}add_subject_link{/template}<br />


A- before them,

change "right" to "left" in
CODE
<td align="right">


& change "r-right" to "l-left" in
CODE
<div id="buttons_close" class="r-right">


B- after them,

change "right" to "left" in
CODE
<td width="2%" align="right">




2- in subjects table :

edit the template "forum_subject_table"

looking for
CODE
{template}add_subject_link{/template}<br />


-before that, change "right" to "left" in
CODE
<td align="right">


- & after that, change "left" to "right" in
CODE
<td align="left">
	{if {$pager}}




look/images/icons/i1.gif Styles User name and text direction problem
  22-03-2014 01:02 مساءً   [11]
BlackRose
معلومات الكاتب
المشاركة الأصلية كتبت بواسطة: Mr King for buttons add new subject & add new reply :



1- in topics :

edit the templates "subject_top" & "topic_end"

looking for
CODE
{template}add_reply_link{/template}<br />
	{template}add_subject_link{/template}<br />


A- before them,

change "right" to "left" in
CODE
<td align="right">


& change "r-right" to "l-left" in
CODE
<div id="buttons_close" class="r-right">


B- after them,

change "right" to "left" in
CODE
<td width="2%" align="right">




2- in subjects table :

edit the template "forum_subject_table"

looking for
CODE
{template}add_subject_link{/template}<br />


-before that, change "right" to "left" in
CODE
<td align="right">


- & after that, change "left" to "right" in
CODE
<td align="left">
	{if {$pager}}


Styles User name and text direction problem

تم تحرير المشاركة بواسطة :BlackRose بتاريخ:22-03-2014 03:38 مساءً


look/images/icons/i1.gif Styles User name and text direction problem
  23-03-2014 06:17 صباحاً   [12]
Mr King
معلومات الكاتب
"edit" the template "show_reply"

looking for
CODE
<td class="thead" colspan=




after them,

change "l-left" to "r-right" in
CODE
<div class="l-left">
	    <a title=


&

change "r-right" to "l-left" in
CODE
<div class="r-right">
	        <a href="javascript:switchMenuNone

تم تحرير المشاركة بواسطة :Mr King بتاريخ:23-03-2014 06:20 صباحاً


الصفحة 2 من 2
<
1


الكلمات الدلالية
لا يوجد كلمات دلالية ..






الساعة الآن 10:25 AM