Search:

Type: Posts; User: Viktor

Search: Search took 0.02 seconds.

  1. Replies
    15
    Views
    12,018

    Hello Wei, ...

    Hello Wei,



    <select name="profile[type]">
    <option value="0">{$lang.select}</option>
    {foreach from=$account_types item='account_type'}
    {if $account_type.ID == 5 ||...
  2. Replies
    15
    Views
    12,018

    Hello Aytug, You can create new condition in...

    Hello Aytug,

    You can create new condition in code if you want.

    go to ftp://templates>>your_template>>tpl>>controllers>>registration.tpl find code at line ~124:



    <select...
  3. Replies
    15
    Views
    12,018

    Hello all, Excuse me for previous fix but it's...

    Hello all,

    Excuse me for previous fix but it's not correct because I found new error if you delete this code:



    foreach ($types as $type)
    {
    $tmp_types[$type['ID']] = $type;
    }
  4. Replies
    15
    Views
    12,018

    Hello All, Why you deleted : return $types;...

    Hello All,

    Why you deleted :
    return $types; too?

    I said in previous answers: you should remove only :



    foreach ($types as $type)
  5. Replies
    15
    Views
    12,018

    nononno you shouldn't delete it. I returned it...

    nononno you shouldn't delete it. I returned it and it woks good now. Leave it :)
  6. Replies
    15
    Views
    12,018

    It;s correct fix but Oslo remove next line:...

    It;s correct fix but Oslo remove next line: return $types;
    I have returned and fix works good.
  7. Replies
    15
    Views
    12,018

    Would you please send me PM with ftp access...

    Would you please send me PM with ftp access details I will fix it asap!!!
  8. Replies
    15
    Views
    12,018

    Hello Oslo, You should go to...

    Hello Oslo,

    You should go to ftp://includes>>classes>>rlaccount.class.php find method: 'getAccountTypes'

    and remove code from this method:



    foreach ($types as $type)
    {
Results 1 to 8 of 8