RTL languages problems

General discussion of development ideas and the approaches taken in the 3.x branch of phpBB. The current feature release of phpBB 3 is 3.3/Proteus.
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.

If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
User avatar
hanakin
Front-End Dev Team Lead
Front-End Dev Team Lead
Posts: 968
Joined: Sat Dec 25, 2010 9:02 pm
Contact:

Re: RTL languages problems

Post by hanakin »

prototech wrote:The arrow is pointed in the opposite direction of what's in LTR, so I don't see the issue. The online image needs to be translated, so it's expected that translators will flip it over (you can see that in the 3.0.x Persian translation). We just take care of positioning it correctly.
its backwards in both not just RTL
Donations welcome via Paypal Image

User avatar
Meis2M
Registered User
Posts: 448
Joined: Fri Apr 23, 2010 10:18 am
Contact:

Re: RTL languages problems

Post by Meis2M »

Forum Rules:
22-Jun-14 14-57-02.png
(80.48 KiB) Downloaded 540 times
Demo:
http://area51.php-bb.ir/viewforum.php?f=8

User avatar
prototech
Former Team Member
Posts: 53
Joined: Mon Mar 12, 2007 12:25 am

Re: RTL languages problems

Post by prototech »

The value that you've supplied for the rules link is ???????????? so that's not an issue.

Code: Select all

	<div class="rules rules-link">
		<div class="inner">

					<a href="????????????">Forum rules</a>
		
		</div>
	</div>
(If you want to check in English - http://area51.php-bb.ir/viewforum.php?f=8&language=en)

User avatar
Meis2M
Registered User
Posts: 448
Joined: Fri Apr 23, 2010 10:18 am
Contact:

Re: RTL languages problems

Post by Meis2M »

Yes. sorry it was my mistake

User avatar
Meis2M
Registered User
Posts: 448
Joined: Fri Apr 23, 2010 10:18 am
Contact:

Re: RTL languages problems

Post by Meis2M »

there is a problem in " jump to" in RTL.
1.png
1.png (4.91 KiB) Viewed 9084 times
it is padding left or float left...

User avatar
nickvergessen
Former Team Member
Posts: 733
Joined: Sun Oct 07, 2007 11:54 am
Location: Stuttgart, Germany
Contact:

Re: RTL languages problems

Post by nickvergessen »

Is this RC2 Meis2M?
Member of the Development-TeamNo Support via PM

User avatar
PayBas
Registered User
Posts: 305
Joined: Tue Jul 29, 2008 6:08 pm
Contact:

Re: RTL languages problems

Post by PayBas »

Its already solved in prototechs latest PR.

https://github.com/phpbb/phpbb/pull/2714

Post Reply