Modify

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#13563 closed enhancement (fixed)

[patch] support "source" in tag2link plugin

Reported by: Klumbumbus Owned by: Don-vip
Priority: normal Milestone:
Component: Core tag2link Version:
Keywords: Cc:

Description

  • tag2link_sources.xml

     
    3434            <link name="Send Email" href="mailto:%v%" />
    3535        </rule>
    3636        <rule>
     37            <condition k="source" v="(http:|https:).*"/>
     38            <link name="View website" href="%v%" />
     39        </rule>
     40        <rule>
    3741            <condition k="image" v="(http:|https:).*"/>
    3842            <link name="View image" href="%v%" />
    3943        </rule>

Attachments (0)

Change History (1)

comment:1 by Don-vip, 8 years ago

Resolution: fixed
Status: newclosed

Fixed in [o32940:32942].

Last edited 8 years ago by Klumbumbus (previous) (diff)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Don-vip.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.