Joomla Article to Another Page Link

Discussion in 'Joomla' started by Exellero, Oct 2, 2010.

  1. #1
    Hello i want to link an article with another page ex:google.com. Meaning that the article itself wont show but just redirects to a website. I need to do this with a article on the front page which has an image. My goal is to create some portals to another sites using the articles(images) on the front page. Is this possible?

    Thanks
     
    Exellero, Oct 2, 2010 IP
  2. kai555

    kai555 Peon

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi

    If I understand correctly: you want to show the articles on the front page, but if someone clicks on the article to view the full article they must be redirected to another link.

    This is a bit of a workaround, but you could place a script in the article (You could do this by removing the wysiwyg editor temporarily and then just write javascript in the article) that checks if the current location is the home page, if not set the location.

    if (window.location!="index.php") window.location="new site"
     
    kai555, Oct 21, 2010 IP
  3. moderntattoodesigns

    moderntattoodesigns Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You could just put the link in the article text.
     
    moderntattoodesigns, Nov 17, 2010 IP