Additional links in eSyndicat

Discussion in 'Directories' started by enQuira, Mar 29, 2007.

  1. #1
    I highly recommand this script over phpld eventhough it costs $49 (you can remove the powered by notice).
    Back to subject:
    Allowing additional deeplinks in esyndicat is done easily from the admin panel and a small edit of 1 file:

    For each additional listing you want to add, do the following:

    In "Manage Listing Fields" add two custom fields with the following attributes.

    Fields1
    **************************
    Name: title1
    English Title: TITLE 1
    Show On Pages: (checked) Suggest Listing (unchecked) Listing Details
    Required Field: No
    Visible for admin only: No
    Field Type: Text
    Field Length: 150
    Field Default Value:

    Fields2
    **************************
    Name: url1
    English Title: URL 1
    Show On Pages: (checked) Suggest Listing (unchecked) Listing Details
    Required Field: No
    Visible for admin only: No
    Field Type: Text
    Field Length: 150
    Field Default Value:


    Edit Template:
    ******************
    To display the additional link in the details page open view-link.tpl

    Right after

    {foreach from=$fields item=field}
    other code .........
    {/foreach}

    Add the following

    { if $link.title1}
    <tr>
    <td>&nbsp;</td><td><a href="{$link.url1}">{$link.title1}</a></td>
    </tr>
    {/if}




    That's it!
    Of course you can do the same to add more additional links.

    All this applies to the PRO version, I don't know about the free one.

    To see a demo, rakCha web directory
     
    enQuira, Mar 29, 2007 IP
  2. paidhosting

    paidhosting Peon

    Messages:
    4,822
    Likes Received:
    483
    Best Answers:
    0
    Trophy Points:
    0
    #2
    There i a major bug using this script i will not go on in details of the same, and was major reason for me to get a refund from esy. other than the fact that their support was never online or ever able to help you with issues. And back than their payment module really sucked, so if they have changed that it would be great news to current owners.
     
    paidhosting, Mar 29, 2007 IP
  3. enQuira

    enQuira Peon

    Messages:
    1,584
    Likes Received:
    250
    Best Answers:
    0
    Trophy Points:
    0
    #3
    me recommanding the script was not the subject of the thread. But thanks anyways.
     
    enQuira, Mar 29, 2007 IP
  4. paidhosting

    paidhosting Peon

    Messages:
    4,822
    Likes Received:
    483
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Weird does title of a thread really covers the topics inside the thread ?

     
    paidhosting, Mar 29, 2007 IP