Log in

View Full Version : Can I put a note in this section?


the stig
02-01-2009, 04:33 AM
I was just curious what template I need to modify to add a note in this section. Thanks

https://vborg.vbsupport.ru/external/2009/01/1.png

blind-eddie
02-01-2009, 05:23 AM
In the pm_conversationlist template,

Find:

<fieldset class="fieldset">
<legend>$vbphrase[folder_controls]</legend>

Above that, add the message you you want to show there.

http://outerzone.us/forum/imagehosting/149854f1060dba.bmp

the stig
02-01-2009, 05:42 AM
Awesome blind-eddie, thank you so much. I'll try it Tomm morning. Btw, another quick question... Is it possible to change color of the text or add a link?

Thanks :)

blind-eddie
02-01-2009, 05:49 AM
yep, add:

<font color="red">This text is red</font>


Google is your friend http://www.google.com/search?hl=en&q=font+color+in+html&aq=3&oq=font+color




Visit <a href="http://www.vbulletin.org/">vbulletin.org</a>

Google is your friend http://www.google.com/search?hl=en&q=link+html+code&btnG=Google+Search&aq=f&oq=

dismas
02-01-2009, 06:26 AM
The font tag has been deprecated.

In its place, I think, the correct tag would be the span tag (http://www.w3schools.com/TAGS/tag_span.asp)

Dismounted
02-03-2009, 07:02 AM
<span style="color: red;">Text</span>

blind-eddie
02-11-2009, 11:46 PM
https://vborg.vbsupport.ru/showpost.php?p=1730613&postcount=2

I couldn't find the pm_conversationlist template... where can I find it
Sorry, I installed https://vborg.vbsupport.ru/showthread.php?t=193064
you can install this as well.

To edit yours, without above install, in the pm_messagelist template find:

<fieldset class="fieldset">

Add your text Before this. Save & reload