Log in

View Full Version : forum home display


bisbos
01-25-2009, 06:30 AM
Good morning

i have two questions, excuse me for my english

i want in my forum's home display to putt one photo with link
so if you press that photo redirect you in the link.

here : http://www.imageshack.gr/files/t8o6nzbz893a093ox13m.jpg

and the secont one is how to putt colored titles in the category names,
and also in the sub forums ???

here : http://www.imageshack.gr/files/uhkt4d1c38ncpbdn69pb.jpg

how can i do that ?????

i have 3.7.3 version

thanks anyway

glennybee
01-25-2009, 07:58 AM
Not sure about your first question.

Regarding the second...

AdminCP > Forums & Moderstors > Forum Manager > Edit Forum

In the Description field, add the following code around the word you want to change colour.

<span style="color: red"></span>

For example:

This is the <span style="color: red">ExampleX</span> forum description and it has the colour red.

freewilley
01-25-2009, 09:07 AM
i want in my forum's home display to putt one photo with link
so if you press that photo redirect you in the link.

here : http://www.imageshack.gr/files/t8o6nzbz893a093ox13m.jpg

u need to make a code like this

<a href="http://www.yoursitelink.com"> <img src="http://www.yourpicturelink.com"> </a>

I hope that helps.

bisbos
01-25-2009, 10:26 AM
Not sure about your first question.

Regarding the second...

AdminCP > Forums & Moderstors > Forum Manager > Edit Forum

In the Description field, add the following code around the word you want to change colour.

Code:

<span style="color: red"></span>

For example:

This is the <span style="color: red">ExampleX</span> forum description and it has the colour red.

is not working

any other idea ????
maybe some modification ????

anyone ?????

glennybee
01-25-2009, 12:35 PM
Sorry, my fault, put it in the Title section, not the description field.

I just checked, it does work.

bisbos
01-25-2009, 02:47 PM
Sorry, my fault, put it in the Title section, not the description field.

I just checked, it does work.

Yes is working !!!!!

thanks

Iguana Goddess
04-07-2010, 07:05 PM
Not sure about your first question.

Regarding the second...

AdminCP > Forums & Moderstors > Forum Manager > Edit Forum

In the Description field, add the following code around the word you want to change colour.

<span style="color: red"></span>

For example:

This is the <span style="color: red">ExampleX</span> forum description and it has the colour red.

Thanks that helped me out in what I was searching for.