vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Style and Graphics Requests (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=226)
-   -   Image put (https://vborg.vbsupport.ru/showthread.php?t=218333)

digif 07-10-2009 09:06 PM

Image put
 
Don't know how to call this, but how to put it:
https://vborg.vbsupport.ru/external/2009/07/33.png

digif 07-12-2009 10:31 PM

Anyone people?!?!!

Lynne 07-12-2009 11:48 PM

It just looks like a background image in the category strip. The only way to really tell is to look at the page source.

digif 07-13-2009 08:07 AM

It cant be found in page source, Im sure it's not hard, but I dont know how to do it

Marco van Herwaarden 07-13-2009 11:10 AM

Ofcourse it can be found in the pagesource. If it is not in the source, then it would not show.

digif 07-13-2009 11:33 AM

I typed in search the name of that picture, and it can't be found.

Marco van Herwaarden 07-13-2009 12:25 PM

Most likely it is set as background image for the "striscia" css class, judging by your source.

digif 07-13-2009 03:42 PM

cant find it exactly, can you tell me how and where to put my image, just that

arvid 07-14-2009 09:14 AM

Find out what the css class or name of the element you want to change. I believe the element you want to change has the class "tcat", but this class is also assigned to other headers, so if you change that you will end up having this image on other places aswell, not just where you specify you want it.

To resolve this you could give the element another class by adding it to the class value of the element. This would look like this:
Code:

<td class="tcat customback"
would replace
Code:

<td class="tcat"
The css would look like this:
Code:

.customback {
        background-image: url('/images/customback.jpg');
}

I believe the template you are looking for is called: forumhome_forumbit_level1_nopost

digif 07-16-2009 08:29 AM

Thnx a lot, but do I need to upload it on hosting, because, I upload it on image hosting, and it didn't show. Do I put this:

.customback {
background-image: url('http://i25.tinypic.com/2rxcx86.gif');
}

to Extra CSS Attributes or somewhere else?

--------------- Added [DATE]1247736831[/DATE] at [TIME]1247736831[/TIME] ---------------

Hey, I tried to upload it also on my hosting, and again the same thing, it didn't show up
now the code was:

.customback {
background-image: url('/images/logo.gif');
}


All times are GMT. The time now is 01:12 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.00985 seconds
  • Memory Usage 1,728KB
  • 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
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete