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?

Inserting hyperlinks using 'format'
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Inserting hyperlinks using 'format'
#19151
Re:Inserting hyperlinks using 'format' 12 Years, 7 Months ago Karma: 0
I want to be able to create a 'detail' table in a second article on the same page as a 'primary' table located in another article. The code discussed above seems to make the ID in the 'primary' table a hyperlink to the 'detail' table in another module. I'd like to do that but the code is a bit perplexing.

I looked at this bit of code:

<a href="index.php?option=com_rsticketspro&view=ticket&cid={$value}{$columns:code&Itemid=104042>{$value}</a>

but noticed there seemed to be a hanging bracket after {$value}. What is the function of {$columns:code ?

As a note, you have already helped me get a lot of use out of this module...nice work.
The administrator has disabled public write access.
 
#19167
Re:Inserting hyperlinks using 'format' 12 Years, 7 Months ago Karma: 747
Hello,

Provided code is incorrect. A correct code can look like:

Code:


<a href="index.php?option=com_rsticketspro&view=ticket&cid={$value}{$columns:code}&Itemid=104042>{$value}</a>



In this case {$columns:code} predefined variable will be contains value of code column.

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