Dragonfruit Well-known member Licensed customer Sep 24, 2020 #1 Hi, is there a way to display the style ID number? I know {$xf.style.title} is the title, I tried changing it to {$xf.style.id} with no luck.
Hi, is there a way to display the style ID number? I know {$xf.style.title} is the title, I tried changing it to {$xf.style.id} with no luck.
Solution mjda Sep 24, 2020 Dragonfruit said: I know {$xf.style.title} is the title, I tried changing it to {$xf.style.id} with no luck. Click to expand... Try {$xf.style.style_id}
Dragonfruit said: I know {$xf.style.title} is the title, I tried changing it to {$xf.style.id} with no luck. Click to expand... Try {$xf.style.style_id}
mjda Well-known member Licensed customer Sep 24, 2020 #2 Dragonfruit said: I know {$xf.style.title} is the title, I tried changing it to {$xf.style.id} with no luck. Click to expand... Try {$xf.style.style_id} Upvote 1 Downvote Solution
Dragonfruit said: I know {$xf.style.title} is the title, I tried changing it to {$xf.style.id} with no luck. Click to expand... Try {$xf.style.style_id}
Dragonfruit Well-known member Licensed customer Sep 24, 2020 #3 That's it, thank you! Upvote 0 Downvote