XMB Forum Software

Forum index - remove hyperlink from description

dmkapital3 - 5-22-2023 at 03:34 PM

I would like to make a proposal regarding the forum, to remove the hyperlink from the description in the forum under the topic, only to leave the text
sample photo


Web capture_22-5-2023_113357_forum.kapital3.org.jpeg - 125kB

lottos - 5-24-2023 at 12:47 AM

Edit template file:
index_forum

Change:
<a href="./forumdisplay.php?fid=$forum[fid]"><font class="mediumtxt"><strong>$forum[name]</strong></font><br /><br /><font class="smalltxt">{$forum['description']}</font></a>

To:
<a href="./forumdisplay.php?fid=$forum[fid]"><font class="mediumtxt"><strong>$forum[name]</strong></font></a><br /><br /><font class="smalltxt">{$forum['description']}</font>