Topic Description

Make Description Italic Or Change Font Colour - Topic Description

Make Description Italic Or Change Font Colour

by Jodi-86 » Sun Feb 18, 2018 5:12 pm

Me and my forum members really like this extension, but when viewing the topic list we'd like to make it stand out a little more.

Is there a way to make the font italic? or change it's colour?
User avatar
Jodi-86
Registered User
Posts: 100
Joined: Thu Nov 30, 2017 10:04 pm
Contact:

Re: Make Description Italic Or Change Font Colour

by RMcGirr83 » Sun Feb 18, 2018 9:10 pm

Edit the html files within the extension with an opening and closing html tag

<em>whatever</em> is italic
<strong>whatever</strong> is bold
etc
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then buy me a beer Image
User avatar
RMcGirr83
Former Team Member
Posts: 22016
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr
Contact:

Re: Make Description Italic Or Change Font Colour

by Jodi-86 » Mon Feb 19, 2018 1:02 am

Perfect thank you so much :)

In the end changed the templates so that I would be able to change the colours in the CSS for each style,

topiclist_row_topic_title_after html file:

Code: Select all

<!-- IF searchresults.TOPIC_DESC --><div class="topic-list-description">{searchresults.TOPIC_DESC}</div><!-- ELSEIF topicrow.TOPIC_DESC --><div class="topic-list-description">{topicrow.TOPIC_DESC}</div><!-- ENDIF -->
viewtopic_topic_title_after html file:

Code: Select all

<!-- IF TOPIC_DESC --><div class="topic-description">{TOPIC_DESC}</div><!-- ENDIF -->
It seems to be working, but to be safe I thought I would ask if you could see any problems with making these changes?

Thanks :)
User avatar
Jodi-86
Registered User
Posts: 100
Joined: Thu Nov 30, 2017 10:04 pm
Contact: