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
Ebedding a Gmap into LBSB Pages and Posts
08-13-2014, 10:48 PM
Post: #1
Ebedding a Gmap into LBSB Pages and Posts
This is very simple since we have now hard coded gmaps embed into LBSB,.. you don't need any other plugins or key codes so you can really just delete all of them and use the built in function.

Basically,.. all you need to paste in is the Gmaps http address reference.

Here's how to get that:
Say I wanted to embed the map for "275 Alfred St, North Sydney NSW, Australia"
I would go to gMaps at http://maps.google.com/
and paste my target address in the map search box "275 Alfred St, North Sydney NSW, Australia"
Gmaps would then display that map. From there you will see two small icons in the top panel of the left side of the page; 1 is for email and the other for direct link. When you click on the direct link it will give you a code reference like this:
Code:
http://maps.google.com/maps?q=275+Alfred+St,+North+Sydney+NSW,+Australia&hl=en&sll=-31.45737,152.732573&sspn=0.147604,0.338173&oq=2&hnear=275+Alfred+St,+North+Sydney+New+South+Wales+2060,+Australia&t=m&z=16

...take the above code and then paste into the gmaps embed panel after you click the gmaps icon (world globe) in the page editor.

IMPORTANT: Make sure that the http prefix you use for the map link is "http" and NOT "https" otherwise your map may not display properly.

Make sure to select your map size as well in the page editor (its the option under the address field in the page editor).
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


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