vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Can I put a note in this section? (https://vborg.vbsupport.ru/showthread.php?t=203798)

the stig 02-01-2009 04:33 AM

Can I put a note in this section?
 
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:
Code:

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

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

http://outerzone.us/forum/imagehosti...54f1060dba.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...&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...earch&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

Dismounted 02-03-2009 07:02 AM

HTML Code:

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

blind-eddie 02-11-2009 11:46 PM

Quote:

Originally Posted by the stig
https://vborg.vbsupport.ru/showpost....13&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


All times are GMT. The time now is 01:04 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01005 seconds
  • Memory Usage 1,725KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete