vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   where to edit this? (https://vborg.vbsupport.ru/showthread.php?t=194866)

zero5854 10-28-2008 10:23 PM

where to edit this?
 
1 Attachment(s)
I wanted to know where to edit the red box BG to BLACK Or where to find the CSS/html so I can do this?

Thanks a bunch for any help!

Lynne 10-29-2008 01:37 AM

Since that is a modification, you should be asking this question in the modification thread. They know the code for their hack and are the best users to be able to help.

zero5854 10-29-2008 08:01 PM

actually this is a exact graphics question bc it is the backround of the post bit not the actual activity images

Lynne 10-29-2008 08:56 PM

Quote:

Originally Posted by zero5854 (Post 1655588)
actually this is a exact graphics question bc it is the backround of the post bit not the actual activity images

The impression I got from his question was that he only wants to edit the color of the background in that box. If that is the case, then he needs to ask in the modification thread. Or, if he posted the code around that area of his postbit, we would be able to make suggestions, but since I don't know the code for that mod, I can't guess about how it was coded and tell him how to change it.

zero5854 10-31-2008 11:23 PM

Quote:

Originally Posted by Lynne (Post 1655623)
The impression I got from his question was that he only wants to edit the color of the background in that box. If that is the case, then he needs to ask in the modification thread. Or, if he posted the code around that area of his postbit, we would be able to make suggestions, but since I don't know the code for that mod, I can't guess about how it was coded and tell him how to change it.


OK to clarify I just want to edit the BG color where the NORMAL stats would go if I hadnt installed this mod

Lynne 10-31-2008 11:58 PM

That is the postbit_legacy template and that column with the username and stats and stuff is all class alt2. Here is the default 3.7.3 code here:
Code:

<tr valign="top">
    <td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">

            <div id="postmenu_$post[postid]">
                <if condition="$show['profile']">
                <a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>

You may either change the class alt2 in the Main CSS page for that style, or you may edit the html directly where found above (I highlighted the line in red).

zero5854 11-01-2008 12:25 PM

hmmm I tried editing Second Alternating Color in my main css which worked BUT it also change my topic cells on my index the same color. Sorry im not too good at this. Also I take it the other way u mentioned would probably do the same? Where in the red line would I add the BG color or change it?? Thanks

Lynne 11-01-2008 04:27 PM

Code:

<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px; background-color: yellow">
Change yellow to whatever you want.

zero5854 11-01-2008 09:40 PM

OK I went to template postbit legacy and only the first part of the line was there...

<td class="alt2" width="175"

I went to MAINCSS and found post bit legacy. where are you talking about?

Thanks

Lynne 11-02-2008 12:52 AM

What do you mean only the first part of the line was there? You don't see the whole line like I posted in post 6? If you don't, then your template has been modified from the default, so you'll have to add in the background property to whatever your line looks like.


All times are GMT. The time now is 02: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.00956 seconds
  • Memory Usage 1,738KB
  • 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
  • (2)bbcode_quote_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