Recent content by Nickolas

  1. Nickolas

    Implemented Url Romanization

    Sorry for my english. XenForo has a feature about this. But as I looked there is no way to default using. The following code: XenForo/Link.php public static function buildIntegerAndTitleUrlComponent($integer, $title = '', $romanize = false) Could you please that the third parameter...
  2. Nickolas

    The worst thing in life is ending up with people who make you feel all alone.

    The worst thing in life is ending up with people who make you feel all alone.
  3. Nickolas

    I used to think the worst thing in life was to end up all alone. It's not.

    I used to think the worst thing in life was to end up all alone. It's not.
  4. Nickolas

    Fixed Non-English letters are not lowercasing in URLs.

    well yes... That solution not work for every language. But works for Turkish Language... That 's why, I wrote that code.
  5. Nickolas

    Fixed Non-English letters are not lowercasing in URLs.

    You can modify the UTF-8 Library accent array. Create a plugin and try following code... global $UTF8_LOWER_ACCENTS, $UTF8_UPPER_ACCENTS; $UTF8_LOWER_ACCENTS = array_merge($UTF8_LOWER_ACCENTS, array( 'ı' => 'i', 'ü' => 'u', 'ö' => 'o'...
  6. Nickolas

    PHP Reference Bug?

    I have found out that when we run this code the result is below (Result B). But expected result should be Result A: Array ( [0] => Test [1] => Tested [2] => Test ) Array ( [0] => Test 1 [1] => Tested [2] => Test 1 ) I believe that this is pointer/reference related...
  7. Nickolas

    Fixed  Attachment Model Bug

    okay, I think i find a bug... I just examining the code and i found this... Model/Attachment.php I think the correct line is...
  8. Nickolas

    Which PHP IDE? / What do you use to code?

    well... I have AMD X6 Phenom II 3.2 Ghz CPU and 8 GB RAM... I never feel that :)
  9. Nickolas

    Domavatus vestul motabilum

    Domavatus vestul motabilum
  10. Nickolas

    As designed  Text Split BBCode Problem

    Well the pictures better explain than me :)
  11. Nickolas

    Small Artifact on 'Update Your Status'

    Yes... I can confirm that on windows 7 and Google Chrome
  12. Nickolas

    Show Us your XF!

    well this is the test site too... http://www.hyperspace.gen.tr
  13. Nickolas

    Is there a better way than DOMDocument?

    yes there is... writing your own class :) It takes 20 minutes. Then? You 'll be glad:)
  14. Nickolas

    for Turkish speaking people / Aramizda Türk Yok mu beyler?

    http://xenforo.com/community/threads/redirect-modifications-on-language-translations.7341/ Bu başlığa bir arkadaş bakabilir mi? İngilizceye çevirirse sevinirim
Top Bottom