[ABD] Shmoogle Maps MOD

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
dan filipi
Registered User
Posts: 82
Joined: Fri Dec 21, 2007 6:36 pm

Re: [BETA] Shmoogle Maps MOD

Post by dan filipi »

I could not see the number of shmoogle members so I found a way to make the numbers white like the rest of the text.
I would guess the creator had an idea to link this text but didn't finish it.

In my subsilver2 installation editing the stylesheet changed text color other places I did not want changed so I edited root/shmoogle.php
I don't know how "clean" this edit is but it works.

From this:
Image

To this:
Image

Find in root/shmoogle.php

Code: Select all

// Sidebar heading
	$mapped_members = '<a href="javascript:void(0);" alt="Total Members with Set Map Points" title="Total Members (with set map points)">' . $num_points . '</a>';
Replace with:

Code: Select all

// Sidebar heading
	$mapped_members = '<a href="javascript:void(0);" alt="Total Members with Set Map Points" title="Total Members (with set map points)"><font color="#FFFFFF"> = ' . $num_points . ' </font></a>';

I further edited template/shmoogle_body.html to get rid of the brackets and the word "total".
I think it looks cleaner this way. (Different total because this screenshot is a different forum I'm working on.)

Image

Find in template/shmoogle_body.html

Code: Select all

      <div class="toggler" title="Click to Expand">
	  {L_SHMOOGLE_USERS_SUBHEADING}&nbsp;({SHMOOGLE_COUNT}&nbsp;{L_SHMOOGLE_TOTAL})</div>
      <div class="element" id="sidebar" align="left" style="overflow:auto"></div>
      <!-- ENDIF -->
Replace with:

Code: Select all

      <div class="toggler" title="Click to Expand">
{L_SHMOOGLE_USERS_SUBHEADING}{SHMOOGLE_COUNT}</div>
      <div class="element" id="sidebar" align="left" style="overflow:auto"></div>
      <!-- ENDIF -->
Hope this helps someone. Just trying to give back some of the help I've received.
User avatar
nuworld
Registered User
Posts: 339
Joined: Sat Oct 17, 2009 8:28 pm

Re: [BETA] Shmoogle Maps MOD

Post by nuworld »

wintstar wrote:Reade here https://www.phpbb.de/community/viewtopi ... 0&start=90 .
If you do not need it, why you report yourself here? :roll:
Is there an english version to this file?

Seeing i have been messing around with this mod from the beginning on my test site.
No matter what new edit comes out i STILL!!!! can not get this to work.
I'm like many others here That STILL have the map show up in the ACP but not in the UCP or the shmoogle.php.

Whats the deal. is there a real solution to this probblem??

If there is not a fix to this, Then i how do i completely uninstall/remove this mess from my test site??
wolfman24
Registered User
Posts: 387
Joined: Tue Mar 07, 2006 12:07 pm

Re: [BETA] Shmoogle Maps MOD

Post by wolfman24 »

The map not showing up in shmoogle.php and UCP is for sure a problem with conflicting JavaScript Code. Do you have any portal installed, maybe Stargate Portal? If so, try to disable the portal and see if shmoogle then works. Then the next step will follow.
User avatar
nuworld
Registered User
Posts: 339
Joined: Sat Oct 17, 2009 8:28 pm

Re: [BETA] Shmoogle Maps MOD

Post by nuworld »

wolfman24 wrote:The map not showing up in shmoogle.php and UCP is for sure a problem with conflicting JavaScript Code. Do you have any portal installed, maybe Stargate Portal? If so, try to disable the portal and see if shmoogle then works. Then the next step will follow.
I have board3 portal.
I have turned it off and still have the same problem.
Crocodile442
Registered User
Posts: 57
Joined: Sun Jul 09, 2006 1:49 pm
Location: Joplin, Missouri
Name: Paul Stallibrass
Contact:

Re: [BETA] Shmoogle Maps MOD

Post by Crocodile442 »

This is coming together nicely.

I did find one problem but as you might expect, this illiterate coder made a mistake. :lol:
User avatar
nuworld
Registered User
Posts: 339
Joined: Sat Oct 17, 2009 8:28 pm

Re: [BETA] Shmoogle Maps MOD

Post by nuworld »

nuworld wrote:
wolfman24 wrote:The map not showing up in shmoogle.php and UCP is for sure a problem with conflicting JavaScript Code. Do you have any portal installed, maybe Stargate Portal? If so, try to disable the portal and see if shmoogle then works. Then the next step will follow.
I have board3 portal.
I have turned it off and still have the same problem.
Bump!
wolfman24
Registered User
Posts: 387
Joined: Tue Mar 07, 2006 12:07 pm

Re: [BETA] Shmoogle Maps MOD

Post by wolfman24 »

Sorry, for me it was the portal, but if it doesn't work for you, it must be something other. I am pretty sure it is because of conflicting JS code. What other mods do you have installed? You may try to disable any of these mods to see when shmoogle begins to work.
User avatar
tumba25
Former Team Member
Posts: 4430
Joined: Wed Jun 06, 2007 6:42 am
Location: Kokkola, Finland.
Name: Jari Kanerva
Contact:

Re: [BETA] Shmoogle Maps MOD

Post by tumba25 »

Since the MOD author has not replied in this topic since 06 Mar 2010, I'm locking this as abandoned.

If you, the MOD author, want to continue developing this MOD, please contact a MOD Team member.
Need a mod/extension created/installed, other custom-coded solution or a server admin? https://tumba25.net
Locked

Return to “[3.0.x] Abandoned MODs”