Jump to content

LDDG

Members
  • Posts

    266
  • 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 LDDG

  1. On 4/5/2020 at 10:10 AM, opentype said:

    Well, the obvious case would be that patch isn’t required since it was installed before or the latest update that was made already included it. 

    Are you sure the problem you want to patch actually still exists?

    Unless these patches auto-install, which I doubt they do, the latest one has not been installed on the site in question.

    Yes, the problem still exists, which is that the Spotify embeds do not work, and that was supposedly fixed in the latest hotfix. My site's IPS version is 4.4.10 which was installed prior to the latest hotfix and the bug came about when Spotify changed how they process embeds and it broke this feature on 4.4.10.

     

    14 hours ago, bfarber said:

    The only reason a patch would not show up as available on the other site is because it is already installed. You may have updated to the latest release on that site after the patch was issued.

    Hey BFarber! Do these patches or autofixes install automatically on their own? I'm the sole administrator on this site and I sure haven't installed it. lol

     

    UPDATE: On the site that I did install the latest patch, I tried embedding a Spotify link and it still gives the error that it's can't embed it.

    I won't bother with patches. I'll just wait until the next version of IPS is released and update both sites then.

  2. Hello all,

    I currently have two websites fully licensed by IPS and on one website, I ran the "Something isn't working correctly" option and it showed there was a patch available, while on my other website, it does not show the patch being available.

    Since the patch addresses the current issues with Spotify embeds not working, I would like to be able to install it.

    Why would it show up as available on one website while not on another website? What should I look for?

  3. Hi @Nathan Explosion

    I just installed the latest version of this plugin to my website which is using IPS 4.4.3 and I can't get the settings page to open. Every time I click the edit icon, I got the following error message:

     

    Capture.thumb.JPG.817c9bfe9ebb3989a4d0a125656f9172.JPG

     

    I tried uninstalling and installing several times, as well as all available versions you have for downloading, and I keep getting the same error.

    Thanks for any help.

  4. @Adriano Faria

    When I try to create a new Department, I get the following error message:

    Error: Class '\IPS\forums\Forum' not found (0)
    #0 /home/******/public_html/system/Helpers/Form/FormAbstract.php(265): IPS\Helpers\Form\_Node->html()
    #1 /home/******/public_html/system/Helpers/Form/Form.php(418): IPS\Helpers\Form\_FormAbstract->rowHtml(Object(IPS\Helpers\Form))
    #2 /home/******/public_html/system/Node/Controller.php(469): IPS\Helpers\_Form->__toString()
    #3 /home/******/public_html/system/Dispatcher/Controller.php(85): IPS\Node\_Controller->form()
    #4 /home/******/public_html/system/Node/Controller.php(62): IPS\Dispatcher\_Controller->execute()
    #5 /home/******/public_html/applications/cjcontact/modules/admin/departments/departments.php(40): IPS\Node\_Controller->execute()
    #6 /home/******/public_html/system/Dispatcher/Dispatcher.php(152): IPS\cjcontact\modules\admin\departments\_departments->execute()
    #7 /home/******/public_html/admin/index.php(14): IPS\_Dispatcher->run()
    #8 {main}

    FYI, I only have Pages installed on my IPS Suite. I do not use Forums.

    I am on IPS 4.4.1 and using Contact Us 1.2.1

  5.  

    On 5/14/2018 at 1:29 AM, gabs007 said:

    I know I'm a pain ..   ??‍♂️  but, can I make a request ? 

    Could you add an option to redirect to an specific url, instead of opening the IPS contact form? I'm interested, but I need to use my own forms.

    On my websites, when users click on "contact me", they open a page in IPs that loads a Zoho Form or a Jotform. 
    This form is like a step by step process or a survey, where I guide them through a series of questions/answers. For example, the 1st question is "why do you want to contact me." .. possible answers: "I want to have my account deleted", "You have pictures that I want you to remove", "I need help setting up a professional profile", "I have a business proposal" etc.
    Depending on the 1st question/answer, I give them specific instructions until I ask for their names, email . This way I get specific problems that I can address more efficiently. 

    I came here to ask the same exact question. @opentype Any chance we can have the ability to set a custom URL so that clicking the button takes them to that specific URL? I use the Custom Contact Us plugin and I really need to have this plugin open that contact us form instead of the default IPS contact us form. This would really make this plugin perfect for my needs. Thanks in advance!

  6. 4 hours ago, AlexWebsites said:

    All your title text is written in all CAPS. The capitalize element capitalizes the first letter, but all your letters are capitalized already. Here's one of your titles:

    
    <div class="ipsType_break">
    <a href="https://www.losdurosdelgenero.com/reggaeton/descargar-musica/atilas-roman-feat-dvenshy-la-frequencia-hagamoslo-lento-r10404/" title="Read more about ATILAS ROMAN FEAT. D'VENSHY 'LA FREQUENCIA' - &quot;HAGAMOSLO LENTO&quot;">
    ATILAS ROMAN FEAT. D'VENSHY 'LA FREQUENCIA' - "HAGAMOSLO LENTO"
    </a>
    </div>

    You should go back into each article and rewrite your titles to not be all in caps. Text transform will only work like so:

    image.png.7f7bf5a2b4b3bdb9e87cd476e18571c4.png

    Hi @AlexWebsites

    Don't shoot me, but the properties for the Title Field were set to make them all caps! *facepalm*

    I removed the formatting option to the title field input box and now the titles are displaying the way I wanted them to without the need for any code in custom.css... Thanks for your help though. I really appreciate it!

  7. Hi @crmarks

    Thanks for that find! It fixed the alignment issue but still not working correctly. Let me explain.

    The following code in the Supergrid Frontpage | index template will display 1 large entry per row since ipsGrid_span is set to 12:

    <section class='ipsType_normal ipsSpacer_both ipsBox'>
    	{{if count($articles)}}
      <div class="ipsAreaBackground_light SG_wrapper">
        <div class="ipsList_reset ipsGrid ipsGrid_collapsePhone" data-ipsGrid data-ipsGrid-equalHeights='row'>
    		{{foreach $articles as $id => $record}}
           		<div class="SG_card ipsPad ipsGrid_span12 ipsAreaBackground_reset ipsType_left {{if settings.SuperGrid_use_ipsbox}}ipsBox{{endif}}">  
                  {template="entry" app="cms" location="database" group="supergrid_frontpage" params="$record, $database"}
                </div>
          	{{endforeach}}
        </div>
      </div>
    	{{endif}}
    </section>

     

    This results in the following display as displayed with the stock theme AND IPS Focus themes PRIOR to the IPS 4.3.4 upgrade:

     

    Capture.thumb.JPG.048f624020dab4a08529a457f79c16cf.JPG

     

    Now, when I switch over to the IPS Focus theme, even though the template is set to ipsGrid_span12, it will show the records in 3 columns, 3 entries per row. Usually this is accomplished by setting ipsGrid_span4.

     

    Capture2.thumb.JPG.31254f51b7f5f06f2054f57cd07cd810.JPG

     

    This is how it is being displayed even though ipsGrid_span12 is set.

    Do you have a link to that fix in IPSFocus? I can go over there and post this. Maybe this will help them with the issue.

  8. 5 hours ago, AlexWebsites said:

    Try this in custom.css

    
    body[data-pageapp="cms"][ data-pagelocation="front"][data-pagemodule="pages"][ data-pagecontroller="page"] .ipsType_normal:not( .ipsType_richText ) {
      font-size: 8px;
      text-transform: capitalize;
    }

     

    Hi @AlexWebsites, thank you so much for your response! I tried and even though it adjusts the font size, the capitalize part of it does not work. The titles remain in all caps. But thanks for the response, I really appreciate it.

  9. Just to follow up on my prior post, I tried it with the default, stock theme and now everything displays properly. I guess something changed in IPS 4.3.4 that renders my IPFocus Dimensions theme not play nice with SuperGrid. I did install a fresh, new version of that theme that is compatible with IPS 4.3.4... This is a real bummer.

  10. Hello,

    I just upgraded to IPS 4.3.4 and my SuperGrid and SuperShow plugins do not display correctly anymore. For instance, in SuperShow, I have a block setup for just 1 record to be show and 1 column display selected. Prior to upgrading, SuperShow would show the 1 record the width of the entire column. Now it shows the record in a smaller box as if the block was setup to display 3 columns. The same goes for SuperPages. Both plugins will only display content in a 3 column setup, regardless of how many records are to be shown.

    Capture.thumb.JPG.cd3c12edbbe8753134e51dfa7643c8de.JPG

    Capture2.thumb.JPG.94c6e9f7a16e4d9eb140ba17693186ea.JPG

    Prior to the update to IPS 4.3.4, the same exact settings as listed above, would show the thumbnail the full width of the block.

  11. 24 minutes ago, opentype said:

    Please use browser inspector options or plugins to find them like we would do it with any other CSS customizations as well.

    @opentype

    What Goes Here? {
      	font-size: 8px;
    	text-transform: capitalize;
    }
    
    This is all I am asking for.

    If I knew, I wouldn't be inconveniencing you. I searched via Inspect Element but I have no idea which one to use.

  12. Hello @opentype,

    How can I edit the titles for the SuperGrid articles when shown on the frontpage?

    I need to make the font a bit smaller and also not have them in all uppercase.

    I know it can easily be done via the custom.css file but I just don't know which css selector to reference. I am guessing ipsType_blank but of course, that's just me speculating.

    Thanks in advance!

  13. 19 minutes ago, Maalong said:

    Hi there,

    I have SuperGrid installed, but it is showing an error when used with articles. When I try to view an article it gives the following error:

     

    Technical Details:

    
    ErrorException: template_store_missing template_cms_d262041bb2b0df100e04be4050ef0a8d_s1_two_column_first_featured (0)
    #0 /home4/marklong/public_html/community/applications/cms/modules/front/database/record.php(76): IPS\cms\_Theme->getTemplate('s1_two_column_f...', 'cms', 'database')
    #1 /home4/marklong/public_html/community/system/Dispatcher/Controller.php(96): IPS\cms\modules\front\database\_record->manage()
    #2 /home4/marklong/public_html/community/system/Content/Controller.php(50): IPS\Dispatcher\_Controller->execute()
    #3 /home4/marklong/public_html/community/applications/cms/sources/Databases/Dispatcher.php(325): IPS\Content\_Controller->execute()
    #4 /home4/marklong/public_html/community/system/Theme/Theme.php(4311) : eval()'d code(31): IPS\cms\Databases\_Dispatcher->run()
    #5 [internal function]: IPS\Theme\content_pages_2()
    #6 /home4/marklong/public_html/community/applications/cms/sources/Pages/Page.php(1218): call_user_func('IPS\\Theme\\conte...')
    #7 /home4/marklong/public_html/community/applications/cms/sources/Pages/Page.php(2198): IPS\cms\Pages\_Page->getHtmlContent()
    #8 /home4/marklong/public_html/community/applications/cms/modules/front/pages/page.php(73): IPS\cms\Pages\_Page->output()
    #9 /home4/marklong/public_html/community/applications/cms/modules/front/pages/page.php(43): IPS\cms\modules\front\pages\_page->view()
    #10 /home4/marklong/public_html/community/system/Dispatcher/Controller.php(96): IPS\cms\modules\front\pages\_page->manage()
    #11 /home4/marklong/public_html/community/applications/cms/modules/front/pages/page.php(33): IPS\Dispatcher\_Controller->execute()
    #12 /home4/marklong/public_html/community/system/Dispatcher/Dispatcher.php(146): IPS\cms\modules\front\pages\_page->execute()
    #13 /home4/marklong/public_html/community/index.php(13): IPS\_Dispatcher->run()
    #14 {main}

     

    Please could you advise what needs to be done to fix this?

    You are still referencing a template from another plugin. The s1_two_column_first_featured template is I believe from the A Different Styles Template plugin.

    Just go to your database and make sure nothing is referencing the s1_two_column_first_featured template.

  14. Anyone knows why this could be happening?

    Capture.thumb.JPG.8d3a317e40fbc3bb9ee690d86d5040dc.JPG

    If you notice, the avatar, author and posted date appear twice in the records view.

    This is with a fresh install of SuperGrid and I also have a fresh install of SuperShow installed.

  15. 12 minutes ago, Nathan Explosion said:

    It's already available, via the client area. IPS will be making it available over the auto-upgrader in the near future....they are doing a 'slow release' at present.

    Oh wow!! I guess I will be busy this weekend! hahaha Thanks again, brother!

  16. 28 minutes ago, Nathan Explosion said:

    Yup.

    So you are aware...that functionality is now available in the editor natively for video files as of IPS 4.3. You don't need the plugin if you are running 4.3 - I know that potentially costs me a sale hehe

    Seriously? That is terrific news!!! When is IPS 4.3 scheduled to be released? I guess I'll just wait and not have to buy this when it won't be needed for IPS 4.3

    I will search your other addons and see what I can buy. Guys like you need to be supported! ?

  17. I basically have ONE need and only ONE need: To be able to upload videos such as mp4, mpg and avi while creating a new article post in IP.Content. Once uploaded and the post is published, allow the users to be able to see the video displayed inline such as when you paste a YT link into a post and the user can simply play it within the post. In other words, play the video inline and not by clicking a link and opening another page or app to play the video.

    Is this possible with this Videos application? 98% of my users are on mobile, so this needs to work in mobile and tablet browsers.

    Looking forward to a response!

  18. Is anyone having issues with embedding Facebook videos? All of a sudden, none of my FB videos show up in my articles/posts. It will show the FB post but the video itself does not. I tried embedding a FB video here as well and it does not work. So at least I know it's not an issue just on my end. Could it be that FB changed the way they allow videos to be embedded and IPS needs to update this?

    Here is a sample video embed and how it's currently showing up without the video:

    Can anyone try a FB video embed on their site and see if it's working for them by just copying and pasting the video URL?

×
×
  • Create New...