Hi everyone,
as you may know, I been around the forums for quite some time, you see I have a Christian website that runs on phpnuke, the people from phpnuke helped me so much in the development of my website that I decided to do something to thank them, first I tried creating modules and themes to give back to the community, but found out that fixing bugs was not an easy task, so I headed in a different direction.
I decided to create a directory of only! phpnuke websites, I thought that would be something fun and easy to do. So I did, got a nice piece of sotfware and decided to create the directory. What suprise I received when Nuke users started to like my site, they started to ask me for diffent features and stuff, but since I'm limited in my knowledge of php, I decided to get Indexu, which is one of the best software that exist today (official support is not that good to be honest) but that's another story. Anyways, so I'm currently working on the directory and it looks pretty good.
So yes, in the first week of this simple directoy I created people all over started submitting their phpnuke sites, in a period of one week I received 2500 submissions, so that can give you an idea of how the phpnuke community was in need of a good directory (which in this case was only a simple one)
So yeah, thanks to indexu, I'm heading into a cool database of nuked sites that I can say will be a complete success, with only sites submitted by real people and reviews from real people as well.
but... yes, thereis always a but right? there is a problem! yeah, so let me tell you what I'm having problems with,
Ok, so the directoy got popular and People started telling me that they would like to translate my site into different languages (8 different language offers in total) so I modified indexu and made it multilanguage, calling every word and phrase from the msg.php file.
This is the way I did it:
on my html templates I have this
<php>echo SUBMIT_YOUR_SITE;<\php>
and in my msg.php file I have the following:
define ("_SUBMIT_YOUR_SITE", "Submit Your Site");
this way, I only need to translate msg.php to have a directoy in another complete language...
so yes, my application is ready to be translated into any language...
The thing is.......... there is some files in the cp/ folder that are not picking up the variables from the msg.php file, and I really do not konw why.
if someone has an idea of how this can be fixed, I would really apprecaite it.
Thanks..
Sincerely,
Polo


