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');
}

Lynne 07-16-2009 03:50 PM

And is the image actually at yoursite.com/images/logo.gif? Can you put that into your browser url and see an image?

digif 07-16-2009 05:59 PM

Im not that stupid ;)
http://www.beneamata.com/images/logo.gif

Lynne 07-16-2009 08:32 PM

I wasn't implying you were stupid. Users get their paths wrong all the time.

This is what you have in your css for the page:
HTML Code:

.tcat
{
        background: #000000;
        color: #ffc741;
        font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        .customback {
                background-image: url('http://i25.tinypic.com/2rxcx86.gif');
        }
}

You have .customback nested within another class declaration. That isn't going to work. End the previous declaration, then declare yours.

digif 07-16-2009 09:30 PM

how to do it
how can I create custom box like .tcat, maybe I need to make new one with this code in it?

do I need to add this into: I believe the template you are looking for is called: forumhome_forumbit_level1_nopost

Lynne 07-16-2009 09:43 PM

The problem is, you needed to add .customback to your More CSS at the bottom of Main CSS. Instead, you added it to .tcat which is wrong.

digif 07-17-2009 08:55 AM

I did it, thnx a lot, both of you


All times are GMT. The time now is 08:09 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.01101 seconds
  • Memory Usage 1,743KB
  • 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)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (16)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