Search:

Type: Posts; User: Rudi

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    12,496

    The reason is that on dealer's page the...

    The reason is that on dealer's page the {$seller_info} is defined later in the code

    so you can use php content box and define these details with this code:



    global $rlAccount;
    ...
  2. Replies
    8
    Views
    12,496

    you can use a simple way to output account...

    you can use a simple way to output account fields:

    {$seller_info.YOUR_FIELD_KEY}

    but you can't display values for phone and multi-fields

    or

    you can output any fields by accessing this...
  3. Replies
    8
    Views
    12,496

    Hello, you can allow using textarea field for...

    Hello,

    you can allow using textarea field for browse form

    for that you need to go to ftp > admin > controllers > account_types.inc.php

    at the bottom of the file find:


    if...
Results 1 to 3 of 3