Jump to content

Alexandru

Clients
  • Posts

    129
  • 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

Everything posted by Alexandru

  1. Hey ! I encountered the same problem with AJAX Loading, and I looked everywhere from what It could be, nothing on the server side, nothing in settings. But by updating the version the problem fixed itself. Try upgrading your version and check again.
  2. Hey there 👋! I encountered the same error as you and for me were 2 ways to see from what was it. 1. If you are using cloudflare, make sure is not proxied. ( For me this was a problem, not showing the css at all, I use custom Nginx protection and it was fighting with Cloudflare, by disabling proxied, worked again ). 2. Data-Store path is incorrect. - What I did? Logged in AdminCP, and tried to find "clear caches" it was hard but I did it, after that some of the CSS came back so to say and I updated the data-store path and everything worked again. Follow these links to update data-store path: 1. Create New (https://yourdomain.com/admin/?app=core&module=overview&controller=files&do=configurationForm 2. Edit Current One: (https://yourdomain.com/admin/?app=core&module=overview&controller=files&do=configurationForm&id=1)
  3. Paste this in custom.css until the next release. After release, please remember to remove this css lines. .cGalleryWidget { display: grid; }
  4. It's fixed, yeah we updated the handler from ACP => System => Files => Storage Settings => Configurations => Create New
  5. Did you fix your problem or you still need help?
  6. I already changed mine when I saw the button in there 😛 I think 2 months ago :))
  7. Try contacting Invision directly! https://invisioncommunity.com/contact-us/
  8. Oh dear. ❤️‍🔥❤️‍🔥❤️‍🔥❤️‍🔥 hopefully we see some new features for designers as well in designer mode ❤️‍🔥❤️‍🔥❤️‍🔥😅😅
  9. First suggestion: Adding CodeMirror that supports template logic with if-else statements and such, I want to expand my work by offering my clients full access to the custom stuff I do. I was thinking about this one for a long time now and I always wanted it so that it would make my life easier and also the same for other Theme Designers. Since I saw the Header/Footer CodeMirror editors in the AdminCP for each theme, I wanted to have it as well. To be specific, here. Some tab that you can select when adding a new Setting into your theme, called "CodeMirror Editor" or something. Second Suggestion: Adding in Menu Manager a field where you can add icons for each nav link and even allowing you to add your custom font-icons link. This would be very helpful since all of us add icons directly in CSS with the ID of the nav item. The problem with adding icons with CSS per id is that the IDs don't stay the same on all websites. Currently, I'm doing this way and sometimes it gets confusing explaining to people where to edit them and some of them are clueless on how to do it. {{if $item->id == 10}} <i class='fas fa-pager'></i> {{elseif $item->id == 41}} <i class='fas fa-ribbon'></i> {{elseif $item->id == 36}} <i class='fas fa-user-astronaut'></i> {{elseif $item->id == 2}} <i class="fas fa-chart-pie"></i> {{elseif $item->id == 106}} <i class='fas fa-folder-download'></i> {{elseif $item->id == 42}} <i class='fas fa-life-ring'></i> {{elseif $item->id == 88}} <i class='fas fa-store-alt'></i> {{endif}}
  10. True but not all. I had plans to release multiple themes at once on the marketplace that I've been working on them for a long time now and still working 😛 But it's a change that we all need to adapt to it and with that said I will need to start creating my own portfolio and a marketplace-web.
  11. Hello there, if you still have problems upgrading your version, I can try to help you.
  12. As a Front-end Developer, with over 5 years constantly working with template engines such as Invisioncommunity and even custom websites made from scratch in Visual Studio Code. Any type of website design can be accomplished. I'm not saying that I'm perfect, everybody has some defections. But I promise you that you'll not regret working with me. What can I do? 1. Invisioncommunity Software installation. 2. Upgrading your community. 4. Custom Theme Design to fit your community. 5. Helping you solve problems with your installation, such as themes, plugins, applications, and other problems that may occur. 6. Advice on how to properly manage your community to be correctly done. 7. I offer free support for those who paid for a service such as Custom Themes. Currently worked with 250+ clients for design. 91 Clients only for Invisioncommunity Suite Templates. DRAWNCODES - Web Services. @ Since 2015 ~ on a journey to help others grow.
  13. Hello, can I please have all the ips from invisioncommunity such as marketplace, licensing, and everything you got? We need them for whitelisting. I don't know if this is the right place to ask for them but.....
  14. Yeah. But if you take a second to think about it, first thing when people are installing their suite will immediately search for those plugins, but when uploading they get errors cuz the plugins are out of date. Thats Why i think this should be added. Anyway, I’m not running Invisioncommunity, I’m not part of the management staff or such. But please speak with your management team and consider adding those. It would be a life savior for all of us!
  15. I see this got forgotten or not even taken into consideration, there are enough people so to say who agrees with my suggestion, but I see no implementation of it or even mentioning it in any way 😑😑🫤
  16. I can give you the solution. It’s easy to do it, since it’s your software, I already did some protection anti-steal with they base url. But I can’t do it to be automatically, I would have to do it manually for each client and it sucks. But there are some insane ways we can do it if you are up to it.
  17. I know. But the scripts that I’ve been working my ass of for months I don’t want them to get on the internet for free also free for everyone. I want only Invision clients that are using the marketplace to use it. I worked a lot for the upcoming themes, and the new features… 😑
  18. Sorry. My bad didn’t really read it all. try this {{if request.controller == index && request.module == forums}}} your code here {{else}} code2…{{endif}} i don’t know if the controller or the module is correct. But press on inspect when you are on your front page, and on the body tag just look for page controller and pagemodule and replace them in the conditions above if not correct. So this code will only show that template on the homepage.
  19. It’s not that easy to do what you want. I mean what do you mean by only showing on the homepage? What about the rest of your website?
  20. So, I've noticed that if you buy a theme from the marketplace, you can download it and when you upload it on a new website it will not work, which is fine. BUT, If you copy the theme you bought from the marketplace and you download it, and upload it on another website, it will work perfectly. I saw my themes uploaded on the marketplace for free on other websites. In my opinion, you should not let them copy it or download it if it's from the marketplace. I wanted to upload a few new themes with some pretty insane settings and features, but since I saw this, I said I will wait until you fix them. Cuz I don't want my new theme to be stolen and used by everyone for free. I will be waiting for this fix, thank you.
  21. <?php // Create a form using defaults $form = new \IPS\Helpers\Form; $form->add(new \IPS\Helpers\Form\Codemirror( "core_theme_setting_title_{$row['sc_id']}", $value, FALSE, [ 'mode' => 'htmlmixed', 'height' => 400 ], NULL, NULL, NULL, 'theme_setting_' . $row['sc_key'] )); // Send the form for output \IPS\Output::i()->output = $form; So we did some testing with this code from above and also the code from Theme.php and we were trying to replicate it directly in the Designer Mode custom settings for the fields I've created. /** * Get theme header and footer * * @return array */ public function getHeaderAndFooter(): array { $return = [ 'header' => null, 'footer' => null ]; if ( $this->custom_header ) { $key = 'custom_header_' . $this->_id; if ( ! isset( \IPS\Data\Store::i()->$key ) ) { \IPS\Data\Store::i()->$key = static::compileTemplate( $this->custom_header, NULL ); } $return['header'] = \IPS\Data\Store::i()->$key; } if ( $this->custom_footer ) { $key = 'custom_footer_' . $this->_id; if ( ! isset( \IPS\Data\Store::i()->$key ) ) { \IPS\Data\Store::i()->$key = static::compileTemplate( $this->custom_footer, NULL ); } $return['footer'] = \IPS\Data\Store::i()->$key; } return $return; } We want to know what limits we have in designer mode at customizing tabs and adding form through custom/manual PHP.
  22. Yep @tendonsie, please, we need more information in order for us to even try to help you 😛
  23. It says clearly that there is an installation of their software with your license on another web. Remove the installation from the old web and try again. And also, press "Change Licensed URL". You cannot have 2 installations of IPS Software on 2 different websites. You can have 1 main installation and also 1 test installation. Example: www.yourcommunity.com - would be the main one. www.yourcommunity.com/test - would be the test installation. Quote from IPS Install and Upgrade docs. Read more here.
×
×
  • Create New...