Jump to content

beats23

Clients
  • Posts

    803
  • Joined

  • Last visited

  • Days Won

    2

 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 beats23

  1. 4 hours ago, Matt said:

    As above, source mode has been removed. Modern editors (all of them) manage markup differently. If you added something the editor couldn't handle via HTML, then it would just remove the unsupported code when you hit edit.

    Source mode was added back when we had BBCode and it was.. less than perfect in how it handled it, so it allowed admins to go in and edit it to fix it. Likewise, CKEditor was such a pain to write plugins for, it was easier to just say "oh, use source mode to add stuff". Tiptap is much easier to develop for.

    What do you use source mode for?

     

     I rely on the "source" button to input many iframe codes into all the places where the editor is used on my website. 

    Example from the source button.

    <p>
    	<iframe allowfullscreen="true" allowtransparency="true" frameborder="0" scrolling="no" seamless="seamless" src="https://MYSITE.com/tutorials/learnhow/index.html" style="width:100%;height: 1200px"></iframe>
    </p>

     

    My website also relies on displaying a before-and-after photo slider. For it to display, the code has to be placed in the editor using the "source" button.

    Example from the source button.

    <div>
    	<div class="ba-slider-element">
    		<div class="ba-slider">
    			<img alt="" src="https://cdn.webshopapp.com/shops/277197/files/388578586/frog-frog-52-the-lightweight-kids-bike.jpg">
    			<div class="before-lable-1">
    				<div class="before-lable-2">
    					<div class="resize">
    						<img alt="" src="https://cdn.webshopapp.com/shops/277197/files/388578586/frog-frog-52-the-lightweight-kids-bike.jpg">
    						<div class="after-lable-1">
    							&nbsp;
    						</div>
    
    						<div class="after-lable-2">
    							&nbsp;
    						</div>
    					</div>
    
    					<div class="handle">
    						&nbsp;
    					</div>
    				</div>
    			</div>
    		</div>
    	</div>
    </div>

     

    Is it possible to input those codes above into a page using the new editor?

    Will the "stock reply" option be implemented in the new editor?

  2. My site data has now grown. I have two options. Move to a bigger hosting plan or offload to Amazon S3. 

    If I offload all files, data, and images to Amazon s3.

    1. Will it affect my Google Image links?
    2. Will links for photos in Google and other search engine still work?
    3. Or will my site need to be re-indexed by Google?
    4. Is there any negative side effects from doing this?
    5. Will all the local data automatically be deleted after moving to Amazon s3?

     

     

  3. 21 hours ago, Bob Snow said:

    But my MySQL is 5.7.44-48-log. SiteGround said that is the way it is for now

     

    Same here. My hosting only has MySQL 5.7.44-48-log; will it still work with IPSv5?

  4. Disabling right-click is still an effective solution. Not everyone is tech-savvy and will look for URLs in the page sources. WordPress has a very effective plugin that can do this. 

    Not every driver follows the road speed limit. However, a vast majority do.

  5. I, too, have seen this on my website occasionally. Members displayed and logged in anonymously. I chose not to seek support for it due to the harsh frustration you, the IPS support, put its self-hosting customers through when I reported issues with your software. You always try to blame every issue I have on my hosting provider or third-party resources. 

    Yes, this issue of anonymous login by non-anonymous members is real. 

  6. 58 minutes ago, Randy Calvert said:

    IPS has ALWAYS said that 8.3 is not officially supported

    I personally have never seen this warning. There was no php warning when updating nor in the apc. If updating past php 8.1 is so critical for the suite this should be stated in the apc support section or have a warning in the apc when a system does not have the recommend version of php. No one here can read minds. 

×
×
  • Create New...