extrafields

Discussion in 'Technical Support' started by seymourjames, May 20, 2008.

Thread Status:
Not open for further replies.
  1. seymourjames All Hands On Deck

    Is there any easy way to display an extrafield in the userbrowselistings.php page with the designer version. In my case a property reference?

    A nice little mod however that may help users administer their listings if they have many adverts is to modify the line

    <td class="{cycle values="row1,row2" advance=false}">{$entry.title}</td>

    in userbrowselistings.tpl and replace with this

    <td class="{cycle values="row1,row2" advance=false}"><a href={$smarty.const.URL}/viewlisting.php?view={$entry.id} target="_blank">{$entry.title}</a></td>

    It then hyperlinks the entry.title so users can more easily identify their listings.
  2. Lhotch curmudgeon

  3. seymourjames All Hands On Deck

    Yes I saw this earlier but this mod is for the developer version. I was hoping to see a way round for the designer version. Thanks. It would seem a reasonable update request for a future version of 68C that sellers can identify their listings more efficiently and not just by their title.
  4. cwp Customer

    Currently you have to have the developer edition. I recommend the developer edition because of all the little things that you can do that can make a big difference. The price tag on the developer edition is very reasonable to be able to modify the code the way you want it.
  5. seymourjames All Hands On Deck

    I may just do that. Thanks CWP.
Thread Status:
Not open for further replies.

Share This Page