Jump to content

aXenDev

Members
  • Posts

    658
  • Joined

  • Days Won

    6

 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 aXenDev

  1. 1 hour ago, Riley Anderson said:

    On IPB 4.7.3 with PHP 8.1

    Returning this error. 

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

    According to my search it's the following code who generate the problem.

    {{if theme.fluent_forums_reaction}}	
                  		{{$comment = $row->comments( 1, 0 );}}	
                  		{{if \IPS\IPS::classUsesTrait( $comment, 'IPS\Content\Reactable' ) and \count( $comment->reactions() )}}	
                  			<div class="ipsDataItem_generic ipsReactOverview ipsReactOverview_small ipsType_light">	
    							<ul class='ipsDataItem_stats ipsResponsive_showDesktop'>	
           							{template="reactionOverview" app="core" group="global" params="$comment, TRUE"}	
    							</ul>	
                      			<ul class='ipsDataItem_stats ipsResponsive_hideDesktop'>	
           							{template="reactionOverview" app="core" group="global" params="$comment, FALSE"}	
    							</ul>	
                  			</div>	
                  		{{endif}}	
                 	{{endif}}

     

    Post have any reactions?

  2. 12 minutes ago, GazzaGarratt said:

    The '+Create' function is always in a strange order depending on what people have active on their website. I need the ability to change the order so it follows common sense in what people want to do, as well as potentially change some wording if required to make more sense.

    Is this something that can be included within the theme edit options at all?

    Hi,
    It's not possible for the theme.

  3. After upgrade to IPS 4.7.2 Beta 1 in system logs:

    Error: Class "IPS\cloud\extensions\core\AdminNotifications\ManualInterventionMessage" not found (0)
    #0 /usr/home/aXenDev/domains/ips.axendev.net/public_html/applications/core/modules/admin/support/support.php(507): IPS\core\_AdminNotification::send('cloud', 'ManualIntervent...')
    #1 /usr/home/aXenDev/domains/ips.axendev.net/public_html/applications/core/modules/admin/support/support.php(228): IPS\core\modules\admin\support\_support->_showBlockVersion()
    #2 /usr/home/aXenDev/domains/ips.axendev.net/public_html/system/Dispatcher/Controller.php(107): IPS\core\modules\admin\support\_support->getBlock()
    #3 /usr/home/aXenDev/domains/ips.axendev.net/public_html/applications/core/modules/admin/support/support.php(48): IPS\Dispatcher\_Controller->execute()
    #4 /usr/home/aXenDev/domains/ips.axendev.net/public_html/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\admin\support\_support->execute()
    #5 /usr/home/aXenDev/domains/ips.axendev.net/public_html/admin/index.php(13): IPS\_Dispatcher->run()
    #6 {main}

     

    The URL of page the error occurred on was https://ips.axendev.net/admin/?app=core&module=support&controller=support&do=getBlock&block=version&csrfKey=XXX
  4. 2 hours ago, Hosfad said:

    Hello , i love this plugin its very nice 
    I was searching a forum and i found a forum that was able to insert all the group icons into the about section 
    Could contain: Text, Menu

     

    I have been playing around with the settings and icouldnt get it to work this way 😮 , anyone has an idea how to go about doing that ?

     

    In user profile? Only icons?

×
×
  • Create New...