vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   Threads. (https://vborg.vbsupport.ru/showthread.php?t=313602)

MahdyE23 08-10-2014 10:03 AM

Threads.
 
I installed a theme and everything is very bright. For example, this, where you make a thread and want to center, font, color, etc

https://vborg.vbsupport.ru/external/2014/08/33.png

Very bright, so white you cannot see anything. How can I change the color?

Also, when I make a thread, when I inset something, such as:

Image or center a thread or something, it automatically does it. The codes don't show or anything, they automatically insert. How do I change this? Or, should I change this? Is it better this way?

Example:
Does this automatically:
https://vborg.vbsupport.ru/external/2014/08/34.png

Thanks, guys.

ozzy47 08-10-2014 10:13 AM

Questions/Problems regarding modifications/styles need to be asked in the modification/style thread. That is where the support for modification/style is - not out here in the main forums. Please note that if a modification/style is unsupported (or even if it says it is supported), you may be on your own if you chose to install it. :)

MahdyE23 08-10-2014 10:33 AM

Quote:

Originally Posted by ozzy47 (Post 2510651)
Questions/Problems regarding modifications/styles need to be asked in the modification/style thread. That is where the support for modification/style is - not out here in the main forums. Please note that if a modification/style is unsupported (or even if it says it is supported), you may be on your own if you chose to install it. :)

This is not about a mod, though.. I do not know where you got that from? I am asking for help on how to change the background color of these threads...

ozzy47 08-10-2014 10:38 AM

It is a custom style. Same holds true for those also.

Questions/Problems regarding modifications/styles need to be asked in the modification/style thread. That is where the support for modification/style is - not out here in the main forums. Please note that if a modification/style is unsupported (or even if it says it is supported), you may be on your own if you chose to install it.

MahdyE23 08-10-2014 06:01 PM

Quote:

Originally Posted by ozzy47 (Post 2510654)
It is a custom style. Same holds true for those also.

Questions/Problems regarding modifications/styles need to be asked in the modification/style thread. That is where the support for modification/style is - not out here in the main forums. Please note that if a modification/style is unsupported (or even if it says it is supported), you may be on your own if you chose to install it.

It is like this for my vb default theme though. So, it's not just the mod.

ozzy47 08-10-2014 06:10 PM

Open your includes/config.php file and below<?php add this line:

PHP Code:

 define('DISABLE_HOOKS'true); 

So it looks like this:
PHP Code:

<?php
define
('DISABLE_HOOKS'true);
/*=================================================  =====================*\
|| ##################################################  ################## ||
|| # vBulletin 4.2.2

Then see if the issue still persists on the default style.

ForceHSS 08-10-2014 06:16 PM

You are missing the sprite.png from the editor folder for the style

ozzy47 08-10-2014 06:18 PM

Quote:

Originally Posted by ForceHSS (Post 2510707)
You are missing the sprite.png from the editor folder for the style

Yeah but it should not be missing in the default style, unless it was deleted.

ForceHSS 08-10-2014 06:47 PM

Quote:

Originally Posted by ozzy47 (Post 2510709)
Yeah but it should not be missing in the default style, unless it was deleted.

it is not a default style he is showing even know he said he is having the same problem on default he must of removed/deleted the file/s

ozzy47 08-10-2014 06:49 PM

Quote:

Originally Posted by ForceHSS (Post 2510723)
it is not a default style he is showing even know he said he is having the same problem on default he must of removed/deleted the file/s

I know that, but trying to figure out if it is a mod first. :)

ForceHSS 08-10-2014 06:50 PM

Quote:

Originally Posted by ozzy47 (Post 2510725)
I know that, but trying to figure out if it is a mod first. :)

Will see when he gets back and has disabled plugins via config to see if that is the problem or if that file is missing as i have seen many styles that use some default folders as well

ozzy47 08-10-2014 06:53 PM

Yeah quite a few styles do. :)

MahdyE23 08-10-2014 07:27 PM

My forum developer did it through the styles and templates I believe, he changed the color that way. How do you do this?

ozzy47 08-10-2014 07:29 PM

Did you disable the plugins?
Did you verify the sprite.png is present?

What version of php are you running?
What version of vBulletin are you using?

MahdyE23 08-21-2014 01:56 AM

As I said again, lol.. It is not from the plugin. How do you change the color.... Edit vars? Styles & templates? What..

ozzy47 08-21-2014 02:04 AM

Quote:

Originally Posted by MahdyE23 (Post 2512188)
As I said again, lol.. It is not from the plugin. How do you change the color.... Edit vars? Styles & templates? What..

That is going to depend on the style, some developers use the stylvar system, some use custom css, some do it old school and change it directly in the templates.

This is why you need to ask in the thread where you got the style from.

Lynne 08-21-2014 03:35 PM

In a default style, the colors are changed via the stylevars and sometimes via the CSS Templates if a stylevar is not available to change the item they want to change.

MahdyE23 08-31-2014 05:13 PM

Quote:

Originally Posted by ozzy47 (Post 2512189)
That is going to depend on the style, some developers use the stylvar system, some use custom css, some do it old school and change it directly in the templates.

This is why you need to ask in the thread where you got the style from.

I understand that, however, I am only asking how is it done the oldschool way? What do I look for in stylevars or it is located in?

Lynne 08-31-2014 07:45 PM

Quote:

Originally Posted by MahdyE23 (Post 2513256)
I understand that, however, I am only asking how is it done the oldschool way? What do I look for in stylevars or it is located in?

I already answered that as best as possible.
Quote:

Originally Posted by Lynne (Post 2512247)
In a default style, the colors are changed via the stylevars and sometimes via the CSS Templates if a stylevar is not available to change the item they want to change.

However, if you are missing the little buttons in the editor, your problem is not stylevars, your problem is you are either missing the sprite file or you are missing the CSS that defines the position in the sprite file.

MahdyE23 09-08-2014 01:09 AM

Quote:

Originally Posted by Lynne (Post 2513270)
I already answered that as best as possible.


However, if you are missing the little buttons in the editor, your problem is not stylevars, your problem is you are either missing the sprite file or you are missing the CSS that defines the position in the sprite file.

I just cannot find the exact file in style vars I am looking for. I testing all the thread and posting, none of them changed it. What is this called? The buttons are there!! It's just too bright to show up. My previous HA changed it because it was too dark and now it is too light, that's all!

My problem is I don't know what it is I am searching for, what this area is called. I am looking in here:
http://prntscr.com/4kr1bl

I just don't know what exactly it would be called. Which one of these files would change it.

Lynne 09-08-2014 02:05 AM

You showed a picture of the stylevars. You cannot change the light/dark of those images via a stylevar. So, reupload all the images for your site if your images are not appearing correctly.


All times are GMT. The time now is 12:24 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.01109 seconds
  • Memory Usage 1,768KB
  • 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_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (21)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