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?

Insert another column
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Insert another column
#30345
Insert another column 11 Years, 11 Months ago Karma: 0
Hi, I use this SQL string
Code:


SELECT  
  (@curRank := @curRank + 1) AS Rank,
  id,  title 
FROM  #__content, (SELECT @curRank := 0) r
WHERE  catid =16 AND state=1
ORDER BY id DESC



Can I insert another column in Ari Data Table, who is not in database table and insert in this column image? Like this picture
The administrator has disabled public write access.
 
#30348
Re:Insert another column 11 Years, 11 Months ago Karma: 748
Is the image should be a link? If yes, is it unique link for each record or not?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#30351
Re:Insert another column 11 Years, 11 Months ago Karma: 0
Yes, this image should be a link and yes, it unique link for each record.
The administrator has disabled public write access.
 
#30352
Re:Insert another column 11 Years, 11 Months ago Karma: 748
and how this link generated? What record fields is used in it? Provide a sample link.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#30355
Re:Insert another column 11 Years, 11 Months ago Karma: 0
I use field "title" with link <a href="index.php?option=com_content&view=article&id={$columns:id}">{$value}</a>

I want when I click to link it to open article with title in field "title"
Last Edit: 2012/08/05 11:02 By ivo75.
The administrator has disabled public write access.
 
#30361
Re:Insert another column 11 Years, 11 Months ago Karma: 748
Joomla! shows title which is defined in article settings for the article.

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