Jump to content

Alexandru

Clients
  • Posts

    130
  • 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. 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.
  2. Ohh I see, but I already tried it, and still doesn't work.. am I doing smth wrong?
  3. Super duper. https://invisioncommunity.com/forums/topic/474125-adding-custom-code-editor-like-headerfooter-html-into-a-theme/#comment-2943756 But what about this, I really need this
  4. Any news about cookies when setting with js?
  5. Well, thank you. I can’t wait for it to be fixed. I know … But it’s the only why I could’ve done it, and it’s working like a charm, I have been working on some scripts including ips cookie system, and after 1 and a half month of work I have done it, but now with the new update this is holding me back. If you have another way to do a color changer && background changer which in this case can be saved in a session and be remembered so to say for the members Im happy to hear it. But the script I have done it’s not only working based on cookies, you have to meet some requirements and to have the access granted by the community administration in order to use my customization panel. The administrator can choose who can use the customization panel and who can not, also you have to be logged in, in order for the script to work, i mean it works also as a guest but the administrator has the power to choose who can use it. anyway, thank you. I will be Waiting for the fix.
  6. I noticed that this ips.utils.cookie.set('cookieName', value, true); isn't working anymore on the last version, why? I'm working on a theme and it has a customization panel for background changer and color changer, the script that I'm using rn works just fine on 4.7.6 and so on, but on 4.7.11 the latest version it doesn't work, I need some answers please ASAP.
  7. Well, I guess there is no one here with a solution. I'll try to find something to work around it. @Jim M any thoughts??
  8. So I see there is another editor so to say where Header / Footer HTML is and I also want to use it but I can't figure out how. Examples. Invisioncommunity: Mine: I want to make it show exactly like Header and Footer editor. help? I think I can access it and make it show through Custom PHP, but I don't know where to select it. There is no documentation for it. If i use it as shown in my example it will display like this and that's why I want it like in Header/Footer.
  9. Problem solved. It was from some plugins and also a template.
  10. Hi. We are having a problem regarding themes when creating/uploading a new theme even if it's an official one from IPS ( default theme ). We get [HTTP ERROR 500] when selecting a new theme but we cannot figure out why we get this error. We tried disabling all the plugins & applications one by one to see if there is a Third Party Hook error. Fatal error: Unparenthesized `a ? b : c ? d : e` is not supported. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/domain/public_html/forum/system/Theme/Theme.php(885) : eval()'d code on line 9309
  11. Oops 😛 Well, the problem is fixed, my bad. I uploaded again the template I had a problem with and enabled the designer mode again I tried "Advanced: Sync from file system" and it seems to work now. Why didn't I think of this before? 😞 Anyway, thank you everybody for your time and help 😛
  12. The template has been completely removed but the error is still there @Martin A.
  13. <?php return new \IPS\Helpers\Form\Select("core_theme_setting_title_{$row['sc_id']}", $value == '*' ? "*" : explode(',', $value) , false, array( 'options' => \IPS\Member\Group::groups(true, true) , 'parse' => 'normal', 'multiple' => true, 'unlimited' => '*', 'unlimitedLang' => 'all_groups' ) , NULL, NULL, NULL, 'theme_setting_' . $row['sc_key']); <?php return new \IPS\Helpers\Form\Select("core_theme_setting_title_{$row['sc_id']}", $value ? explode(',', $value) : array() , false, array( 'options' => array( 'register' => 'Register Page', 'login' => 'Login Page', 'profiles' => 'User Profile Page', 'messages' => 'Messages Page', 'search' => 'Search Page', 'activity' => 'Activity Page', 'leaderboard' => 'Leaderboard', 'staff' => 'Staff Page', 'forumsIndex' => 'Forums Index', 'categories' => 'Forums Categories', 'forumsTopics' => 'Forums Topics', 'clubsindex' => 'Clubs - Index', 'clubsview' => 'Clubs - View clubs', 'pages' => 'Pages', 'gallery' => 'Gallery', 'blogs' => 'Blogs', 'downloads' => 'Downloads' ) , 'parse' => 'normal', 'multiple' => true ) , NULL, NULL, NULL, 'theme_setting_' . $row['sc_key']); <?php return new \IPS\Helpers\Form\Text("core_theme_setting_title_{$row['sc_id']}", $value, false, array( 'autocomplete' => array( 'source' => array( "Slide 1", "Slide 2", "Slide 3", "Slide 4" ) , 'freeChoice' => false, 'forceLower' => false, 'unique' => true ) ) , NULL, NULL, NULL, 'theme_setting_' . $row['sc_key']); This is the latest code I used in custom tabs when designer mode enabled. I think it's from this "*" : explode(',', $value) It must be.. ("*" : explode(',', $value)) Hope I m not wrong 😑
  14. Sure thing. At first, I also thought this might be from a 3rd party we have installed. But I tried it on a brand new installation so to say and I have no 3rd plugins/applications and still threw me that error. Anyhow, I will look again over it and I will come here with an update if I find a solution to it. I will be posting the solution to it here / or what caused this to happen.
  15. Let's just say for a moment is my doing, and I'm going to recheck again my code. Right now one of my installations is gone completely cuz of this and I have no time to look at it why this happened. I will restore the backup from yesterday for it. I know for sure this is a problem from the update, cuz today I was trying to upload/create a new default theme and it threw me that error even with a new theme created ( The default one that comes with installation ). Which seems weird enough. I made this topic hoping that the DEV Team will look into this.
  16. How could it be? When I'm on PHP 8.0.0 and the latest version of invision? Am I missing something here? So that means, It's not my doing. That means they have to fix it, right?
  17. I'm afraid that's happening even on the default template. It's not from my custom theme cuz I tried it on the default theme and also throws me that error.
  18. Hi. I've noticed since 4.7.6 or something like this, when creating/uploading a new theme that has a custom tab in it, it will throw this error. I have checked in .../.../.../system/Theme/Theme.php on line 1783 the code itself, and I saw it was from the custom tabs, that how I came to this conclusion. This error seems to be on multiple installations to which I have access. I had designers mode enabled to create some custom tabs ( fields ) for my template, after saving. On the front-end page, it showed me this, I tried on 3 installations, 1 of them is on 4.7.8 and the other 2 are on 4.7.9. I checked my custom php code over 10 times and there are no mistakes with the code itself. Today was the day to finish the template for a client, I guess now I need to take a break until fixed. 😔😑😪 Fatal error: Unparenthesized `a ? b : c ? d : e` is not supported. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/community name/public_html/directory/system/Theme/Theme.php(885) : eval()'d code on line 1783
  19. @CodePixel.dev look @Adriano Faria gave you the solution to it, have fun. 😛
  20. Or maybe you are referring to, this? If you would explain what do you want to achieve of it. What are you trying to make, maybe there is another way to do it directly from the admincp.
  21. Wait, what? 😄 Could you explain better ?!
×
×
  • Create New...