Jump to content

2002faq

Clients
  • Posts

    272
  • 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

Posts posted by 2002faq

  1. Here is something:

    Uncaught DOMException: Failed to execute 'setItem' on 'Storage': Setting the value of 'membermap.ips4_.markers_0' exceeded the quota.
        at Object.success (https://d2um9aptpsgwwp.cloudfront.net/javascript_membermap/front_front_main.js.2eeb7ddf0ddb3efe1b407383a33cfbda.js:85:15)
        at i (https://d2um9aptpsgwwp.cloudfront.net/javascript_global/root_library.js.4a5c9112397a4b568dc49e0977b9a825.js:2:27151)
        at Object.fireWith [as resolveWith] (https://d2um9aptpsgwwp.cloudfront.net/javascript_global/root_library.js.4a5c9112397a4b568dc49e0977b9a825.js:2:27914)
        at z (https://d2um9aptpsgwwp.cloudfront.net/javascript_global/root_library.js.4a5c9112397a4b568dc49e0977b9a825.js:2:76134)
        at XMLHttpRequest.<anonymous> (https://d2um9aptpsgwwp.cloudfront.net/javascript_global/root_library.js.4a5c9112397a4b568dc49e0977b9a825.js:2:79694)

     
  2. I am getting reports from my users that though the map shows up, the markers do not

    Quote

    Opening with Chrome Version 60.0.3112.113 (Official Build) (64-bit) running on Win 7:  map opens zoomed in to show Greenland and Norway, no markers, "Showing 0 markers" appears below the map.

    IE 11, map opens showing "the whole world", lots of markers, zoom in and markers break into smaller groups.

    this is at https://www.bmw2002faq.com/membermap/

    I do not see issues in my browsers, so i cannot reproduce. 

    Thanks,

    Steve K.

  3. 14 hours ago, opentype said:

    Yeah, there is something wrong there. I changed it locally and it will be in the next update. It’s too minor to release a new version though. 

    Just paste this in the SuperGrid category footer template: 

    
    {{if ! \IPS\Request::i()->isAjax() AND ! isset( \IPS\Request::i()->advancedSearchForm ) AND $category->show_records}}
    	<ul class="ipsToolList ipsToolList_horizontal ipsClearfix ipsSpacer_both ipsResponsive_showPhone ipsResponsive_block">
    		{{if $category->can('add')}}
    			<li class='ipsToolList_primaryAction'>
    				<a class="ipsButton ipsButton_medium ipsButton_important ipsButton_fullWidth" href="{$category->url()->setQueryString( array( 'do' => 'form', 'd' => \IPS\cms\Databases\Dispatcher::i()->databaseId ) )}">{lang="cms_add_new_record_button" sprintf="\IPS\cms\Databases::load( $category->database_id )->recordWord( 1 )"}</a>
    			</li>
    		{{endif}}
    		{{if \IPS\Member::loggedIn()->member_id}}
    			<li>
    				<a class="ipsButton ipsButton_medium ipsButton_fullWidth ipsButton_link" href="{$category->url()->setQueryString( 'do', 'markRead' )->csrf()}"><i class="fa fa-check"></i> {lang="cms_mark_read"}</a>
    			</li>
    		{{endif}}
    	</ul>
    {{endif}}
    
    {{if !\IPS\Request::i()->advancedSearchForm}}
    	<div class="ipsResponsive_showPhone ipsResponsive_block ipsSpacer ipsSpacer_both ipsClearfix">
    		{template="follow" app="core" group="global" params="'cms','categories' . $category->database_id, $category->_id, \IPS\cms\Records::containerFollowerCount( $category )"}
    	</div>
    {{endif}}
    
    

     

     

    Where do i find this template?

  4. Is there a way not to set expiration dates on the adverts?

    Is there a way to have an Advert Package that will pin the Ad and then unpin after certain number of days or upon completion?

    Thanks,

    Steve K.

     

  5. 35 minutes ago, HeadStand said:

    So... I was able to reproduce this issue (and yours too, @MGeek). Both issues are fixed and a new version is up in the Marketplace.

    @misfit76 - even with the white screen, I was still able to get into the ACP. You can try deleting your plugins/hooks.php file to see if that helps. Then you can get the latest version from the Marketplace and install.

    Removed all mentions of the Template System from the hooks.php and the site is back to normal.  thank you

  6. this is all i have in the datastore 

    root@ds9810(Linux) $ ls -al
    total 4
    drwxrwxr-x  3 skupper pg361726   45 Apr  5  2016 .
    drwxrwxr-x 22 skupper pg361726 4096 Feb  7 14:37 ..
    -rw-r--r--  1 skupper pg361726    0 Jun  7  2016 index.html
    drwxrwxrwx  2 skupper pg361726   75 Feb  7 10:18 membermap_cache

     

  7. 1 minute ago, HeadStand said:

    Excuse me while I go into a corner and scream out a few curses... this makes NO SENSE.... :( 

    I will keep trying....

    I have no idea why as the logs show 200 codes

     

    208.86.202.10 - - [07/Feb/2017:13:40:57 -0800] "GET /forums/topic/177191-bmw-2002-turbo-mpower-t-shirt-bmw-neue-klasse-quality-graphics-design/ HTTP/1.1" 200 355 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36"

     

  8. Is there a way to install this twice? Like, if i replace all "SuperGrid" in both files to "SuperGrid1"  Will that give me 2 versions of the templates and plugins?

    Do i also need to replace all template_id in the second version?

    I know this is beyond standard expected support, but hoping you can still give an answer

    steve k.

  9. Thank you for the update.  Have not installed it yet.  I have a question.  I use the same style templates in different places on my site. I have places where author and the rest of the information is needed, but there are also placed where all the date about creation and creator is not needed. At the moment, i installed the templates twice and use different once based on the needed results.  Will the new update allow me to "clone" templates and have different setting for each clone?

    Examples of what i have/desire.

    https://www.bmw2002faq.com/articles.html/technical-articles/body-and-interior/

    vs.

    https://www.bmw2002faq.com/models

     

    Thanks,

    Steve K.

     

  10. The plug-in currently breaks the setting for the number of record on the page in "Pages" application. 

    Example:  http://www.bmw2002faq.com/models/

    I have the number of records in the database set to 24, but it shows 25.  I thought that the setting for the number of topics affects this, but it does not. If Kitchen Sink is active the number of records in the DB listing is set to 25. When it is disabled, the number follows the setting in the Database

    Thanks for the help

    steve k.

  11. Templates look great.  Simplify the look of every page. Is there a quick way to remove the Author/Date/Views information from the grid?  it is great for most sections, but I have a couple databases that will be static and do not need that information as it is irrelevant. 

    Any chance of creating similar style template for the Latest Blogs block?

    Thank you,

    Steve K.

     

  12. The check box for all in the screen always defaults to being checked. I can uncheck, save it, and when i get back to the screen it is checked again. It does not take effect until save button is clicked, but I always have to make sure to uncheck the box to prevent this feature

    Screenshot 2016-11-16 07.50.46.png

×
×
  • Create New...