The following warnings occurred:
Warning [2] Undefined variable $addresses - Line: 3016 - File: inc/functions.php PHP 8.2.30 (Linux)
File Line Function
/inc/functions.php 3016 errorHandler->error
/inc/class_session.php 28 get_ip
/global.php 55 session->init
/printthread.php 17 require_once
Warning [2] Trying to access array offset on value of type null - Line: 3016 - File: inc/functions.php PHP 8.2.30 (Linux)
File Line Function
/inc/functions.php 3016 errorHandler->error
/inc/class_session.php 28 get_ip
/global.php 55 session->init
/printthread.php 17 require_once
Warning [2] Trying to access array offset on value of type null - Line: 4483 - File: inc/functions.php PHP 8.2.30 (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
/printthread.php 17 require_once
Warning [2] Undefined variable $mybb - Line: 183 - File: printthread.php PHP 8.2.30 (Linux)
File Line Function
/printthread.php 183 errorHandler->error
/printthread.php 63 makeprintablenav
Warning [2] Attempt to read property "settings" on null - Line: 183 - File: printthread.php PHP 8.2.30 (Linux)
File Line Function
/printthread.php 183 errorHandler->error
/printthread.php 63 makeprintablenav
Warning [2] Trying to access array offset on value of type null - Line: 183 - File: printthread.php PHP 8.2.30 (Linux)
File Line Function
/printthread.php 183 errorHandler->error
/printthread.php 63 makeprintablenav
Warning [2] Undefined variable $forums - Line: 183 - File: printthread.php PHP 8.2.30 (Linux)
File Line Function
/printthread.php 183 errorHandler->error
/printthread.php 63 makeprintablenav
Warning [2] Undefined variable $mybb - Line: 183 - File: printthread.php PHP 8.2.30 (Linux)
File Line Function
/printthread.php 183 errorHandler->error
/printthread.php 187 makeprintablenav
/printthread.php 63 makeprintablenav
Warning [2] Attempt to read property "settings" on null - Line: 183 - File: printthread.php PHP 8.2.30 (Linux)
File Line Function
/printthread.php 183 errorHandler->error
/printthread.php 187 makeprintablenav
/printthread.php 63 makeprintablenav
Warning [2] Trying to access array offset on value of type null - Line: 183 - File: printthread.php PHP 8.2.30 (Linux)
File Line Function
/printthread.php 183 errorHandler->error
/printthread.php 187 makeprintablenav
/printthread.php 63 makeprintablenav
Warning [2] Undefined variable $forums - Line: 183 - File: printthread.php PHP 8.2.30 (Linux)
File Line Function
/printthread.php 183 errorHandler->error
/printthread.php 187 makeprintablenav
/printthread.php 63 makeprintablenav
Warning [2] Undefined array key 41 - Line: 184 - File: printthread.php PHP 8.2.30 (Linux)
File Line Function
/printthread.php 184 errorHandler->error
/printthread.php 187 makeprintablenav
/printthread.php 63 makeprintablenav
Warning [2] Trying to access array offset on value of type null - Line: 1229 - File: inc/functions.php PHP 8.2.30 (Linux)
File Line Function
/inc/functions.php 1229 errorHandler->error
/printthread.php 72 forum_permissions
Warning [2] Trying to access array offset on value of type null - Line: 1229 - File: inc/functions.php PHP 8.2.30 (Linux)
File Line Function
/inc/functions.php 1229 errorHandler->error
/printthread.php 72 forum_permissions
Warning [2] Undefined array key "canonlyviewownthreads" - Line: 78 - File: printthread.php PHP 8.2.30 (Linux)
File Line Function
/printthread.php 78 errorHandler->error
Warning [2] Undefined array key "page" - Line: 86 - File: printthread.php PHP 8.2.30 (Linux)
File Line Function
/printthread.php 86 errorHandler->error
Warning [2] Undefined variable $multipage - Line: 24 - File: printthread.php(163) : eval()'d code PHP 8.2.30 (Linux)
File Line Function
/printthread.php(163) : eval()'d code 24 errorHandler->error
/printthread.php 163 eval



Localbiz Site Builder Support Forum
Footer Styling Options - Printable Version

+- Localbiz Site Builder Support Forum (http://supportforum.localbizsitebuilder.com)
+-- Forum: Working With Localbiz Site Builder (/forum-8.html)
+--- Forum: Working With The LBSB Footer (/forum-41.html)
+--- Thread: Footer Styling Options (/thread-24.html)



Footer Styling Options - Frank S. - 08-09-2014 05:05 PM

The LBSB footer allows you to use either CSS gradient styling or graphic image backgrounds.

1) CSS gradient styling. You can play around with the point & click color editor to get varying (unlimited) effects in color styling for the footer background. You can also have a single solid color by using the same hex colors for both top and bottom gradient.
2) Choose whether or not to display a footer separator horizontal line and also choose it's color.

3) Graphic image background. There are 24 standard pre-loaded footer backgrounds (which you may swap out or add to by going into the images folder for the footer (using FTP or cPanel)) or you can upload a new footer background image on-the-fly using the inbuilt file uploader.
You can also choose as to whether you want to display a footer separator horizontal line or not.

4) Footer phone image background. These work in similar fashion to "3)" above and they provide a graphic background for the footer phone number. You can also choose to not display a phone image background and just display the phone number (or text). Alternatively you can use this function to display a logo (if so doing you need to make sure that there is no text added into the "phone number" field or it will overlay onto your logo.

5) Making phone number clickable. For mobile browsers it is good to make phone numbers clickable so that when the phone number is tapped on it activates the call pad so you can call the number from within the mobile phone.
For example,- if we were using a phone number of say 1-800-555-1234
then to make it clickable you would wrap some html code around it that will activate the dialer pad in a mobile phone as well as give a hover title if chosen.
See the relevant code below and copy and paste it into your own field boxes or sections where relevant on your site.
Code:
<a title="Tap-To-Call" href="tel:1800-555-1234">1800-555-1234</a>