Jump to content

ReyDev

Members
  • Posts

    539
  • Joined

  • Days Won

    3

 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 ReyDev

  1. 6 hours ago, CheersnGears said:

    If you're working on a new version, I'd really really really like the ability to make my logo larger. 50px is just too small for a logo on the big HD screens we have these days.

    Since the height of the navbar container is 54 pixels, if we want to increase the height, the appearance of the navigation (menubar) will not be good. Additionally, these values are derived from IPS default values. If you can send a screenshot of what you want, I can work on it better

  2. On 2/5/2023 at 2:13 PM, CheersnGears said:

    I seem to be getting an extra bullet in the subforum list in the Forum view:

     

    This theme* the bullets do show up as solid in a browser. not sure why they're hollow in the screen shot.

    Could contain: License Plate, Vehicle, Wheel, Machine, Alloy Wheel, Spoke, Car, Tire, Car Wheel, Coupe

     

    IPS Default theme

    Could contain: Wheel, Alloy Wheel, Spoke, Tire, Car, Car Wheel, License Plate, Coupe, Sports Car, Advertisement

    @CheersnGears
    I'm working on the new version of the LAXERI theme. and I want to solve this issue but I can't see it on my local and live websites. please send me a link (your website URL), so I can check it out.
    thanks

  3. On 3/30/2023 at 2:14 PM, Vakarian96 said:

    I have a search bar in my style, unfortunately this is not replaced by the plugin.

    How can I change it manually in the template? Which code from the plugin do I have to put in the place of the search bar?

    Hi, sorry for the delay
    you should revert your search bar to the default IPS search bar.

  4. On 2/22/2023 at 11:03 AM, CheersnGears said:

    Was there an update on the duplicate bullets issue?

    next version

    On 2/22/2023 at 12:06 PM, Amy Pond said:

    Hello, I sent you a pm 🙂 

    i'll check it

    On 2/22/2023 at 10:10 AM, CiberBob said:

    How to add a Background Image instead of the color? 

    thanks for your suggestion. I'll add this to the next version

  5. On 2/5/2023 at 2:13 PM, CheersnGears said:

    I seem to be getting an extra bullet in the subforum list in the Forum view:

     

    This theme* the bullets do show up as solid in a browser. not sure why they're hollow in the screen shot.

    Could contain: License Plate, Vehicle, Wheel, Machine, Alloy Wheel, Spoke, Car, Tire, Car Wheel, Coupe

     

    IPS Default theme

    Could contain: Wheel, Alloy Wheel, Spoke, Tire, Car, Car Wheel, License Plate, Coupe, Sports Car, Advertisement

    Sorry for the delay

    i'll check it out and let you know.

  6. On 1/29/2023 at 5:41 AM, GazzaGarratt said:

    Quick question if possible - Can users request to 'join' a collection at all? Or is the only way to add Members into the Collections via the AdminCP?

    Hi,
    sorry for the delay.
    it's just possible via ACP

     

     

    On 1/29/2023 at 5:41 AM, GazzaGarratt said:

    I've been looking for a way to show members that play in a certain group

    You can select that group so the plugin shows thats members

  7. On 1/1/2023 at 4:09 PM, Ioannis D said:

    Can this issue be fixed in this app so that it works properly with this theme? There are many people using themes from IPSFocus and I might not be the only one with this issue in the near future.

    Although I know that this issue should be fixed by the theme authors, but I am working on it to find a solution.

  8. On 12/23/2022 at 9:01 AM, fagneral said:

     


    How can I translate the default words.
    Could contain: Page, Text

    sorry for the delay

    go to the Customization > LOCALIZATION > Languages > click on the Translate button. search the `valastory_w_addstorytitle` key and change it .

    valastory_userbar_account_title  =>  My Stories

    valastory_w_addstorytitle => Add Story

  9. 7 hours ago, teraßyte said:
    $form->add( new \IPS\Helpers\Form\Number( 'test', 0, FALSE, array( 'min' => 2, 'unlimited' => 0, 'unlimitedLang' => 'disabled' ) ) );

     

    change the default value to `2` instead of `0`(second parameter) and try.
     

    $form->add( new \IPS\Helpers\Form\Number( 'test', 2, FALSE, array( 'min' => 2, 'unlimited' => 0, 'unlimitedLang' => 'disabled' ) ) );


     

  10. 13 minutes ago, Kirill Gromov said:

    @ReyDev, hello, are you planning on adding a video on youtube?

    Hi,
    We checked this. Since the display of YouTube files is different from the structure of our app (we cannot manage some functions such as hovering over them, e.g).
    So unfortunately it is not possible

  11. 13 hours ago, Ioannis D said:

    Could you please add a setting to define which usergroup can upload attachment as an image or video story?

    For example, I want members to can't upload attachments as stories and have the option for external URLs, but moderators can upload attachments and set external URLs.

    good idea.
    i'll wrk on it.

  12. On 11/15/2022 at 9:47 AM, BankFodder said:

    We are testing out the PHP 8 update of Invision in our test site. I'm afraid that when we activate menu plus the latest version, it brings the test site down.

    There are two or three others which are doing this as well are unplugging those up separately to the developers.

    Any ideas please?

    sorry for the delay

    I have tested both online and local website with the latest version. It works without any problems.

    ips.valacopding.com

    If there is a problem, let me know so that I can check it immediately

  13. I have a class that I use for generating a form that has the \Form\Matrix element. I use this form in both locations(the admin and the front locations). it works on the admin module but doesn't work correctly in the front location. in the front location, just shows rows. the add row button, the delete row button, and the sortable function don't work.

    what should I do to use the Matrix form element in the front location? (i guess JS and CSS files don't load for the front location )

  14. I get this error, when I am adding a widget to the page on one of my clients's website.

    [[Template valastory/front/widgets/rowStory is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]

     

    here is the error log:

    Error: Named parameter $orientation overwrites previous argument in /var/www/html/...../system/Theme/SandboxedTemplate.php:61
    Stack trace:
    #0 [internal function]: IPS\Theme\_SandboxedTemplate->__call('rowStory', Array, orientation: 'horizontal')
    #1 /var/www/html/..../init.php(927) : eval()'d code(12): call_user_func_array(Array, Array)
    #2 /var/www/...../applications/valastory/widgets/rowStory.php(292): IPS\hook137->output('[["valastory_t4...', 5, 'mtzsed3lc', 'null', 'horizontal', Array, '[]')
    #3 /var/www/html/..../system/Widget/Widget.php(833): IPS\valastory\widgets\_rowStory->render()
    #4 /var/www/html/..../system/Widget/Widget.php(926): IPS\_Widget->_render()
    #5 /var/www/html/..../system/Theme/Theme.php(885) : eval()'d code(18367): IPS\_Widget->__toString()
    #6 /var/www/html/..../system/Theme/SandboxedTemplate.php(61): IPS\Theme\class_core_front_global->widgetContainer('footer', 'horizontal')
    #7 /var/www/html/..../system/Theme/Theme.php(885) : eval()'d code(6810): IPS\Theme\_SandboxedTemplate->__call('widgetContainer', Array)
    ....


    Is the problem with my widget or should it be fixed by the IPS?

  15. 17 hours ago, JustinHawk said:

    Okay, btw team has noticed one more issue, when configured to use S3 for files and files are stored in directory, it creating a two requests to one for image and one for the directory itself. Leading to 403 error thrown by S3. Can you please check that as well. Thanks

    Could contain: Text

    Sure.

×
×
  • Create New...