Results 1 to 2 of 2

Thread: Where are the links?

  1. #1

    Join Date
    Jan 2008
    Posts
    72

    Default Links

    Ok, I found what I was looking for on links, but now I have another related question.

    Is it possible to write a short paragraph to appear at the top of the links page? Would I just need to add this directly into the links.php file? I had create a language key with the text I would like to use, but I'm not sure of how to incorporate the key into the page.

    I'm also trying to figure out how to make the links open in a new window. There doesn't appear to be a specific place to enter a target tag, since it looks like everything is pulled from the database.
    Last edited by SittingOut; 01-22-2008 at 03:03 AM.
    Dolphin 6.0.0003 + Ray 3.0 Modded

  2. #2
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    To add your text, to do it correctly, you would add a __tag__ to the links template, and also add the code to links.php to parse the tag from the language database.

    Or, if you don't care - you can just hard code your text (but this is bad practice).

    The links in a new window - I think there is fix for this posted in the clean 6.0.1 bugfixing forum or the normal 6.0.1 bug fixing forum. Its part of CLEAN 6.0.1 and CLEAN 6.0.3 already.

    It is more or less changing the code to something like this:


    Code:
    $out .= "<a href=\"$link_url\" target=\"_blank\">$link_title</a></div>\n";
    notice the added

    Code:
    target=\"_blank\"
    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. ADD IM links
    By cg1 in forum FAQ & HOWTO
    Replies: 1
    Last Post: 06-28-2011, 11:20 AM
  2. Links.php
    By dan2007 in forum Dolphin General Discussion v5.3 to v5.6.5
    Replies: 0
    Last Post: 11-03-2007, 05:53 AM
  3. some of my links
    By PLAYMATE in forum General Issues, Comments, Questions
    Replies: 2
    Last Post: 04-27-2007, 08:59 AM
  4. how i can put links from .........
    By MafIA in forum General Issues, Comments, Questions
    Replies: 0
    Last Post: 01-13-2007, 06:40 AM
  5. Links with page links
    By treedguy in forum Free Mod Exchange
    Replies: 5
    Last Post: 10-13-2006, 07:16 PM

Bookmarks

Posting Permissions

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