Jump to content

ABGenc

Members
  • Posts

    1,040
  • Joined

  • Last visited

  • Days Won

    2

Reputation Activity

  1. Like
    ABGenc reacted to Martin A. in Member Map   
    I'll make some changes to ensure the marker description is updated.
    Members should be able to delete their own marker by right clicking their marker, and selecting "Delete". Admin can do this on all markers.
    At the moment you can not. I'll get that fixed.
    Make sure both your server and browser cache is refreshed. 
    Go to ACP > Community > Member Map > Map Manager, and select a different map provider.
    Unpack the *.tar file, and manually upload it to /applications/. Then go yo <site url>/admin/upgrade to start the upgrade process. Haven't tried this personally, but that should work.
  2. Like
    ABGenc reacted to Martin A. in Member Map   
    Will need access to your board to figure out this one, or disable the custom error page in order to see the proper message.
    Both noted.
    https://github.com/stoo2000/membermap/issues/36
    https://github.com/stoo2000/membermap/issues/38
    Can you run the same query I instructed @jair101 to run on that event?
    SELECT event_location FROM calendar_events WHERE event_id=X  
  3. Like
    ABGenc reacted to Martin A. in Member Map   
    https://nominatim.openstreetmap.org/search.php?q=Krong+Siem+Reap%2C+Siem+Reap+Province%2C+KH&polygon=1&viewbox=
    There's the reason why. The search engine Member Map use don't recognize the location. I'll see if I can do this a different way.
     
    Not a plan for it currently, but I'm gonna write it down.
  4. Like
    ABGenc got a reaction from Martin A. in Member Map   
    That solved the issue, thanks .
  5. Like
    ABGenc got a reaction from MeMaBlue in (RU4) URLs Transliteration   
    @MeMaBlue have you tried the following one ?
    UPDATE forums_topics SET title_seo=''; And if you can, can you check if the title_seo field in your database forums_topics table is empty or not ..
  6. Like
    ABGenc got a reaction from Ilya Hoilik in (RU4) URLs Transliteration   
    I believe that is cause  URL SEO srings are not cleared. For a quick test just edit the title of a topic and see if the URL is changed 
     
  7. Like
    ABGenc got a reaction from Martin A. in Member Map   
    Thanks for the clarification . Now it makes more sense what the markers are for
  8. Like
    ABGenc reacted to bradl in Member Map   
    I think that is probably the very purpose of Custom Markers.
    I'm not sure what you mean by bound to users. Users can create a marker in a custom group. For example, in your custom group Private Service Points I could add my favorite neighborhood mechanic, adding their phone number or web site or photo of their shop or whatever. The pin would display with the name I gave it (the name of the shop) and display the information I provide. It is bound to me in the sense that I created it and browsing the list of custom markers (as a database) will show me as the creator.  As admin you can edit/delete everything.
    Feature request  I would like to see a feed widget available to insert filtered (and sorted by defined criteria) marker lists. 
  9. Like
    ABGenc got a reaction from Joel R in Member Map   
    @bradl after reading you Show Venues question I want to ask , can we have markers that are not bind to users ?  Why I am asking is that I run a car forum and as you can imagine most of the users are owners. That would be great If I could have 2 more marker groups like "Authorized Service Points" , "Private Service Points" which users could easily and directly point the nearest service points
     
  10. Like
    ABGenc got a reaction from Safety1st in (NB40) Recent Topics/Posts   
    I get your point, you are right but there are also several sites ( like mine ) who prefer to run a single theme made default which this option can easily work. 
  11. Like
    ABGenc reacted to Ilya Hoilik in (RU4) URLs Transliteration   
    I have pushed version 2.0.0 just now to provide compatibility with IPS Community Suite 4.1.14.
    What's New in Version 2.0.0
    URLs Transliteration was renamed to Friendly URL Translit Compatibility with IPS Community Suite 4.1.14 Now you can define you custom rules
  12. Like
    ABGenc reacted to Michael.J in Auto Welcome Support   
    PM Sent.
  13. Like
    ABGenc got a reaction from Admonstrator in Auto Welcome Support   
    That makes sense 
  14. Like
    ABGenc reacted to Admonstrator in Auto Welcome Support   
    As I already said: I think it's a bug because the PM will be send as soon as the member joins the community - and afterwards the message will send again as soon as the member confirms his/her mail address. This would explain why the delay between the two PMs can be up to some minutes. (I checked this by using the PM Viewer)
  15. Like
    ABGenc reacted to Selcuk Keles in Upgrade from IP. 3.4.x to IPS4.0 (updated)   
    IPB support fixed the issue :
    MySql server "Server connection collation" was "utf8mb4_unicode_ci"
    They changed my DB and table collations to "utf8mb4_unicode_ci"
    All of characters are Turkish in tables now, and forum displays as is.
    Thank you.
     
  16. Like
    ABGenc got a reaction from Selcuk Keles in Upgrade from IP. 3.4.x to IPS4.0 (updated)   
    The behaviour with new posts is what it has to be. 
    I am afraid ( and I hope I am wrong ) you will need to convert the old posts to look normal. That was what I had to do long ago when I was using SMF .. I hope support has a better solution for this..
  17. Like
    ABGenc got a reaction from Selcuk Keles in Upgrade from IP. 3.4.x to IPS4.0 (updated)   
    The solution may not be that simple. with cong_global having sql_charset as utf8 can you do a test and post a message to board with Turkish characters and see how the records look like both in forum and db ? If all look ok  you may need to do something with db.
  18. Like
    ABGenc got a reaction from Selcuk Keles in Upgrade from IP. 3.4.x to IPS4.0 (updated)   
    Hi Selçuk,
    Normally when collation of DB is set to UTF-8 and configuration of the forum has the charset="utf-8" setting you should see all characters in Turkish form both in forum and DB. That is what I see in mine at the moment. 
  19. Like
    ABGenc got a reaction from Joey_M in Upgrade from IP. 3.4.x to IPS4.0 (updated)   
    Sorry for the delay. Here are the rules I have written after the upgrade.  There may be mistakes so any corrections and suggestions are welcome
    # Old DB Homepage to new one. Replace dbname with your DB name in production RewriteRule ^page/dbname /dbname [R=301,L] # Old DB articles to new one RewriteRule ^page/dbname/_/(.*) /dbname/$1 [L,R=301] # Old forum links to new one. RewriteRule ^forum?$ /forums [R=301,L] RewriteRule ^forum/?$ /forums [R=301,L]  
  20. Like
    ABGenc got a reaction from media in Upgrade from IP. 3.4.x to IPS4.0 (updated)   
    Sorry for the delay. Here are the rules I have written after the upgrade.  There may be mistakes so any corrections and suggestions are welcome
    # Old DB Homepage to new one. Replace dbname with your DB name in production RewriteRule ^page/dbname /dbname [R=301,L] # Old DB articles to new one RewriteRule ^page/dbname/_/(.*) /dbname/$1 [L,R=301] # Old forum links to new one. RewriteRule ^forum?$ /forums [R=301,L] RewriteRule ^forum/?$ /forums [R=301,L]  
  21. Like
    ABGenc got a reaction from media in Upgrade from IP. 3.4.x to IPS4.0 (updated)   
    Sure I can but they all depend on the DB names. Currently I dont have access to my .htaccess, I can post them when I go home.
    By the way I was told by IPS Support that the redirection would be made automatically but there was a bug. It was tolda to be fixed in 4.1 but still remains. I have an open ticket for it waiting for a reply.
  22. Like
    ABGenc got a reaction from Joey_M in Upgrade from IP. 3.4.x to IPS4.0 (updated)   
    In a way , yes. Since the page contents on old version differed from the new ones I had to rebuild my blocks and pages. That may be the reason that you got white pages but it is normal cause the templates, block etc all are different from the old version.
    Since I had a test site and I know what I was going to see, I was prepared and able to build my pages in minutes.
    Did you also notice that your home page and forum also takes almost a minute ( 50-55 seconds ) to load ? I believe you have a server side issue rather than application..
    By the way this is what I get when I click the link above ( after almost waiting 3 minutes )
    Connection Timed Out
    Description: Connection Timed Out
  23. Like
    ABGenc got a reaction from Michael.J in Auto Welcome Support   
    Hi Mike, I can confirm that it is working properly , both new message count and browser notifications are displayed when the new users logs in

  24. Like
    ABGenc got a reaction from Adriano Faria in Members Age   
    Thanks, installed and working fine :)
  25. Like
    ABGenc reacted to Adriano Faria in Members Age   
    What's New in Version 1.0.1: Compatibility with IPS 4.1.
    Fixed age on posts Due to this bug, it's not possible to fix the viewing of age on profile
×
×
  • Create New...