Jump to content

Demonland31

Clients
  • Posts

    125
  • 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 Demonland31

  1. 12 minutes ago, Marc Stridgen said:

    It would if you could, yes

    TypeError: htmlspecialchars(): Argument #1 ($string) must be of type string, array given in /home/nasher/public_html/system/Theme/Theme.php(885) : eval()'d code:8652
    Stack trace:
    #0 /home/nasher/public_html/system/Theme/Theme.php(885) : eval()'d code(8652): htmlspecialchars(Array, 131, 'UTF-8', false)
    #1 /home/nasher/public_html/system/Theme/SandboxedTemplate.php(61): IPS\Theme\class_core_front_global->metaTagEditor()
    #2 /home/nasher/public_html/system/Theme/Theme.php(885) : eval()'d code(7417): IPS\Theme\_SandboxedTemplate->__call('metaTagEditor', Array)
    #3 /home/nasher/public_html/system/Theme/SandboxedTemplate.php(61): IPS\Theme\class_core_front_global->globalTemplate('BY THE BYE by T...', '\n\n\n\n<div class=...', Array)
    #4 /home/nasher/public_html/system/Dispatcher/Dispatcher.php(173): IPS\Theme\_SandboxedTemplate->__call('globalTemplate', Array)
    #5 /home/nasher/public_html/system/Dispatcher/Standard.php(113): IPS\_Dispatcher->finish()
    #6 /home/nasher/public_html/system/Dispatcher/Front.php(558): IPS\Dispatcher\_Standard->finish()
    #7 /home/nasher/public_html/system/Dispatcher/Dispatcher.php(155): IPS\Dispatcher\_Front->finish()
    #8 /home/nasher/public_html/index.php(13): IPS\_Dispatcher->run()
    #9 {main}

  2. 46 minutes ago, Marc Stridgen said:

    Have you applied all the latest patches? (there have been more than one) on your site? I ask as I cannot replicate this on my own instance

    I have indeed.

    Would it be helpful if I posted the error logs?

  3. Twitter working fine in my forum. We have had an issue for a long time of not being able to embed Facebook posts by copying and pasting the post link. The only work around is going onto a desktop and getting the embed code for a post which you can't get from a mobile. In any event we only allow mods and admins to access Source Code to post.

  4. When launching the Live Meta Tag Editor the following error message is displaying at the bottom of the page and the Editor along the Right Hand Side of the Page is not displaying.

    [[Template core/front/global/metaTagEditor is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]

    This is only happening within Thread Topics and is working correctly across all other pages such as Thread/Topic lists and Forum Lists.

    Reverting to Default Theme and Disabling All Plugins/Third Party Customizations as well as clearing the Cache have not resolved the issue.

    I have only noticed this since I installed the latest patch in the last day or so. All software and patches are up to date.

  5. Is there a way to select a particular image to be displayed. One of the articles that I have used is from a topic in the forum but the image used in the block is a random image in another post and not the image from the original post. I've deleted the post containing the random image but that image still appears in the block.

    Any assistance would be greatly appreciated. Thank you.

  6. 19 hours ago, opentype said:

    Are you sure you are on the latest release and that you overwrote the templates when updating the plugin?

    Compatibility with PHP8.x was added with SuperBlocks 1.2 and it is running fine on my own installations with 8.0 and 8.1.

    If you see errors, check the ACP error logs as well. They usually give more details about what went wrong. 

    I am on the latest release of the plugin. Not 100% sure on the overwriting of the templates when updating the plugin. Was this an option?

    I couldn't see any errors in the ACP error logs when I tested this out but the PHP error log had the following:

    [26-Sep-2022 10:43:19 UTC] PHP 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 /xxx/xxxx/public_html/system/Theme/Theme.php(885) : eval()'d code on line 1396

  7. On 9/23/2022 at 9:50 AM, beats23 said:

    I want to buy can you update this to IPS 4.7?

     

    I too would pay for any of the talented developers here to create a similar plugin to this.

    @newbie LAC created some wonderful apps and plugins for this community which benefited our other communities.

  8. Is there any way to change the color of the left pointing arrow of this bread crumb. For the life of me I cannot get it to change.

    Anybody know the CSS wording for this to allow me to change from Red which it is taking from the Nav Bar to the Dark Blue which is changed by customizing the elMobileBreadcrumb CSS.

    I will be extremely grateful for any assistance.

    Cheers

     

    Could contain: Text, Logo, Trademark, Symbol

  9. 1 hour ago, Ehren said:

    If you don't want to use the plugin, you can create the JS file at: /admin/?app=cms&module=pages&controller=templates

    Click the JS tab and create your new file. Paste in the code from my earlier post, but remove the first and last lines (the script tags) since they're not required.

    Next, visit your Page list at /admin/?app=cms&module=pages&controller=pages and click Edit next to your page. Under the Page Includes tab, select the JS file which you just created. 🙂

    Appreciate that @Ehren. That worked too and was very helpful.

    Is there any way so to make it so that all quick searches throughout the forum default to Everywhere?

    Personally I find it easier and more helpful to have Everywhere and then either the drop down can narrow down or once the search results come through you narrow your parameters.

  10. 24 minutes ago, Ehren said:

    Hi @Demonland31

    There's no built in setting to control this but if you have access to the HTML of the page, add the following to the top of your existing code. If you used the page builder instead, you'll need to create a JS file and assign it to the page via the page settings.

    <script>
    	// Change default search filter 
    	document.querySelector(".cSearchFilter__menu [value='all']").checked = true;
    	document.querySelector('.cSearchFilter__text').innerText = document.querySelector('.cSearchFilter__menu input:checked + .cSearchFilter__menuText').innerHTML;
    </script>

     

    Hi Ehren,

    Appreciate the help.

    How do I assign the js file to the page via page settings? Where is the page settings?

    Cheers.

  11. On 7/8/2020 at 8:45 PM, Demonland31 said:

    @Miss_B I purchased this and it works as advertised with one exception.

    If the offender's post in a thread is hidden from view and then the thread goes on to the next page.  Non-Admin posters will see that there is a new page but when they go to click on the page they are shown an error that says:

    Sorry, there is a problem

    There are no posts to show
    Error code: 2F173/L

    Admin's will see the last post in the thread on the new page but because there is 1 post hidden from view to everyone else to them there should only be 1 page worth of posts but they are seeing that there is a second page and when they attempt to go to that page they are shown the error.

    Are you aware of this behaviour?

     

    On 7/20/2020 at 8:44 PM, Miss_B said:

    Hello,

    I will look into this soon and I will get back to you. 

    I re-installed your software to check if this is still a problem that persists and yes the issue is still the same.

    The software does hide the posts of the "global ignored" poster from view but if there are 2 pages of posts in a thread and you take out the globally ignored posters posts from that thread making the thread only 1 page in length the thread will still show everyone that it is 2 pages but produce an error when they go to the second page.

    The software is somewhat successful but the error messages make the user experience annoying and make users question why.

    When an admin manually hides a post from view the post count and thread post/page count is adjusted and no error messages appear. This software needs to do the same.

    I would not be complaining if the software was free but I did pay $15.

    I'm not asking for money back and the software is needed and has a lot of potential. I just can't use it in it's current form and I hope you are able to fix this issue that is still around.

     

×
×
  • Create New...