The following warnings occurred:
Warning [2] Undefined variable $addresses - Line: 3016 - File: inc/functions.php PHP 8.2.27 (Linux)
File Line Function
/inc/functions.php 3016 errorHandler->error
/inc/class_session.php 28 get_ip
/global.php 55 session->init
/showthread.php 22 require_once
Warning [2] Trying to access array offset on value of type null - Line: 3016 - File: inc/functions.php PHP 8.2.27 (Linux)
File Line Function
/inc/functions.php 3016 errorHandler->error
/inc/class_session.php 28 get_ip
/global.php 55 session->init
/showthread.php 22 require_once
Warning [2] Trying to access array offset on value of type null - Line: 4483 - File: inc/functions.php PHP 8.2.27 (Linux)
File Line Function
/inc/functions.php 4483 errorHandler->error
/inc/class_session.php 505 my_strlen
/inc/class_session.php 360 session->create_session
/inc/class_session.php 75 session->load_guest
/global.php 55 session->init
/showthread.php 22 require_once
Warning [2] Trying to access array offset on value of type null - Line: 1229 - File: inc/functions.php PHP 8.2.27 (Linux)
File Line Function
/inc/functions.php 1229 errorHandler->error
/showthread.php 110 forum_permissions
Warning [2] Trying to access array offset on value of type null - Line: 1229 - File: inc/functions.php PHP 8.2.27 (Linux)
File Line Function
/inc/functions.php 1229 errorHandler->error
/showthread.php 110 forum_permissions
Warning [2] Trying to access array offset on value of type null - Line: 1237 - File: inc/functions.php PHP 8.2.27 (Linux)
File Line Function
/inc/functions.php 1237 errorHandler->error
/inc/functions.php 2325 forum_permissions
/showthread.php 577 build_forum_jump
Warning [2] Undefined array key "mybb" - Line: 1778 - File: inc/functions.php PHP 8.2.27 (Linux)
File Line Function
/inc/functions.php 1778 errorHandler->error
/inc/functions_indicators.php 42 my_set_array_cookie
/showthread.php 585 mark_thread_read
Warning [2] Trying to access array offset on value of type null - Line: 1779 - File: inc/functions.php PHP 8.2.27 (Linux)
File Line Function
/inc/functions.php 1779 errorHandler->error
/inc/functions_indicators.php 42 my_set_array_cookie
/showthread.php 585 mark_thread_read
Warning [2] Undefined array key "forumread" - Line: 77 - File: inc/functions_indicators.php PHP 8.2.27 (Linux)
File Line Function
/inc/functions_indicators.php 77 errorHandler->error
/inc/functions_indicators.php 45 fetch_unread_count
/showthread.php 585 mark_thread_read
Warning [2] Undefined array key "forumread" - Line: 1779 - File: inc/functions.php PHP 8.2.27 (Linux)
File Line Function
/inc/functions.php 1779 errorHandler->error
/inc/functions_indicators.php 218 my_set_array_cookie
/inc/functions_indicators.php 48 mark_forum_read
/showthread.php 585 mark_thread_read
Warning [2] Undefined array key "highlight" - Line: 893 - File: showthread.php PHP 8.2.27 (Linux)
File Line Function
/showthread.php 893 errorHandler->error
Warning [2] Undefined array key "warninglevel" - Line: 5 - File: inc/functions_post.php(410) : eval()'d code PHP 8.2.27 (Linux)
File Line Function
/inc/functions_post.php(410) : eval()'d code 5 errorHandler->error
/inc/functions_post.php 410 eval
/showthread.php 994 build_postbit
Warning [2] Undefined array key "goodbyespammer" - Line: 40 - File: inc/functions_post.php(657) : eval()'d code PHP 8.2.27 (Linux)
File Line Function
/inc/functions_post.php(657) : eval()'d code 40 errorHandler->error
/inc/functions_post.php 657 eval
/showthread.php 994 build_postbit
Warning [2] Undefined array key "button_pm" - Line: 57 - File: inc/functions_post.php(657) : eval()'d code PHP 8.2.27 (Linux)
File Line Function
/inc/functions_post.php(657) : eval()'d code 57 errorHandler->error
/inc/functions_post.php 657 eval
/showthread.php 994 build_postbit
Warning [2] Undefined array key "button_multiquote" - Line: 59 - File: inc/functions_post.php(657) : eval()'d code PHP 8.2.27 (Linux)
File Line Function
/inc/functions_post.php(657) : eval()'d code 59 errorHandler->error
/inc/functions_post.php 657 eval
/showthread.php 994 build_postbit
Warning [2] Undefined variable $moderationoptions - Line: 70 - File: showthread.php(1292) : eval()'d code PHP 8.2.27 (Linux)
File Line Function
/showthread.php(1292) : eval()'d code 70 errorHandler->error
/showthread.php 1292 eval





Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CSS Style Or Image Backgrounds
08-09-2014, 09:25 PM (This post was last modified: 01-10-2017 04:16 PM by Frank S..)
Post: #1
CSS Style Or Image Backgrounds
[b]LBSB gives you the option to change the backgrounds to many parts of your sites[/b].

The primary areas that have background control via the LBSB Control Panel are:

* Top Thin Banner: CSS (solid color control)
* Header: CSS gradient color and full graphic images
* Main Container: CSS solid color and full graphic images
* Page Background: CSS (solid color control)
* Featured Text Panel: CSS solid color and full graphic images
* Featured Panel: CSS gradient color and full graphic images
* Featured Sidepanel: CSS gradient color
* Featured & Default Sidebar: CSS (solid color with opacity control)
* Footer: CSS gradient color and full graphic images
If you play around with these options you'll soon discover that the effects can be wide and varied and quite outstanding!
NB: The main featured panel background (that's the background behind the featured gallery) can be made to appear transparent (as it does when using the "Beach" custom style). The process for this is to paste the following code into the custom CSS panel within the Control Panel;
Code:
#wrapper .feat {
background: rgba(0, 0, 0, 0);
}
The same effect can be created for the Featured Side Panel by inserting the following code into the CSS panel.
Code:
#wrapper .feat .s_box, #header .top_arrow_sidebox_bg{
  background: rgba(0, 0, 0, 0);
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)