Jump to content

Vodafone CZ

Clients
  • Posts

    45
  • 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 Vodafone CZ

  1. Hello, when you type a message in threads, either in public forums or PM and if you reload the page by accident, there is a concept autosaved you can use and continue to type a message, thats great. But when you want to start a new PM on forum index, you click on the envelope button and the dialog appears. If the dialog loses focus, everything is lost, which could be really annoying when finishing longer message. On the other hand, if this dialog loses focus on /messenger page, you can reopen it and continue to type. But if you reload the page accidentally, the content will be lost too. Can you improve this behavior somehow? 🤔

  2. 30 minutes ago, peter.schaefer said:

    a pdf needs anything to show it and so the user can't view any important information without a hazard.

    what pdf needs? and what kind of hazard? 😮 must have been some weird judge 🤔 maybe i dont understand properly

  3. Hello, could you please add an option to link external URL for Registration Terms & Rules? 🤔 Same as in case of Site Guidelines and Privacy Policy. We have some complicated document for this which would be hard to format via editor and I would like to link PDF file directly 😞

    Could contain: Page, Text

  4. currently all browsers support avif by default already, so maybe its the right time to add support into invision community apps 🤔

    and not only by showing avif images directly in posts, but i cant set avif images as grid card images as well 😞

    Could contain: Text, Symbol, Sign

    and also image settings should be improved 🤔 theres quite a big difference between same quality value accross different formats - and avif is missing there as well

    Could contain: Page, Text

    i also use some external images embedded in a code and with same level of visual quality i squeezed them with avif from 2,6 MB to 0,6 MB which is quite significant saving 🤔

    and not speaking about all images in theme resources which still use almost 30 years old formats, mostly png 🤐

    so please, do something about it 😔

  5. I was trying to remove members without any activity in last 12 months as every month, but theres some error when i try to run background processes now 🤔 This has never happened before 🤔 version 4.7.15

    The URL of page the error occurred on was https://www.techforum.cz/admin/?app=core&module=system&controller=background&do=process&csrfKey=bbe5cebf20a400d64c8b19f51a963e97&mr=1
    
    TypeError: IPS\forums\_Forum::setLastComment(): Argument #2 ($updatedItem) must be of type ?IPS\Content\Item, IPS\forums\Topic\Post given, called in /srv/www/sites/techforum.cz/www/system/Content/Comment.php on line 1360 (0)
    #0 /srv/www/sites/techforum.cz/www/system/Content/Comment.php(1360): IPS\forums\_Forum->setLastComment()
    #1 /srv/www/sites/techforum.cz/www/applications/core/extensions/core/Queue/MemberContent.php(107): IPS\Content\_Comment->changeAuthor()
    #2 /srv/www/sites/techforum.cz/www/system/Task/Task.php(54): IPS\core\extensions\core\Queue\_MemberContent->run()
    #3 /srv/www/sites/techforum.cz/www/applications/core/modules/admin/system/background.php(87): IPS\_Task::runQueue()
    #4 /srv/www/sites/techforum.cz/www/system/Helpers/MultipleRedirect/MultipleRedirect.php(93): IPS\core\modules\admin\system\_background->IPS\core\modules\admin\system\{closure}()
    #5 /srv/www/sites/techforum.cz/www/applications/core/modules/admin/system/background.php(66): IPS\Helpers\_MultipleRedirect->__construct()
    #6 /srv/www/sites/techforum.cz/www/system/Dispatcher/Controller.php(107): IPS\core\modules\admin\system\_background->process()
    #7 /srv/www/sites/techforum.cz/www/applications/core/modules/admin/system/background.php(42): IPS\Dispatcher\_Controller->execute()
    #8 /srv/www/sites/techforum.cz/www/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\admin\system\_background->execute()
    #9 /srv/www/sites/techforum.cz/www/admin/index.php(13): IPS\_Dispatcher->run()
    #10 {main}
    
    #0 /srv/www/sites/techforum.cz/www/init.php(1036): IPS\_Log::log()
    #1 [internal function]: IPS\IPS::exceptionHandler()
    #2 {main}

     

  6. Hello,

    i would like to ask you if there is a way how to integrate search results from forum into completely different website 🤔

    Lets say a user visits our main website (not forum) and performs some search there. It would be nice if relevant search results from our forum will appear there too, but our forum is now completely independent on our main website 🤔 Is this possible somehow? Thank you.

     

  7. This is what i asked for

    <a href="#" target="_blank" >Indikátor zapnutí svítí červeně</a>

    And this is what i get

    <a href="#" target="_blank">Indik&aacute;tor zapnut&iacute; sv&iacute;t&iacute; červeně</a>

    But thank you both for useless "solution". Next time say something like "we dont care about other languages, english is the only option" or "we dont want to improve this feature".

  8. Hello,

    when i use Checkbox Set in profile fields settings, every checkbox has same value attribute - value="1". When i move order or remove some items, their content swaps in user settings. If i use Select box instead, every option has its own value and i can move or remove options without unwanted change in user settings. Is this a bug in case of Checkbox Set? 🤔 In admin settings every item has its own value attribute in both cases.

    Could contain: Text, Menu, Page, PlotCould contain: Word, Text, Page, Number, Symbol, Menu

  9. Tonight i put into operation login with Microsoft account and i found out there is some old Windows icon (from Font Awesome 4.7) instead of Microsoft icon. Also Facebook uses newer cicrcular icon, but in app is some squarish icon currently.

    The colors of buttons seem to be random or outdated since these companies use different main color. I fixed it by myself temporarily by few css tweaks, but could you please fix this somehow in some upcoming release? Thank you 🙂

    image.thumb.png.6f850163add22272c19264b1d9960cf3.png

    .cLogin_social button,
    #elUserSignIn_external button {
        color: #fff;
        background: #666 !important;
    }
    
    .cLogin_social .ipsSocial_icon,
    #elUserSignIn_external .ipsSocial_icon {
        height: 36px;
        width: 36px;
        background-color: #fff;
        background-size: 18px;
        background-repeat: no-repeat;
        background-position: center;
        box-shadow: inset 0 0 0 1px #666;
    }
    
    .cLogin_social .ipsSocial_icon i:before,
    #elUserSignIn_external .ipsSocial_icon i:before {
        display: none;
    }
    
    .cLogin_social .ipsSocial_google .ipsSocial_icon,
    #elUserSignIn_external .ipsSocial_google .ipsSocial_icon {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 23.49 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%234285f4' d='M23.49 12.27c0-.79-.07-1.54-.19-2.27H12v4.51h6.47c-.29 1.48-1.14 2.73-2.4 3.58v3h3.86c2.26-2.09 3.56-5.17 3.56-8.82z'/%3E%3Cpath fill='%2334a853' d='M12 24c3.24 0 5.95-1.08 7.93-2.91l-3.86-3c-1.08.72-2.45 1.16-4.07 1.16-3.13 0-5.78-2.11-6.73-4.96H1.29v3.09C3.26 21.3 7.31 24 12 24z'/%3E%3Cpath fill='%23fbbc05' d='M5.27 14.29c-.25-.72-.38-1.49-.38-2.29s.14-1.57.38-2.29V6.62H1.29a11.86 11.86 0 0 0 0 10.76z'/%3E%3Cpath fill='%23ea4335' d='M12 4.75c1.77 0 3.35.61 4.6 1.8l3.42-3.42C17.95 1.19 15.24 0 12 0 7.31 0 3.26 2.7 1.29 6.62l3.98 3.09c.95-2.85 3.6-4.96 6.73-4.96z'/%3E%3C/svg%3E");
    }
    
    .cLogin_social .ipsSocial_microsoft .ipsSocial_icon,
    #elUserSignIn_external .ipsSocial_microsoft .ipsSocial_icon {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 21 21' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23f35325' d='M0 0h10v10H0Z'/%3E%3Cpath fill='%2381bc06' d='M11 0h10v10H11Z'/%3E%3Cpath fill='%2305a6f0' d='M0 11h10v10H0Z'/%3E%3Cpath fill='%23ffba08' d='M11 11h10v10H11Z'/%3E%3C/svg%3E");
    }
    
    .cLogin_social .ipsSocial_facebook .ipsSocial_icon,
    #elUserSignIn_external .ipsSocial_facebook .ipsSocial_icon {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='-277.375' y1='406.602' x2='-277.375' y2='407.573' gradientTransform='matrix(40 0 0 -39.7778 11115.001 16212.334)'%3E%3Cstop offset='0' style='stop-color:%230062e0'/%3E%3Cstop offset='1' style='stop-color:%2319afff'/%3E%3C/linearGradient%3E%3Cpath d='M16.7 39.8C7.2 38.1 0 29.9 0 20 0 9 9 0 20 0s20 9 20 20c0 9.9-7.2 18.1-16.7 19.8l-1.1.06h-4.4z' style='fill:url(%23a)'/%3E%3Cpath d='m27.8 25.6.9-5.6h-5.3v-3.9c0-1.6.6-2.8 3-2.8H29V8.2c-1.4-.2-3-.4-4.4-.4-4.6 0-7.8 2.8-7.8 7.8V20h-5v5.6h5v14.288c1.1.2 2.2.112 3.3.112 1.1 0 2.2.087 3.3-.113V25.6Z' style='fill:%23fff'/%3E%3C/svg%3E");
    }

     

  10. Hello,

    the /staff page uses old grid with floats which breaks height of individual boxes when texts are longer and wrap, also the optimization for smaller screens is not the best because of lot of space around. Recoding this page with new css grid would be appreciated. On video attached you can see what I mean and how I fixed it on my customised theme.

    https://streamable.com/eo3wvg

×
×
  • Create New...