Jump to content

Legion of Honor

Members
  • Posts

    187
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Legion of Honor

  1. yup....... edited the skin to be 1.7.2 and bam...thanks stoo :D
  2. I see plenty of text/javascript...but no trailing numbers for the older version inside the global template.
  3. I had to revert as it wouldnt update my location. Here is what the file looks like: Where would I insert that script to make it function properly? <script type='text/javascript'> ipb.vars['bingApiKey'] = "{$apiKey}"; ipb.vars['mmCacheFiles'] = "{$this->caches['mmFileCacheCount']['members']}"; </script> <if test="$this->memberData['member_id'] && in_array('1', $perms)"> <ul class='topic_buttons'> <if test="$perms['delete'] && $exists"> <li class='important'> <a id='memberMapDelete' href='#' title='{$this->lang->words['buttonDeleteLocation']}'>{$this->lang->words['buttonDeleteLocation']}</a> </li> </if> <if test="($perms['add'] && !$exists) || ($perms['edit'] && $exists)"> <li> <a id='memberMapUpdate' href='#' title='<if test="!$exists">{$this->lang->words['buttonAddLocation']}<else />{$this->lang->words['buttonUpdateLocation']}</if>'> <if test="!$exists">{$this->lang->words['buttonAddLocation']}<else />{$this->lang->words['buttonUpdateLocation']}</if> </a> </li> </if> </ul> </if> <h1 class="ipsType_pagetitle">{IPSLib::getAppTitle('membermap')}</h1> <if test="$this->memberData['member_id'] && in_array('1', $perms)"> <form id='memberMapUpdateInput' class='clear' style='display: none;'> <h3 class='maintitle'><if test="!$exists">{$this->lang->words['buttonAddLocation']}<else />{$this->lang->words['buttonUpdateLocation']}</if></h3> <div class='ipsBox ipsPad'> <div class='ipsBox_container'> <input type='text' id='locationAddress' class='ipsPad' placeholder='{$this->lang->words['addressInputPlaceholder']}'> <span class='right'> <a href='#' id='currentLocation' data-tooltip='{$this->lang->words['tooltipCurrentLocation']}'> <img src='{$this->settings['img_url']}/membermap/currentLocation.png'> </a> <input type='submit' value='{$this->lang->words['buttonSave']}'> </span> </div> </div> </form> </if> <div id='memberMapCanvasWrapper' class='ipsBox ipsPad'> <div id='memberMapCanvas' class='ipsBox_container'></div> </div>
  4. Thanks for your assistance...this is for the bing version so it was a matter of just changing the following. needed to add this: ajax.aspnetcdn.com/ajax/jQuery/jquery-1.7.min.js
  5. Since I am using the Bing API key etc wouldnt that change the address?
  6. www.legionofhonorclan.com/ you wont be able to see anything other than what is allowed and the membermap is not allowed..is there something i can do to check? when i use my console I get this: so I guess its 1.6.4? /*! jQuery v1.6.4 http://jquery.com/ | http://jquery.org/license */
  7. How do I check this? I am not sure how to proceed on how to upgrade to JQuery 1.7.2
  8. For some reason it will not let me change my location or let my membership add their locations. ANy ideas? The buttons are there, but when they get clicked, nothing happens.
×
×
  • Create New...