vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Adding Icons in postbit (https://vborg.vbsupport.ru/showthread.php?t=68195)

Blackbeard 08-10-2004 04:13 PM

Adding Icons in postbit
 
1 Attachment(s)
Iam sorry if this is the wrong forum to ask and discuss this but tryed vbulletin template.com, but it dont seem to have the coders there it used to have so if its ok i'll ask here, if wrong section please move to correct section please

In the postbit we have the icons for messenger software like msm,
how is it possible to add a PM, email and www icon under them and when you click them it goes to the correct place.

these are some of icons i want to add and a screenshot off where i want to add them

rebelsrock06 08-10-2004 04:36 PM

Quote:

Originally Posted by Blackbeard
Iam sorry if this is the wrong forum to ask and discuss this but tryed vbulletin template.com, but it dont seem to have the coders there it used to have so if its ok i'll ask here, if wrong section please move to correct section please

In the postbit we have the icons for messenger software like msm,
how is it possible to add a PM, email and www icon under them and when you click them it goes to the correct place.

these are some of icons i want to add and a screenshot off where i want to add them

you would need to edit the Postbit/Postbit_legacy template depending on which one your using

deathemperor 08-10-2004 11:46 PM

easy, I've done this with my board since my users rarely know the dropdown html.
well it's just:
add this any where you want

HTML Code:

<!-- FOR PM IMAGE -->
<if condition="$show['pmlink']">
                <a href="private.php?$session[sessionurl]do=newpm&amp;userid=$post[userid]"><img src="PM IMAGE LINK" alt="<phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase>"></a>
        </if>
<!-- FOR EMAIL IMAGE -->
<if condition="$show['emaillink']">
                <a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$post[userid]"><img src="EMAIL IMAGE LINK" alt="<phrase 1="$post[username]">$vbphrase[send_email_to_x]</phrase>"></a>
        </if>


Blackbeard 08-11-2004 06:10 AM

I have a www. icon is this the same? (sorry for stupid question) and thank you very much.


All times are GMT. The time now is 12:58 PM.

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.00938 seconds
  • Memory Usage 1,720KB
  • 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_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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