TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

March 29, 2024, 06:17:32 AM

Login with username, password and session length
Members
Stats
  • Total Posts: 195,106
  • Total Topics: 21,213
  • Online today: 358
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online

Recent Topics ?

Started by IchBin, March 16, 2005, 02:17:27 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

IchBin

I was wondering if someone could show me how to make it so that when the recent topics block loads that the "titles" will be in bold text. This is so it's easier to see the topics seperated from the dates. Thanks!

IchBin

#1
Well, I just found it!

Here's the code:

Find this - echo '<br />'.$w['short_subject'].'</a>

Replace with - echo '<br /><strong>'.$w['short_subject'].'</strong></a>

Bjørn

Yep. Thats the one. If you "create a new theme" when Tinyportal is installed, you will get a new theme to play with - thats already "patched" to work with TP. ;)

If you then copy the TPortalBlocks.template.php and/or TPortal.template.php over to this new theme's folder , you can change how the blocks and/or articles are output. Just like you modify the Display.template.php file to change how posts are output.