Simply Links // English

  • August 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Simply Links // English as PDF for free.

More details

  • Words: 301
  • Pages: 2
Release Pages Version Compatibility License Email

Simply Links is a Links Management Component for Joomla! 1.0. This component and together with the plugin provides the ability to convert keywords 1.0.1 from the content to links. You can easily Joomla 1.0 manage the Name, URL, Description at GPL the backend and the Mambot generates [email protected] automatically links based on them. 04/25/2007 2

Go to the Menu, Installers > Components, and install the simply_links.zip! After success install of Simply Links, you can instantly access the Simply Links Component through the Menu, Components > Simply Links.

1

Links Manager

1 2

3

[1] Main Toolbar, [2] Select Fields [3] Publish/Unpublish

Add/Edit Link

4 5 [4] Main Toolbar, [5] Form with input fields

/* internal Links */ a.simply_intern:link { background: url(internal.gif) no-repeat 100% 0; padding: 0 20px 0 0px; } a.simply_intern:visited { background: url(internal.gif) no-repeat 100% -100px; padding: 0 20px 0 0px; } a.simply_intern:hover, a.simply_intern:active, a.simply_intern:focus { color: #fff; background: #669999 url(internal.gif) no-repeat 100% -200px; padding: 0 20px 0 0px; } /* external Links */ a.simply_extern:link { background: url(external.gif) no-repeat 100% 0; padding: 0 20px 0 0px; } a.simply_extern:visited { background: url(external.gif) no-repeat 100% -100px; padding: 0 20px 0 0px; } a.simply_extern:hover, a.simply_extern:active, a.simply_extern:focus { color: #fff; background: #669999 url(external.gif) no-repeat 100% -200px; padding: 0 20px 0 0px; }

1

2

1

2

3

3

2

CSS

[1] Position from Link a, [2] Postion from Link Visted[3] Postion from Link Hover. (Analog external Link)

function simplyPopups() { if (!document.getElementsByTagName) return false; var links = document.getElementsByTagName(„a“); for (var i=0; i < links.length; i++) { if (links[i].className.match(„simply_extern“)) { links[i].onclick = function() { window.open(this.getAttribute(„href“)); return false; } } } } window.onload = simplyPopups;

PopUp

Mambots > Site Mambots > Simply Links. After the document loaded, the DOM JavaScript looks for the anchor tags with the css class simply_extern.

Related Documents

Simply Links // English
August 2019 27
Simply Links /// Deutsch
August 2019 18
Simply Links // Deutsch
August 2019 22
Links For English
November 2019 25
English Book Links
November 2019 19
Links
November 2019 36