Results 1 to 9 of 9

Thread: Suspended? And help with adding a field.

  1. #1
    Join Date
    Apr 2007
    Posts
    30

    Default Suspended? And help with adding a field.

    What does it mean when someone is suspended? I have someone that is suspended but not sure why or how.

    Also I would like to give submitters the option to submit 2 or 3 deep links with each submission. How do I set this up? I have played around with the field options but am not sure what combonation to use.

    thanks

  2. #2
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    It's because he is trying to submit as paid listing, but not complete make payment.

    To set deep link, you need to create a new custom fields. In admin panel > link > custom field

    add 3 custom fields: deeplink1, deeplink2, deeplink3, as with text type.

    those 3 fields will automatically displayed when someone submit new link, try www.domain.com/add.php

    the lasting: you need to change rows.html, and detail_rows.html to display the deep link. Put:
    Code:
    <%$deeplink1%> <%$deeplink2%> <%$deeplink3%>

  3. #3
    Join Date
    Apr 2007
    Posts
    30

    Default

    I need them to choose anchor text 1 and URL 1 and then I need to display the anchor text going to that URL, I don't think the code you wrote will do that.

  4. #4
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    Yes, you're correct. You need:
    anchor_text1
    url_1
    anchor_text2
    url_2
    anchor_text3
    url_3

    then you should combine with html codes.
    Code:
    <a href="<%$url_1%>"><%$anchor_text1%></a>

  5. #5
    Join Date
    Apr 2007
    Posts
    30

    Default

    Sorry I need it spelled out very simply, I am not a coder. After I set up the fields (both text)?, what code do I place to show them on the details page and where do I put the code exactly?

    thanks

  6. #6
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    To make it visible in category page and search result page, put in rows.html
    and to make it visible in detail page, put it in detail_link.html

  7. #7
    Join Date
    Apr 2007
    Posts
    30

    Default

    Can you give complete instructions in one post please?

    I need to put this in? "you need to change rows.html, and detail_rows.html to display the deep link. Put:

    Code:
    <%$deeplink1%> <%$deeplink2%> <%$deeplink3%>"

    and this in?

    "then you should combine with html codes.

    Code:
    <a href="<%$url_1%>"><%$anchor_text1%></a>"

    thanks

  8. #8
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    I think it's clear enough


    Create custom fields:

    anchor_text1
    url_1
    anchor_text2
    url_2
    anchor_text3
    url_3


    You need to change your template files, which are rows.html and detail_rows.html. Put this code in proper position you desire:

    <a href="<%$url_1%>"><%$anchor_text1%></a>
    <a href="<%$url_2%>"><%$anchor_text2%></a>
    <a href="<%$url_3%>"><%$anchor_text3%></a>

  9. #9
    Join Date
    Apr 2007
    Posts
    30

    Default

    I think I figured it out finally, thanks for the help.
    Last edited by jg123; 04-23-2007 at 12:43 AM.

Similar Threads

  1. Replies: 3
    Last Post: 06-06-2005, 10:15 AM
  2. Adding a drop down select field
    By esm in forum v3.2
    Replies: 1
    Last Post: 05-22-2003, 01:06 PM
  3. Adding a Custom Field
    By craven in forum v5.x
    Replies: 1
    Last Post: 07-01-2002, 08:49 AM
  4. Adding custom Field with pictures
    By TheLobo in forum v5.x
    Replies: 0
    Last Post: 10-04-2001, 10:18 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •