Quote:
Originally Posted by sadiq6210
OH you were in Kuwait It is one of our Gulf countries 
Thanks Chris for great support.
In the datagrid I have 4 issues
Please have a look to the screen-shot maybe you can support us
1- This is (Condition) column, nothing appears here!
When I enter any item, I can see the condition inside, but in data grid it is not appearing.
2- After edit (microclassifieds\datagrid\class\phpmydatagrid.cla ss.php)
I searched for (Displaying rows) and translated to ARABIC
About charset, I am using "windows-1256"
I am not sure what should I write in "var $charset" so I kept it as it is.
Code:
var $charset = "ISO-8859-1"; var $sqlcharset = "windows-1256";
3- I want to move it to right side.
4- how center all text in all cells?
|
Please... Please... Please... DON'T EDIT THE FILE phpMyDataGrid.php !!!! It's not that you're not allowed to do it, but EVERYTHING that is there can be set without modififying this file. Also in every update you'll loose all changes.
Examle:
1.- Do you want to translate the Grid in Arabic? Just rename any file in the directory microclassifieds/datagrid/languages that you don't plan to use (eg de.php) to ar.php, translate all the phrases, and then goto microCLASSIFIEDS settings and set as Grid Interface Language .... ar ... That's all. Do you want to change the charset to 1256? No problem. Change Character set to use for displaying data in grids from utf-8 to windows-1256. I spent hours to make your life easier. Avoid the difficult (and sometimes dangerous ways).
2.- As I wrote before. I'm missing free time. There was a bug in condition, I've post the correct file 3-4 times already (if you check previous pages), but still I haven't add in the districution file. Please upload the attached file and it will correct it.
Chris