Search:

Type: Posts; User: Viktor

Search: Search took 0.02 seconds.

  1. ok, please print $listing array then click right...

    ok, please print $listing array then click right button mouse and choose: View Page Source,
    Find the array from the code and find the country field. I hope it will help you to create the correct...
  2. click right mouse button and choose: View Page...

    click right mouse button and choose: View Page Source
    find the array and path to the value. approximate variable: {$listing.Fields.description_add.value}
    But as I see you need to learn how to work...
  3. At first, I sugget you print 2 arrays on...

    At first, I sugget you print 2 arrays on listing_details.tpl file:


    {$listing|@print_r}
    {$listing_data|@print_r}


    maybe the information which you need already exists there.
  4. We are using "LEFT JOIN" and connecting with...

    We are using "LEFT JOIN" and connecting with other tables and take keys.
    Example:


    SELECT `T2`.`Key` FROM `fl_listings` AS `T1`
    LEFT JOIN `fl_categories` AS `T2` ON `T1`.`Category_ID` =...
Results 1 to 4 of 4