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

Posts 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. On 12/2/2023 at 8:22 PM, Daniel F said:

    Have you updated the storage handler after moving to your server?
    You can do this in your ACP->System->Files 

    It's fixed, yeah we updated the handler from ACP => System => Files => Storage Settings => Configurations => Create New


    Could contain: File, Page, Text, Webpage

  4. 8 hours ago, PurpleSparkles said:

    Hello,

    I just logged into the Client Area and noticed that my renewal on 8/31 was canceled. This is odd as my card was charged, and my license shows that it has been renewed into May 2024. Additionally, I’m seeing a set of “V5 upgrades” being charged. Can you help me understand what these are and what’s happening? After renewing, my forum now hasn't been working correctly in addition to these questions and I'm trying to troubleshoot it. 

    Thank you,

    Try contacting Invision directly!
    https://invisioncommunity.com/contact-us/

     

  5. 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.
    Could contain: Page, Text, White Board, Document, Invoice

     

    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}}

     

  6. On 8/15/2023 at 3:48 PM, Charles said:

    Marketplace authors have known about this change for a while now and some are looking to create their own Marketplace-like web site.

    It sounds like a promising project and they are welcome to talk about it here.

    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. 

  7. 6 hours ago, Jyoti Rani said:

    I m not saying that you guys have not provided support for this. But I am facing issue in upgrading my current site.

     

    I have older version of the site. Some file are encrypted. I don't have their original script. So, i cant set it up on my local machine.

     

    So, i was thinking that, if i can setup older version on my local and get the things done. 

    The Only solution left with me is to bring live site down. and Need to upgrade on live. Which is not the correct way. As you guys are not supporting the older versions now. There is possibility that i loose up ending my live site down. And i loose my clients.

    Can you suggest me some ways or scenarios to do so?

    Can invision provide same license to be run on dev enviornment?

    They should provide the older version for exceptional cases. As and my client is facing rite now.

    Not sure how to do this? Any suggestions will be of great help to me.

    Hello there,
    if you still have problems upgrading your version, I can try to help you.

  8. 1 minute ago, Marc Stridgen said:

    This is incorrect. Items in the feedback area would always be taken into consideration. However this doesn’t mean they will be implemented as it would depend on whether they fit into our internal goals for the platform. And those which are added would not always fit within the development plan of a specific version. 

    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!

  9. On 7/18/2023 at 5:58 PM, Matt said:

    Unfortunately there is no easy answer to this. We tried for years to hide meta data so we could track piracy but they always find it and remove it.

    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.


  10. 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.

  11. 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.

    Could contain: Chart, Plot, Page, Text

  12. <?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.

     

  13. On 7/2/2023 at 3:50 PM, Jim M said:

    Do you have any more information about the error you encountered during the process? That would be able to help us guide you more effectively. 

    Yep @tendonsie, please, we need more information in order for us to even try to help you 😛

  14. 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".

    Could contain: Text

    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.
     

    Quote

    Test Install

    Your self-hosted license allows you to have one live installation (your actual community) and one test installation. We also allow an unlimited number of installations on "localhost" domains so you can test locally without restriction.

    If you are installing on a test install, enter your license key with -TESTINSTALL on the end. If you are installing on localhost (it must be "localhost" specifically, not "127.0.0.1" or any other alias), this will not count towards either of your installations, however, if you are installing on any other domain, it will count as your test installation.

    This means that if you already have a test installation at a different URL, you will receive an error message that says "A test installation has already been activated for this license key. Your license key entitles you to one test installation only." There are three ways to overcome this:

    1. You can delete your current test installation and reinstall at the same URL. For example, if your Test URL (as shown in the client area) is "example.com/test", you can install at example.com/test (meaning of course you'll have to delete whatever is there first) and you will not get the error message.
     
    2. You can install on a localhost installation: localhost installations do not count towards your allowed usages.
     
    3. Test installs are a one time url, so you should use a sub domain of your live site as an example, so in the future if you need to test a new server or setup, you can adjust your DNS to point that sub domain anywhere as needed.

    Read more here. 

     

×
×
  • Create New...