Jump to content

[Dark / Light] Fluent Design Theme Edition - Topic Support


Recommended Posts

  • 1 month later...

Hi @aXenDev, still loving this theme, not felt the need for change for a long time now!

Wondering if you can help me understand if this feature below can be added to the theme perhaps?

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?

Could contain: Text, Menu, Nature

Thanks in advance!

Link to comment
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.

Link to comment
  • 2 weeks later...

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

 

Link to comment
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?

Link to comment
18 hours ago, aXenDev said:

I cannot reproduce this error. Do you have any logs in AdminCP (Support tab)?
Could contain: Text

TypeError: class_uses(): Argument #1 ($object_or_class) must be of type object|string, null given in  httpdocs/init.php:1168
Stack trace:
#0 httpdocs/init.php(1168): class_uses()
#1  httpdocs/system/Theme/Theme.php(885) : eval()'d code(4803): IPS\IPS::classUsesTrait()
#2 httpdocs/system/Theme/Theme.php(951) : eval()'d code(78): IPS\Theme\class_forums_front_forums->topicRow()
#3 httpdocs/system/Theme/SandboxedTemplate.php(61): IPS\Theme\hook544->topicRow()
#4 httpdocs/system/Theme/Theme.php(885) : eval()'d code(1504): IPS\Theme\_SandboxedTemplate->__call()
#5 httpdocs/system/Theme/SandboxedTemplate.php(61): IPS\Theme\class_forums_front_forums->forumTable()
#6 httpdocs/system/Helpers/Table/Table.php(569): IPS\Theme\_SandboxedTemplate->__call()
#7 httpdocs/applications/forums/modules/front/forums/forums.php(568): IPS\Helpers\Table\_Table->__toString()
#8 httpdocs/applications/forums/modules/front/forums/forums.php(38): IPS\forums\modules\front\forums\_forums->_forum()
#9 httpdocs/system/Dispatcher/Controller.php(118): IPS\forums\modules\front\forums\_forums->manage()
#10 httpdocs/system/Dispatcher/Dispatcher.php(153): IPS\Dispatcher\_Controller->execute()
#11 httpdocs/index.php(13): IPS\_Dispatcher->run()
#12 {main}

I tried with all extensions disabled. Same issues.
If you need my community URL where this error appear PM me. 

 

Edited by Riley Anderson
Link to comment
  • 1 month later...
15 minutes ago, aXenDev said:

Copy one string and paste it in language page AdminCP. Check it exist first in your community.

Nothing is showing up in lang search. In fact nothing containing "fluent" exist in languages.

I've also tried uninstalling and reinstalling theme.

Link to comment
  • 3 weeks later...
6 hours ago, Cowboy Denny said:

something is happening to the text when it goes dark time theme

You have probably custom CSS here.

6 hours ago, Cowboy Denny said:

also the ACP menu seems all jacked

Try reinstall theme. I'll add a new version that may correct this error this week.

Link to comment
15 hours ago, aXenDev said:

You have probably custom CSS here.

22 hours ago, Cowboy Denny said:

I tried to disable every application on my site to see if the grayed out text when on dark mode comes back but it doesn't.  And I have your theme running so not sure where else custom CSS code could be coming from.

Just thought I'd let you know what I tried unsuccessfully.

Link to comment
7 hours ago, Cowboy Denny said:

I tried to disable every application on my site to see if the grayed out text when on dark mode comes back but it doesn't.  And I have your theme running so not sure where else custom CSS code could be coming from.

Just thought I'd let you know what I tried unsuccessfully.

Please write to me in PM. I'll check this in your website for you.

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...