Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Smart Globe

Asked Modified Viewed 8,044 times
F
FILON
F
FILON 10
What's common between Halloween and Christmas? Every programmer knows: 31 oct = 25 dec.
  • Junior Member, joined since
  • Contributed 45 posts on the community forums.
  • Started 14 threads in the forums
  • Started this discussions
asked
Junior Member

[mp]518[/mp]
0 replies

8 posts

H
HaYaLeT
H
  • Senior Member, joined since
  • Contributed 262 posts on the community forums.
  • Started 28 threads in the forums
answered
Senior Member

Excellent,great..
0 replies
A
Ankur
A
Ankur 10
Hi! Its me, Ankur Thakur! smile
  • Veteran Member, joined since
  • Contributed 1,277 posts on the community forums.
  • Started 60 threads in the forums
answered
Veteran Member

I have seen this on your site... We should Add this in the NSS List page in order to represent a much better view of our NSS all over the world... :)

This looks nice ;)
0 replies
— 1 year later —
I
insha
I
insha 10
www.duo.rs - Web Hosting Provider
Domain Registrar, VPS Servers
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 2 threads in the forums
answered
Newbie

I have error
www.weblurp.com/untitled.png
0 replies
F
FILON
F
FILON 10
What's common between Halloween and Christmas? Every programmer knows: 31 oct = 25 dec.
  • Junior Member, joined since
  • Contributed 45 posts on the community forums.
  • Started 14 threads in the forums
  • Started this discussions
answered
Junior Member

insha, here is a small solution for your error:

1. Open "infusions/smart_globe_panel/infusion.php"
2. Replace
$inf_adminpanel[1] = array(
   "title" => $locale['globe_000'],
   "image" => INFUSIONS."smart_globe_panel/images/globe.gif",
   "panel" => "smart_globe_admin.php",
   "rights" => "SGLB"
);

with
$inf_adminpanel[1] = array(
   "title" => $locale['globe_000'],
   "image" => "globe.gif",
   "panel" => "smart_globe_admin.php",
   "rights" => "SGLB"
);

3. Move an "infusions/smart_globe_panel/images/globe.gif" image into a "administration/images" directory.
0 replies
I
insha
I
insha 10
www.duo.rs - Web Hosting Provider
Domain Registrar, VPS Servers
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 2 threads in the forums
answered
Newbie

It shows me the same after changes
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Hi there,

Defuse it >>> Clear the error from the log >>> Infuse it again >>> Error gone?

Regards
0 replies
I
insha
I
insha 10
www.duo.rs - Web Hosting Provider
Domain Registrar, VPS Servers
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 2 threads in the forums
answered
Newbie

Yes this helped, i think that i need to do that, but i didnt. Thanks for help.
Is there option to insert this infusion in footer ? Like smart-fusion.ru
0 replies
F
FILON
F
FILON 10
What's common between Halloween and Christmas? Every programmer knows: 31 oct = 25 dec.
  • Junior Member, joined since
  • Contributed 45 posts on the community forums.
  • Started 14 threads in the forums
  • Started this discussions
answered
Junior Member

You can place it as the bottom center panel or past the following code into the theme.php file of your theme where you want to see it:

require_once INFUSIONS."smart_globe_panel/infusion_db.php";
require_once SMART_GLOBE_CLASSES."SmartGlobe.class.php";

SmartGlobe::initHeaders();
echo SmartGlobe::drawMapItems();
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 8 posts
  • Votes 0 votes
  • Topic users 5 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet