vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Category Images (https://vborg.vbsupport.ru/showthread.php?t=84492)

nomad 09-08-2002 03:46 AM

Category Images
 
]I've installed the Category Images mods and it adds images to all my categories like here in vBT. How can I add images also in "currently active users"' and "private messages"'s boxes at the bottom of the forumhome page?
Thanx in advance, Nomad.

SaintDog 09-08-2002 06:24 AM

<font color="green">
forumhome_pmloggedin
forumhome_loggedinusers
</font>

Tony G 09-08-2002 06:32 AM

Just use <img src> tags and upload images in the image directory and link from there.

nomad 09-08-2002 11:34 AM

]SaintDog: I know the template i have to edit but i don't know what kind of code i have to add :(
Can u write me an example?

Austin Dea 09-09-2002 01:09 AM

In the < td> tag, put:
Code:

background=<img src="url of image">

Tony G 09-09-2002 04:16 AM

It doesn't need a img src tag. Just use:

Code:

background="images/filename.jpg"
Upload the image into your images directory (for vB) and edit the filename with the name of the file and change the .jpg if it uses .gif.

Austin Dea 09-10-2002 01:35 AM

True, but you could have images on another server ;). (I don't know why you would, but one of my buds does =P)

mashby 09-10-2002 07:51 AM

Even with images on another server, the <td background=foo"> would still work. You'd simply use the full URL for the image.

Austin Dea 09-10-2002 11:17 PM

Also true ;D.

Tony G 09-11-2002 04:22 AM

Yeah I have never used img src so thats why I thought it was wrong.


All times are GMT. The time now is 11:36 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.01519 seconds
  • Memory Usage 1,719KB
  • 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
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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