Results 1 to 3 of 3

Thread: How to remove the text "There's no web links here"

  1. #1
    Join Date
    Jan 2007
    Posts
    86

    Default How to remove the text "There's no web links here"

    Where can I go to remove this text, its not needed, I'd like to disable it on ALL pages

    Thanks

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

    Default

    It's in browse.html

    <%else%>
    <p>There's no web links here.</p>
    <%/if%>

    I would suggest just changing it to

    <%else%>
    &nbsp;
    <%/if%>

    Otherwise if you want to remove it completely you would need to remove <%if $link%> just above that to completely remove the IF statement or you'll get errors.

    By the way, that line only displays if there are no links in the cateogry. Add a link and it doesn't display.

  3. #3
    Join Date
    May 2007
    Location
    Evesham, Worcestershire, UK
    Posts
    58

    Default

    Or you could change it to

    'There are no web links here.'

    Which is much better english?

Similar Threads

  1. Replies: 2
    Last Post: 01-30-2007, 11:50 AM
  2. Members Detail Pages "Cutting off Text"
    By mxwebsites in forum v5.x
    Replies: 7
    Last Post: 01-30-2007, 11:13 AM
  3. how can i remove the "Google PR"?
    By joelin in forum v5.x
    Replies: 3
    Last Post: 11-16-2006, 07:02 AM
  4. Replies: 2
    Last Post: 12-22-2004, 02:54 PM
  5. Replies: 1
    Last Post: 07-18-2002, 07:47 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
  •