Jump to content

shahed

Friends
  • Joined

  • Last visited

Everything posted by shahed

  1. Hi, Working with a client to create new app, and I think there is issue that looks more like a bug. otherwise I'm doing it wrong. anyway issue here is that i have a Stack form with editor (also as translatable), and the autoSaveKey is making issue here. it create unique key, but whenever new set of fields being added by Stack "Add another" button, new editor have same autoSaveKey as first editor. method I'm using is this: $defaultValueField = is_array($defaultValue) && isset($defaultValue['value']) ? $defaultValue['value'] : null; $index = preg_match('/customapp_(\d+)/', $name, $matches) ? $matches[1] : time(); $this->valueField = new Translatable( "{$name}[value]", $defaultValueField, false, [ 'app' => 'customapp', 'key' => $defaultValueField ?: null, 'editor' => [ 'app' => 'customapp', 'key' => 'customappwidget', 'autoSaveKey' => "customapp-value-{$index}-" . md5(uniqid()), 'minimize' => 'Enter text', 'autoSave' => $defaultValueField ? true : false ] ] );Also tried various other methods: 'autoSaveKey' => "widget-{$this->valueField->name}-" . md5(uniqid()),or: 'autoSaveKey' => "widget-{$this->valueField->name}-" . md5($name . microtime(true)),And more... but just doesn't matter and while every time it create unique autoSaveKey for first editor, every new set have editor with same exact autoSaveKey from first editor.
  2. I mean talking about @Ehren as CSS maestro is one thing, and seeing it in action how he disable an element without a template condition is something else entirely. Just tip of the Iceberg... 🫡
  3. Very well done Invision. great work as always. 👍 I have two question and not sure if it answered here: Is it possible to have all existing tags to be manage in there? system list all used tags on that page or it must be added manually? Is it possible to limit usage of tags on specific apps? or specific areas? I really hoped we see a feature in v5 for every apps or every node, across community to define different tags for them.
  4. Great news. count me in for alpha test as well 👍
  5. Very nice and clean, I really like what I see. congratulation @Matt Finger and well done. Paragraph and that really cool Box buttons. also markdown are something I like to see for expanding. Is there a way to create button as well? having a button making like Invision 4 in admin panel would be nice.
  6. This is indeed a great new feature and also unexpected one. kudos to the team. I wanted such feature for my old website for very long time and eager to see how different aspects like custom fields and templates works. One question... is it possible to also assign already existing category to a club?
  7. Great work as always @Ehren One thing that really caught my eyes here is how profile' side blocks are handled in Mobile view. I think IPS just nailed it. question here is what happens with blocks with different heights? those seems all in same heights and size, so what if one block is just longer than the others? another question is and maybe i missed something here, is this same method for all other blocks/widgets in mobile view?
  8. OK... so finally we can smell those fresh Pages 😀 For what next, personally like to see how PROFILES looks like in v5 😁
  9. shahed replied to Balto's post in a topic in Feedback
    I have noticed this too. it seems a bit off to be exactly aligned. following can fix the alignment issue for position bottom, until permanent fix to be released. just add to your custom.css #elFooterSocialLinks { display: flex; justify-content: center; gap: 2px; }
  10. This is absolutely next level. well done IPS 👏 Great job @Ehren
  11. Great work as always @Ehren For me particularly like the new feed view. it just triggers some cool design ideas 😊
  12. You're quite welcome. About breadcrumb, I'm afraid this behavior is Invision side related and you can see same thing with default theme as well. breadcrumb in Tablet/Phone view will hide in this platform. you can add class such this in your theme's custom.css to prevent that. @media screen and (max-width: 979px) { .ipsApp_front .ipsBreadcrumb { display: block !important; } }
  13. All text and messages in this theme is translatable. you can use alternative text using language setting.
  14. shahed posted a provider in Providers Directory
    Hello, I'm shahed. I love designing and developing for Invision platform. from simple, to very complex templates for Pages app, I have found this specific Invision CMS software very interesting, and up to evolve in much more then it's vanilla form. designing and developing special templates so that staff can use Pages app as a very reliable and enhanced looking CMS software, with specific functionalities for each type of contents like articles, news, reviews, profiles, magazine and more. apart from Pages app, I also developed many more resources for other Invision software include Forums, Downloads, Events and more, to expand it's features, design options and usability. creating full-fledged Themes and Skins for entire suite, with very enhanced and beautiful designs is also my craft. Pages app: Pages app is a very powerful CMS software by Invision, which fully integrated with everything else Invision offers. it also have great starter pack with handful of templates for content based websites. however this software can entirely look different with more functionality with special designing. I can help clients to develop, design and create specific designs and templates to evolve this software to meet their very need. Themes and Skins: I have experience on creating very complex and multi-layered Themes or Skins for Invision platform, which not just a redesign to change the look of the community, but adding whole new features and sub-features inside as one package. to install one theme, admins gets a lot more features, design options and enhancements than a simple change of looks.
  15. I like unified developing environment for v5 in Themes and Apps. easy to work when it's come to adding basic functions and features and at the same time, open for extensive coding outside. basic functions and features like adding new language strings, settings, tabs, separators should be all handled smoothly inside the development area. manage settings in v4 Themes, is what i like to be implement for app/theme creation for v5... with more integrations and features. One more thing is about implementing new measures to prevent piracy. personally have little knowledge about what already is done and how people can find ways to get around it, but it should be effective methods to prevent it.
  16. Thanks for bringing to my attention. I can confirm padding issue and custom text color for title in Plugin settings (for general timer block) however i can't confirm these for widgets and settings have intended effects. also links in text for both (plugin/widgets) is not affects by custom text color and i have idea for it. in any case, these issues along this report are going to be fix for next update. 👍
  17. Hello there, This isn't error but type of system log and expected, so no need to worry. widgets now support two different mode for time zone (automatic/manual). as of this version, this log is recorded before the widget configuration, more specifically before choosing the timezone mode and save the settings. 👍
  18. Hello, Yes that is how plugin works. when you set a date and countdown begins, users from different time zones may reach it sooner or later than you, so time will adjust for them.
  19. i think this part is more important for me to know. and thanks for letting us know. i have practically abandoned a half-baked set of new templates for Pages app after the "V5 plugin-defunct" news. didn't know if it's worth to continue since aside all re-work and more re-work for V5, more important question for me was at the end, this resource meant to be sold for how long at all. so you know... better wait to continue at the start of V5. knowing this slow migration to V5 make me to re-schedule times to resume this as soon as possible. really good decision so thanks for that as well. 👍 Also Pages app will be around for V5 i assume? 😁
  20. Thanks. it certainly helps better understand the problem . however this is not how i had experience visiting those pages in Mac/Safari. what exactly device, OS using and which version of Safari? One more thing, are you having same experience in my demo website? https://ipsverse.com/ and https://ipsverse.com/discover/
  21. Hello there, About "custom code" i haven't said that and i referred to "custom work". in any case enough of that since it doesn't have actual relevant. also tested this in safari and i can't see the problem here. logos are identical to me. not sure what should it be fixed here.
  22. IPS Default height size for logo is 80px, but in your website is 160px. i have no way of knowing what can cause the problem for your website since changing to 160px size for logo height in my end won't make any different, and template works as intended when this plugin is active. the bottom line is i can't reproduce the issue in any way in my end and while i still haven't encounter the issue, the issue more like it to happens in your setup. I have tested this with Chrome, Firefox and Edge on windows, without any problem. Once again, you can send me ACP access in a personal message so in this way i can investigate this. as of now i can't confirm this as issue nor is caused by this plugin.
  23. It is not much smaller logo, this is Default Theme, with Default Settings so clearly you have done custom work on your default theme. in this case, i have increased the size of the logo from IPS default theme's setting to match yours (160px?) and i still don't see any problem with logo bad behavior when the plugin is active. i also made the change in my demo website, and no problem there either. https://ipsverse.com/ and https://ipsverse.com/discover/ Again as i can't reproduce this issue in my end, i maybe can assist you by further investigate in your website. you can send me ACP access in private message. More to say is the link you send for discover page says: As of now i can't see any logo problem in your website. they are identical. That was one way to solve this. also not sure how it break the model and must see this myself to diagnose. 👍
  24. Hi, Plugin should not have alteration effect for logo. it only add more links to user navigation area. in any case i tried to replicate the issue, but couldn't reproduce it. i used same logo as (your website?) and it should be looks like this: Your website also doesn't have link to discovery page/or lack permission for guests. you can send me links and ACP permission in a personal message to investigate this further. i have tested with sticky/without sticky effect, custom color scheme, same buttons as yours but none made logo this way as your website. Another solution is, if you want to have same size as your first screenshot for every other pages as large as that, maybe adding this class to your custom.css could help? #elLogo img { max-width: 880px; max-height: 160px; }
  25. Hello, As Admin, when i insert URL to internal image in a post, it's not just embedded as normal image (like very other users can), but it also treats it as new attachment upload. it's embedded and stored as attachment. is there a setting for it, so can be use for other user groups?