NHATKYMUA Member May 8, 2018 #1 Hi, I have this code {{ prefix('thread', $thread, 'html', '') }} But it’s come text with class of prefix. How can I get it with no class. Thank you
Hi, I have this code {{ prefix('thread', $thread, 'html', '') }} But it’s come text with class of prefix. How can I get it with no class. Thank you
Feature Technology New member Nov 12, 2018 #3 NHATKYMUA said: Hi, I have this code {{ prefix('thread', $thread, 'html', '') }} But it’s come text with class of prefix. How can I get it with no class. Thank you Click to expand... you can use {{ prefix_title('thread', $thread.prefix_id) }} or {{ prefix('thread', $thread, 'plain', '') }} Upvote 0 Downvote
NHATKYMUA said: Hi, I have this code {{ prefix('thread', $thread, 'html', '') }} But it’s come text with class of prefix. How can I get it with no class. Thank you Click to expand... you can use {{ prefix_title('thread', $thread.prefix_id) }} or {{ prefix('thread', $thread, 'plain', '') }}