Simple Machines Community Forum

Customizing SMF => SMF Coding Discussion => Topic started by: njtweb on July 31, 2019, 09:42:42 AM

Title: Views code
Post by: njtweb on July 31, 2019, 09:42:42 AM
Is there any way in HTML to add a (views xxx) prefix before their image or suffix after their birth year to each player listing?

It has to be html because this is a tinyportal html article.

https://www.youthhockeyinfo.com/index.php?page=19

Thank you
Title: Re: Views code
Post by: Arantor on July 31, 2019, 09:55:41 AM
If pure HTML, the answer is no, because you'd have to keep updating it manually.

Rewritten as a PHP block and this becomes doable but this is a lot of work for a very specific use case.