Results 1 to 2 of 2

Thread: Few Questions

  1. #1
    Join Date
    Jun 2008
    Posts
    65

    Default Few Questions

    In Deluxe, How can I remove the "http://" from displaying in the listing when there isn't a URL added (some business we are adding don't have a URL)

    Do I need to modify: rows.html page and the detail.html pages?

    Also,
    How do restrict the FREE membership adding an image or URL?

    I want them to upgrade so they can upload their image and add their URL.

    thanks,
    B

  2. #2
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    Removing the http:// is unnecessary, but you can do that in link.class.php.

    As for adding images, you can't stop someone from adding their image when submitting their link. You stop it from displaying on the details page.

    You can see an example at Login

    Simply use an IF statement to make your point.

    <% if $premium =='1' | $sponsored =='1' %>
    <%$logo%>
    </if>

    Then the image will display only if it is a premium of sponsored link.

Similar Threads

  1. Just a few questions
    By kiviniar in forum Pre-Sales Questions
    Replies: 4
    Last Post: 11-26-2006, 08:33 AM
  2. 2 questions
    By cabesoul in forum Tutorials, Hints & Tips
    Replies: 4
    Last Post: 06-20-2006, 02:00 PM
  3. questions
    By wild boar in forum Pre-Sales Questions
    Replies: 8
    Last Post: 04-01-2004, 12:42 AM
  4. Few questions
    By cucupidon in forum Pre-Sales Questions
    Replies: 7
    Last Post: 09-10-2003, 09:03 AM
  5. Two questions
    By TheGo in forum v5.x
    Replies: 2
    Last Post: 11-06-2001, 04:13 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
  •