Journalism and Admin

Day 1,343, 05:13 Published in Iran Iran by hayuola


EN
Introduction
Dear Admin!,
Firstly, I'd like to say, thank you for creating this game with dimensions such as: politics, war, fighting, business, and journalism. It’s been a long time since we've seen changes only in the war module, and there is no important changes in the newspaper module. Since one of the nine medals of the game depend on journalism and the media module; we can understand that this part has tremendous (great) importance for you.

Problems
For writing a newspaper we have to use that ineffective “BBcode EDITOR”, and as you may know this editor is too weak for this purpose. Another problem with this editor is, not using right to left writing languages like Persian, Arabic, Urdu and …

Nowadays players from these right-to-left writing countries – Iran , Egypt, Saudi Arabia, UAE, majority part of Pakistan and India - have problems in publishing their newspapers. This means that you haven't provided a suitable newspaper for at least 5000 of your player.

I think the people of China, Japan, Korea, Philippine and has have)had this problem as well)

Problems
Weakness of BBCode Editor.
Not supporting right to left text

Solutions

I have some suggestions that I would like you to consider to make your games a bit better:
Install a better editor instead of the BBcode. I suggest using the CKEditor. I've used it for years and I think It’s perfect.

If you haven’t enough time yet, to Install new Editor or your developers doesn't know how to install right-to-left writing I would gladly can show you some clues:

bbeButtons = new Hash({
right: new Hash({
title: 'Right to left Text',
icon: bbeSettings.get('imageBase') + right_left.png'
}),
function bbeAction(el, et) {
switch(action) {

case '#right':
et.insertAroundCursor({'before': '
', 'after': '
'});

break;

there are some work that I think you must do yourself. like
add
something and then

This article would have been impossible without the good assistance of Miss. Hanaa


FA
مقدمه
ادمین عزیز
در ابتدا، از تو به خاطر ایجاد چنین بازی بزرگی با ابعاد مختلفی همچون : سیاست، جنگ و مبارزه، تجارت و روزنامه نگاری تشکر می کنم. مدت زمان زیادی هست که ما تغییراتی مختلفی را تنها در ماژول جنگ می بینیم و تغییری را در ماژول روزنامه نگاری مشاهده نکرده ایم. از آنجا که یکی از ده مدال این بازی بر پایه روزنامه نگاری است، می توانیم بفهمیم که این بخش برای شما اهمیت زیادی داشته است.

مسئله
برای نوشتن یک مقاله جدید ما باید از ادیتور ضعیف "بی بی کد" استفاده کنیم، همانطور که شما اطلاع دارید این ادیتور برای این هدف بسیاز ضعیف است. مشکل دیگر که در مورد این ویرایشگر وجود دارد عدم استفاده از زبانهای راست به چپ مانند: فارسی، عربی، اردو ... است.

این روزها بازیکن های کشورهایی مانند ایران، مصر، عربستان، امارت متحده عربی، قسمتی بزرگی از پاکستان و هندوستان که از زبان راست به چپ استفاده می کنند برای انتشار روزنامه خود با مشکل روبرو هستند. که ای بدین معنی است که شما روزنامه مناسبی را برای حداقل 5000 نفر از بازیکنانت مهیا نکرده اید.
من فکر می کنم مردم چین، ژاپن، کره و فیلیپین و ... هم این مشکل را دارند.

مشکلات:
ضعف ویرایشگر بی بی کد
عدم پشتیبانی از زبان های راست به چپ


راه حل:
من چند ایده کوچک دارم که فکر می کنم می تونید بهش توجه کنید و کمی بازی را بهتر کنید:
یک ادیتور دیگر به جای بی بی کد نصب کنید. من از ادیتور سی کی ادیتور سالها استفاده کرده ام و ادیتور مناسبی است.
در صورتی که شما و تیم توسعه وقت کافی برای فکر کردن در مورد چگونگی فعال کردن راست به چپ نویسی ندارید برای شما چند سر نخ می نویسم.
bbeButtons = new Hash({
right: new Hash({
title: 'Right to left Text',
icon: bbeSettings.get('imageBase') + right_left.png'
}),
function bbeAction(el, et) {
switch(action) {

case '#right':
et.insertAroundCursor({'before': '
', 'after': '
'});

break;
فکر می کنم در مورد کد های زیر هم یکم باید خودت فکر کنی
add
something and then

با تشکر از دوست خوبم حنا که بدون کمک او نگارش این مقاله ممکن نمی شد.