Jump to content

bosss

Members
  • Posts

    736
  • 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 bosss

  1. 31 minutes ago, bfarber said:

    Sometimes it is possible to use your developer tools in your browser to verify the actual response from the server, which may give a clue as to the problem. I would suggest if you are only having an issue in that one application, however, then yes it's likely an issue with that application specifically.

    Thanks for reply - i informed developer of that application. (never before had this error message).

  2. 1 minute ago, bfarber said:

    The -200 error just generally means there was an error uploading the file. It can happen for multiple reasons, but with images specifically it often occurs because of memory limitations. That isn't, however, the only cause. A slow upload speed could cause an upload failure as well, yes.

    Like said in my case was image 1.5 kb and never had problems with uploading of images in posts and gallery. Maybe is something wrong with code in chatbox+?

    Here is image

     

    hot-animation-4.gif

  3. 15 hours ago, TAMAN said:

    To quickly fix the recent swiper slider not loading

     

     

    Find and replace the below line 

    
    <script src="https://unpkg.com/swiper/js/swiper.min.js"></script>
    

    with this line

    
    <script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
    

    screenshot to show how to search the line and replace

     

    after that repeat the same thing for below line

    find

    
    <link rel="stylesheet" href="https://unpkg.com/swiper/css/swiper.min.css">
    

    replace with

    
    <link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css">
    

    ---------

    Sorry for any issues, this is all fixed in the new theme version for ips 4.5 and its ready to be uploaded once IPS release 4.5 version

     

    If you are using the Beta version of IPS 4.5 feel free to send me a message for the updated version of this theme 🙂 

    can we used this for dreadnought theme?

  4. 31 minutes ago, batarjal said:

    Please always update the core package to the latest version too.

    Thanks - now is fine after core update (but could not find core file for update) in download package!

  5. On 5/9/2020 at 11:51 AM, Olmyster said:

    Hi @batarjal,

    Since the last version, the one that required the ThreadStarter: Core's installation, I have the word "ThreadStarter" written in all my sub-forums, even for thoses where Threadstarter plugin should be desactivated. Is it a know issue that will be resolved ?

    2020-05-09_11-46-20.png

    Same problem after update and get error when clicked on settings for music and movie

     

    Quote

    Error: Call to protected method threadstartercore\ThreadStarterSettings::createForm() from context 'IPS\threadstartertmdb\modules\admin\settings\_settings' (0)
    #0 /home/oldlrhvz/public_html/ipb/system/Dispatcher/Controller.php(96): IPS\threadstartertmdb\modules\admin\settings\_settings->manage()
    #1 /home/oldlrhvz/public_html/ipb/applications/threadstartertmdb/modules/admin/settings/settings.php(26): IPS\Dispatcher\_Controller->execute()
    #2 /home/oldlrhvz/public_html/ipb/system/Dispatcher/Dispatcher.php(152): IPS\threadstartertmdb\modules\admin\settings\_settings->execute()
    #3 /home/oldlrhvz/public_html/ipb/admin/index.php(14): IPS\_Dispatcher->run()
    #4 {main}

    please some fix

    updated threadstarter movie and music...both give errors

    regards

    bosss

  6. On 6/19/2020 at 5:50 AM, TAMAN said:

    IPS 4.5.0 Beta 👍

    This theme is updated for latest IPS 4.5. Beta version and can be downloaded for testing

    Works not with beta 4 - only forum index - when you click on some topics - you are back on IPS theme.

    Can you fix that?

    regards

    bosss

  7. On 4/5/2020 at 7:25 PM, batarjal said:

    The ThreadStarter title is also shown when no ThreadStarters are selected for the current forum, this will be fixed in the next version.

    Hello @batarjal have you some temporary fix for that - my users are confused!

    regards

    bosss

  8. 3 minutes ago, PaulKet said:

     

    I think the latest update(s) undid the forum selections. In your ACP make sure you have the specific forum you want Threadstarter to appear in checked.

    I have specific forum slelected for movies, but it show in all forums - like in picture above!

  9. code should be

     

    .ipsWidget_inner .threadStarterSizeNormal, .ipsWidget_inner .threadStarterSizeSmall {
        margin-left: auto;
        margin-right: auto;
    }
    
    .ipsWidget_inner .threadStarterSizeNormal > *, .ipsWidget_inner .threadStarterSizeSmall > * {
       margin-left: 5px;
       margin-right: 5px;
       max-width: 180px;
    }

    and works fine on sidebar widget and in topic view

  10. Should be

     

    .ipsWidget_inner .threadStarterSizeNormal, .ipsWidget_inner .threadStarterSizeSmall {
        margin-left: auto;
        margin-right: auto;
    }
    
    .ipsWidget_inner .threadStarterSizeNormal > *, .ipsWidget_inner .threadStarterSizeSmall > * {
       margin-left: auto;
       margin-right: auto;
       max-width: 180px;
    }

    and works fine in side bar but works not fine in topic view

  11. 1 hour ago, batarjal said:

    for single ones you can use this instead:

    
    .ipsWidget_inner .threadStarterSizeNormal, .ipsWidget_inner .threadStarterSizeNormal {
        margin-left: auto;
        margin-right: auto;
    }
    
    .ipsWidget_inner .threadStarterSizeNormal > *, .ipsWidget_inner .threadStarterSizeSmall > * {
       margin-left: auto;
       margin-right: auto;
       max-width: 180px;
    }

    this will be the default for the next version

    just tested new css and works not - small icons is not in center

  12. 13 minutes ago, batarjal said:

    for single ones you can use this instead:

    
    .ipsWidget_inner .threadStarterSizeNormal {
        margin-left: auto;
        margin-right: auto;
    }
    
    .ipsWidget_inner .threadStarterSizeNormal > * {
       margin-left: auto;
       margin-right: auto;
       max-width: 180px;
    }

     

    this will be the default for the next version

    now works fine if you do not use small icons (images)

  13. On 12/28/2018 at 8:47 PM, Davyc said:

    Having no luck with this at all - it doesn't matter what I type into the music field all I get is this:

    image.png.61edb7aa07c9135695ad23cc8a04a438.png

    There isn't a choice of albums just the band name, yet when I go to the audioDB site this is what I find (11 albums):

    image.thumb.png.9917dfc8079e50c91540d85249e1b3ee.png

    I get the same results for Deep Purple, Black Sabbath, Led Zeppelin and a whole load more:

    image.png.f18a16436c8e1a6cdb3b3443e1a20692.png

    Any help you can give would be appreciated as I'd like to get this working.

     

    Have same problem - no data available for this album

    with a lot searching - mean artists

    some tips?

    have your latest version

    regards

    bosss

    thread starter - movies works perfect - please make some improvements for starter - music

×
×
  • Create New...