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


Recent Events
  • 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.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


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?

How do I do this?
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: How do I do this?
#27865
Re:How do I do this? 12 Years, 2 Months ago Karma: 0
1. Where can I find the plugin please? I've tried a search on your site and can't it.

2. The links are stored as URLs only e.g h_t_t_p://mysite/folder/file.rm
The administrator has disabled public write access.
 
#27871
Re:How do I do this? 12 Years, 2 Months ago Karma: 748
1. Find the plugin here.

2. You can use "Columns settings -> Format" parameter. For example if ID of a column with links is "Link", set "Columns settings -> ID" parameter to Link and "Columns settings -> Format" set to <a href="{$value}">Open link</a>

Regards,
ARI Soft
The administrator has disabled public write access.
 
#27881
Re:How do I do this? 12 Years, 2 Months ago Karma: 0
1. Thanks for the plugin - I'll have a play with it

2. I've now got the links to work, thank you. But not every column has an entry in it, is there a way to only display "PLAY" for actual links?

The table is nesting here whilst I fix it - www.hardcorewillneverdie.com/joomla/

You'll notice some of the PLAY links in "side two" are linking to h__p://www.hardcorewillneverdie.com/joomla/ - these should be blank.

Your help is very much appreciated BTW, thanks for your patience
The administrator has disabled public write access.
 
#27904
Re:How do I do this? 12 Years, 2 Months ago Karma: 748
Use the next value in "Columns settings -> Format" parameter:

Code:


<a href="{$value|empty:#}">PLAY</a>



Regards,
ARI Soft
The administrator has disabled public write access.
 
#27934
Re:How do I do this? 12 Years, 2 Months ago Karma: 0
admin wrote:
Use the next value in "Columns settings -> Format" parameter:

Code:


<a href="{$value|empty:#}">PLAY</a>



Regards,
ARI Soft


I've copied the above code into Columns settigs -> Format but it's not worked

www.hardcorewillneverdie.com/joomla/

Also is it possible to create hyperlink that would jump to this table with a specific critera?

For example, I would like a hyerlink called "1991", when you clicked on it it would open the page with the table on and show everything returned in the search "1991"

eg www.hardcorewillneverdie.com/mixes.php?sea=fabio or www.hardcorewillneverdie.com/mixes.php?yr=1991
The administrator has disabled public write access.
 
#27935
Re:How do I do this? 12 Years, 2 Months ago Karma: 748
1. Sorry, but what doesn't work, empty links are replaced with "#" link.

2. About search criteria, it is possible to use request variables in a SQL query (if data is loaded from a database) or in "CSV -> Filters -> Value" parameter (if data is loaded from a CSV file). For this use the next predefined variable ($REQUEST:KEY) where KEY is name of a request variable.

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