Clickable Data/Text for Custom URL in a Custom Column

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
farhan
Posts: 1
Joined: 20 Jun 2022 20:22

Clickable Data/Text for Custom URL in a Custom Column

Post by farhan »

Hello, I'm kinda new to this, I'm still learning some basic scripts and programming. I hope anyone can help me, that would be appreciated.

How can I use costume column (in this case: "Username") that opens the link to a web browser that triggers on click (like Location in Extra Column) based on a defined variable in a script?
Something like:

Code: Select all

$username = tagitems("Username", , <cc_item>);
$url = 'https://twitter.com/' . $username;
For example:
#    Name                    Username                     

1    XYplorer                @XYPlorer (open https://twitter.com/XYPlorer on click)  


I don't like adding web addresses using Location in Extra Column because it look much harder to read especially with long address name.

Is there any way to achieve this? I'm sorry I didn't provide the explanation properly, but I hope you get my point. Anything that would do the trick would be much appreciated.

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: Clickable Data/Text for Custom URL in a Custom Column

Post by highend »

1.png
1.png (8.57 KiB) Viewed 544 times
One of my scripts helped you out? Please donate via Paypal

Post Reply