Search:

Type: Posts; User: Rudi

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    2,712

    Of course, because you commented out the code...

    Of course, because you commented out the code incorrectly

    you should use /* ... */ to comment php code
  2. Replies
    12
    Views
    2,712

    Hello, My solution below works well for me

    Hello,

    My solution below works well for me
  3. Replies
    12
    Views
    2,712

    Hello, Instead of my code below use this: ...

    Hello,

    Instead of my code below use this:



    if (!defined('REALM')) {
    $options = " AND `Code` <> 'en'";
    }
  4. Replies
    12
    Views
    2,712

    Go to includes > classes > rlLang.class.php >...

    Go to includes > classes > rlLang.class.php > public function getLanguagesList

    after:


    if ($status == 'all') {
    $options = "WHERE `Status` <> 'trash'";
    } else {
    $where =...
Results 1 to 4 of 4