Results 1 to 4 of 4

Thread: Where do I change the text for Pick

  1. #1
    Join Date
    Jan 2002
    Posts
    279

    Default Where do I change the text for Pick

    On the link listings pages where Hot, New and Pick shows up. What file do I need to change the text for these?

    craven

  2. #2
    Join Date
    Aug 2001
    Location
    Toronto, Ontario
    Posts
    678

    Default

    look for hot_link_rows.html, new_link_rows.html etc.

    these are similiar to rows.html


    edit these files as needed.

  3. #3
    Join Date
    Jan 2002
    Posts
    279

    Default

    I want to change the word PICK which comes up in pink next to links. I want to change it to SPONSORS. I don't see that in the rows.html files.

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

    Default

    Edit /lib/link.class.php line 55-59
    PHP Code:
      var $icon_new "<b><font style='font-family: Verdana; font-size: 11px; color: #4226EE;'><i>New</i></font></b>";
      var 
    $icon_updated "<b><font style='font-family: Verdana; font-size: 11px; color: #279D32;'><i>Updated</i></font></b>";
      var 
    $icon_top_rated "<b><font style='font-family: Verdana; font-size: 11px; color: #FF7200;'><i>Top Rated</i></font></b>";
      var 
    $icon_hot "<b><font style='font-family: Verdana; font-size: 11px; color: #EE2655;'><i>Hot</i></font></b>";
      var 
    $icon_pick "<b><font style='font-family: Verdana; font-size: 11px; color: #FF00F0;'><i>Pick</i></font></b>"

Similar Threads

  1. Replies: 0
    Last Post: 06-22-2004, 11:34 PM
  2. Replies: 2
    Last Post: 05-12-2004, 10:18 PM
  3. Replies: 14
    Last Post: 04-18-2004, 02:43 PM
  4. CHANGE ==> NEW Updated HOT
    By pixelschubser in forum v5.x
    Replies: 2
    Last Post: 03-11-2004, 06:57 AM
  5. Replies: 9
    Last Post: 09-23-2003, 06:10 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
  •