Total Users Online: 0 üye, 309 guest | Tarih/Saat: 2026-05-25 01:34
Link Icons BBCode
This BBCode allows you to represent different types of links with an icon.
Link Icons BBCode
This BBCode allows you to represent different types of links with an icon.

Instructions:
Open skins/skinname/skinname.css
At the bottom add:
Kod:
    a.folder {
            padding-left: 17px;
            background: url("images/linkicons/folder.png") 0 40% no-repeat;
    }

    a.file {
            padding-left: 17px;
            background: url("images/linkicons/file.png") 0 40% no-repeat;
    }

    a.download {
            padding-left: 17px;
            background: url("images/linkicons/download.png") 0 40% no-repeat;
    }

    a.external {
            padding-left: 17px;
            background: url("images/linkicons/external.png") 0 40% no-repeat;
    }

    a.pdf {
            padding-left: 17px;
            background: url("images/linkicons/pdf.png") 0 40% no-repeat;
    }


BBCode:
Kod:
'\\[link=file\\]([^\\([]*)\\[/link\\]' => '<a href="\\1" class="file">\\1</a>',
'\\[link=folder\\]([^\\([]*)\\[/link\\]' => '<a href="\\1" class="folder">\\1</a>',
'\\[link=download\\]([^\\([]*)\\[/link\\]' => '<a href="\\1" class="download">\\1</a>',
'\\[link=external\\]([^\\([]*)\\[/link\\]' => '<a href="\\1" class="external">\\1</a>',
'\\[link=pdf\\]([^\\([]*)\\[/link\\]' => '<a href="\\1" class="pdf">\\1</a>',

Example:
Kod:
    [link=folder]http://www.google.com[/link]
    [link=file]http://www.google.com[/link]
    [link=download]http://www.google.com[/link]
    [link=external]http://www.google.com[/link]
    [link=pdf]http://www.google.com[/link]

Henüz yorum yapılmamıştır.
Link Icons BBCode
Author: Kaan
Date: 2010-11-08 22:38
Comments: (0)
Benzer SayfalarYorum
16x16 Free Application Icons0
NOTE BBCODE0
BBCODE PARSER V22
Mini Pixel Icons0
PFS FILE ICONS0
Textarea BBCode0
Inline code BBCode0
IE Only BBCode0
Letter Spacing BBCode0
System Info BBCode0
 
Powered by Seditio © 2009-2012 All Rights Reserved