Jump to content

RPG-support

Members
  • Posts

    2,742
  • Joined

Reputation Activity

  1. Like
    RPG-support reacted to EmpireKicking in Store Products Widget   
    very simple plugin that makes things easier and good professional way and awesome
  2. Like
    RPG-support got a reaction from Durango in Videos Support   
  3. Like
    RPG-support got a reaction from Michael.J in Videos Support   
  4. Like
    RPG-support reacted to Michael.J in Videos Support   
    I've noted this as a bug, IPB4 now removes column database changes so will include this fix in the next version.
    The Videos app should not be showing on this page. I've opened a bug report with IPS to see why this is happening.
    Edit: Please let me know if there were any further problem language strings and will include that in the next update.
  5. Like
    RPG-support reacted to Michael.J in Videos Support   
    I'll push this up the queue and have it done as soon as the Collections update is complete. I can't commitment to an ETA just yet.
    Sorry Joey, I'm probably missing something obvious here but could you post a screenshot highlighting the area?
  6. Like
    RPG-support reacted to Michael.J in Videos Support   
    Thanks, all noted for next release.
    Can you try a hard refresh of your browser? e.g. Ctrl + F5. It looks like it's not loading the javascript portion of IPB. Do you notice this in the new topic area as well?
  7. Like
    RPG-support reacted to Martin A. in Member Map   
    That's an easy one. Will add that in the next version
     
    The one in the member group settings, right? Forgot that one when I fixed the one in custom marker groups.
  8. Like
    RPG-support reacted to Volstate in Member Map   
    Bing Maps? When Stoo? Throw it at us :)
  9. Like
    RPG-support reacted to stoo2000 in Member Map   
    I'm deeply sorry that you can't take an extra minute to post a bug report to the PROPER place to track it, it makes my task of dealing with them more efficient. Maybe I shouldn't bother spending large amounts of my time on free apps.
  10. Like
    RPG-support reacted to stoo2000 in Member Map   
    estimated time of arrival, i.e. release date.
  11. Like
    RPG-support reacted to stoo2000+ in Member Map   
    v2 is based on Bing Maps, the version on the demo site is for testing with live data.

    You can set the map to default to Hybrid mode by adding
    map.setMapType(G_HYBRID_MAP); to template mapGoogleJavascript, after
    var map = new GMap2(document.getElementById("memberMapCanvas"));
    It sounds like this particular bug: http://ipb.silvesterwebdesigns.com/tracker/issue-7-locations-added-in-wrong-place-for-some-locales/ as you can see though, this was fixed 3 years ago with this code..
    /** * Locale friendly floatval() ready for MySQL * * @param string float value * @return integer floated integer */ public function floatVal($floatString) { $floatString = floatval($floatString); if($floatString) { $localeInfo = localeconv(); $floatString = str_replace($localeInfo["thousands_sep"], "", $floatString); $floatString = str_replace($localeInfo["decimal_point"], ".", $floatString); } return $floatString; } The problem was that certain locales use different values for the thousands seperator and decimal point, it would be interesting to see a screenshot of your languages page to see your locale settings.
  12. Like
    RPG-support reacted to stoo2000 in Member Map   
    Unfortunately that is a limitation of IP.Board, IP.Board code builds and supplies that matrix.

    I'll add a notice to this page in the next version :)
  13. Like
    RPG-support reacted to Kjell Iver Johansen in Member Map   
    I had the same problem with another mapsolution that was fixed by a developer - it for me was caused by the locale setting - made the position to the closest degree in latitude and longitude.
    Anyway, I notice that the exact hit in google maps has theese strange letters in the middle of the name Gundicha Mandir, ବଡଦାଣ୍ଡ, Puri, Odisha 752001, India
    I'm not a very technical person so I can't help you anymore - but I guess you have tried to change language to english on your side also
×
×
  • Create New...