Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

arilinkifier in v 2.x
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: arilinkifier in v 2.x
#52615
arilinkifier in v 2.x 10 Years, 1 Month ago Karma: 0
What the best way in v2.x to implement the arilinkifier function that was in v1.x?
The administrator has disabled public write access.
 
#52617
Re:arilinkifier in v 2.x 10 Years, 1 Month ago Karma: 760
Hello,

Could you specify in what context you used it before?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#52619
Re:arilinkifier in v 2.x 10 Years, 1 Month ago Karma: 0
admin wrote:
Hello,

Could you specify in what context you used it before?

Regards,
ARI Soft


I used it to produce links for email and web addresses embedded with other text pulled from a .csv file thus avoiding the need to have them in a separate field. Here's the code from a v 1.x table where I'm using it.

Code:

{arijdatatable bPaginate="true" sPaginationType="full_numbers" iDisplayLength="25" bAutoWidth="false"}
   {aricsvtable file="/data/xml/allAreaClubs.csv" sortBy="dayWeek" sortDir="asc"}
      {aricsvtablecolumns}
       {aricsvtablecolumn id="dayWeek" alias="Day" pos="1" width="5%"}
               {coltemplate}
         <script>var day = '{$dayWeek}'.substr(2,3); document.write(day);</script>
              {/coltemplate}
       {/aricsvtablecolumn}
        {aricsvtablecolumn id="clubIcon" alias="Icon" pos="2" width="10%"}
            {coltemplate}<IMG SRC="/images/icons/{$clubIcon}" ALT="{$clubIcon}" width="80" >{/coltemplate}
        {/aricsvtablecolumn}
        {aricsvtablecolumn id="clubName" alias="Name/Description" pos="3" width="30%"}
           {coltemplate}<strong>{$clubName}</strong> - {$danceLevel}  - {$clubDesc}        
            - <a href="http://coloradosquaredance.com/index.php/events-calendar/eventsbyyear/?search_fv={$clubName}" target="_top">View Club Events Calendar</a>
            - {arilinkifier target="_blank"}Web Link: {$webLink} {/arilinkifier}

           {/coltemplate}
         {/aricsvtablecolumn}

        {aricsvtablecolumn id="clubContactInfo" alias="Contact Info" pos="4"}
        {coltemplate}{arilinkifier target="_blank"}{$clubContactInfo} - {$clubContactEmail}{/arilinkifier}{/coltemplate}           
        {/aricsvtablecolumn}


        {aricsvtablecolumn id="venueName" alias="Venue" pos="5"}
           {coltemplate}{$venueName}, {$venueAddress1}, {$venueCity}, {$venueState} {$venueZipcode}
           {/coltemplate}
        {/aricsvtablecolumn}

        {aricsvtablecolumn id="cssdaMember" alias="CSSDA" pos="6" width="10%"}
            {coltemplate}{$Area} / {$cssdaMember}{/coltemplate}
         {/aricsvtablecolumn}

      {/aricsvtablecolumns}
  {/aricsvtable}
{/arijdatatable}



The administrator has disabled public write access.
 
#52621
Re:arilinkifier in v 2.x 10 Years, 1 Month ago Karma: 760
Currently the extension doesn't support this plugin. It is possible to format data using "Columns settings -> Format" parameter.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1