Jump to content

sadams101

Clients
  • Posts

    776
  • 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 sadams101

  1. I have found that for all of my site's archived posts, which is ~90% of my site's content, that the link to the original post (that appears on the upper-right corner of the quoted post), throws a 404 not found error. This does not happen to the same links in non-archived posts, just in the archived ones. More info on the error code:

    Error code: 2S226/3
    		try
    		{
    			$commentClass = $class::$commentClass;
    			$comment = $commentClass::load( \IPS\Request::i()->content_commentid );
    			$item = $comment->item();
    		}
    		catch( \OutOfRangeException $ex )
    		{
    			\IPS\Output::i()->error( 'node_error', '2S226/3', 404, '' );
    		}

    and an example is the quote in this post:

    https://www.celiac.com/forums/topic/105911-for-celiacs-with-joint-pain/#comment-902358

    The link at the upper-right corner of the quoted post there is this one:

    https://www.celiac.com/?app=core&module=system&controller=content&do=find&content_class=forums_Topic&content_id=105911&content_commentid=902357

    which throws the 404 not found error, as do all links like this in all of the quoted posts that are archived. There are several other quoted posts on the same page to test.

    On my test site I've tried disabling all custom plugins and applications, and the problem persists.

    Any ideas?

  2. Bing Webmaster Tools has warned me that my site is missing meta tags like name="description" (and possibly others) on my forum threads that have more than one page...so on page 2, page 3, etc. Why are these tags missing on those pages? For example:

    Full meta tags:

    https://www.celiac.com/forums/topic/158669-not-celiacright/

    Page 2 is missing meta tags:

    https://www.celiac.com/forums/topic/158669-not-celiacright/page/2/

     

  3. 5 minutes ago, Jim M said:

    I am not a developer, but as Stuart mentioned above, this is likely contained in one of the JavaScript libraries which we heavily rely on (such as jQuery) and can't rip out for version 4. With that said, our software is very fast and at it's core, meets Google PageSpeed as satisfactory. Remember page speed or arbitrary scores alone will not cause your site to not be ranked, it may be the deciding factor between 2 sites but not altogether. 

    Version 5 will have some major changes to JavaScript coming to it though. You will want to watch that information as more and more information about version 5 becomes available.

    Just to clarify, this doesn't seem to be classified as a page speed issue, and is classified by the test under "Best Practices," but seems to wight around 8 points on their scale. 

  4. I had to shut off guest commenting on my articles do to this issue...it was causing a huge delay on very single article page.

    Is there a reason that Captcha needs to load first on every single page when guest posting is allowed? Since only 1/200 people post a comment on my articles that is 199 times Captcha did not need to load at all. Why not only load Captcha when people click on the comment field?

  5. I am getting the following database error when I tried to update my site from 4.7.12 to 4.7.13:

    Error: Class "IPS\Theme\hook1579_tmp" not found (0)
    #0 /home/mysite/public_html/system/Theme/Theme.php(845): IPS\_Theme->compileTemplates('forums', 'front', 'topics')
    #1 /home/mysite/public_html/applications/forums/modules/front/forums/topic.php(611): IPS\_Theme->getTemplate('topics')
    #2 /home/mysite/public_html/system/Dispatcher/Controller.php(118): IPS\forums\modules\front\forums\_topic->manage()
    #3 /home/mysite/public_html/system/Content/Controller.php(50): IPS\Dispatcher\_Controller->execute()
    #4 /home/mysite/public_html/applications/forums/modules/front/forums/topic.php(39): IPS\Content\_Controller->execute()
    #5 /home/mysite/public_html/system/Dispatcher/Dispatcher.php(153): IPS\forums\modules\front\forums\_topic->execute()
    #6 /home/mysite/public_html/index.php(13): IPS\_Dispatcher->run()
    #7 {main}

    Has anyone else had this issue? 

    When I research the error more it is tied to Enhanced Forum Views. Is it compatible with 4.7.13?

  6. I am currently having an issue with a bot that is creating 100's of accounts. It seems like there may be an issue with my Captcha, as it's not appearing (to me at least) on the create account page:

    https://www.celiac.com/register/ 

    Currently I'm blocking IP's and adding more complex Question & Answer Challenges, which does appear to be working on my register page.

    Does anyone else have this issue, or have dealt with it in the past? 

    The bot seems to be spoofing or quickly changing IP's, so using the IP block is like playing whack a mole...one I block a range they appear from another range.

  7. In the ACP under Web App you can add a Safari mask icon. The issue seems to be how the header tag for it is formatted:

    <link rel="mask-icon" href="https://www.mysite.com/uploads/monthly_2023_07/SAFARI-MASK-LOGO-NEW.svg" color="#ffffff">
    
    should be:
    
    <link rel="icon" type="image/svg+xml" href="https://www.mysite.com/uploads/monthly_2023_07/SAFARI-MASK-LOGO-NEW.svg" color="#ffffff">

     

  8. After failing tests at https://www.validbot.com/ for my site's SVG icon I had an exchange with a tech person there who said:

    Quote
    For the SVG icon, I could not find a link tag in your page header with the format: <link rel="icon" href="/icon.svg" type="image/svg+xml"> This header is required for SVG favicons to work in browsers and for our tests to discover it.

    In the standard ISP version it has:

    • rel="mask-icon" but it should be rel="mask"
    • and this is missing: type="image/svg+xml"
  9. I am having the same issue, and I am the server admin. 

    I have tried turning off all server security, including mod security and my content security policy, yet it still happens. It seems to have started a couple of updates ago.

    The error I see in my web console is: "Error with Permissions-Policy header: Unrecognized feature: 'ch-ua-form-factor'."

    Any ideas?

     

    video_issue.thumb.webp.c930d9ea9d8a6b0a48b9908bacbf8bee.webp

  10. On 7/8/2022 at 6:42 AM, Matt Finger said:

    Hi Adam,

    To pass Data Layer Events from GTM to GA, you have to add the Universal Analytics Tag to your Tag Manager configuration (not the GA config).

    Currently, if you go to your Account/Container in Tag Manager, you should be able to add a new tag and see the Google Analytics options

    Could contain: Page, Text, Document, Word, File

    You'll also have to setup Event Triggers in Tag Manager so it knows to send the Community Events to GA.

    Glad to see we're getting some feedback on our Data Layer integration! Also stay tuned since integrating Commerce with the Data Layer is on the board for Phase II.

    To recap, our Data Layer integration is designed to push data to Tag Manager not Analytics, which are separate services.

    I was wondering if this is how the events should look after setting them up? For example, here are Google's field names on the left, and on the right my input:

    Custom event name = content_area

    Parameter = content_area

    Operator = equals

    Value = Area of the content

    Could contain: Page, Text, File, White Board

  11. I received an email from Twitter with the above mentioned subject which said:

    Quote

    This is a notice that your app - Celiac.com - Gluten-Free Forum - has been suspended from accessing the Twitter API.
     
    Please visit developer.twitter.com to sign up to our new Free, Basic or Enterprise access tiers.
     
    More information can be found on our developer community forums.
     
    Regards, 
    Twitter Developer Platform  
     

    This is referencing my Twitter login app via the IPB's Login & Registration area in the ACP, which still seems to work. The email appears to be legitimate, and it came directly from an IP address owned by Twitter, so I'm not really sure what it means at this point. 

    Did anyone else get this? Any ideas?

  12. So that took care of my first question, thank you, I was able to move blogs from one entry category to another.

    My other question was how to delete an entry category? I seem to be able to delete only the main blog that the entry category is under, but not specific entry categories which might be empty.

    I found out how to do this...it is when you edit the main blog, there is a tab for the entry categories...thank you!

  13. An example would be this Blog, which has several categories:

    https://www.celiac.com/blogs/blog/1208-gluten-busters-gluten-free-product-alerts-by-celiaccom/

    and some have been accidentally duplicated, for example "USA" is there a few times, and I'm unable to move a blog like this one in the Canada category (https://www.celiac.com/blogs/blog/1208-gluten-busters-gluten-free-product-alerts-by-celiaccom/1-canada/ ) :

    https://www.celiac.com/blogs/entry/2798-cappola-brand-genoa-salami-recalled-due-to-undeclared-milk-and-wheat/

    to any of the USA categories, for example this category:

    https://www.celiac.com/blogs/blog/1208-gluten-busters-gluten-free-product-alerts-by-celiaccom/12-usa/

    In fact, if I open that blog and select Edit, and then Move, there is no choice at all where it can be moved, and the only area I can see at all is the main blog name (very first link in this post at the top of it), but it is greyed out and cannot be selected.

×
×
  • Create New...