[TH] Nodes for grid, custom styling, and custom icons [Deleted]

Hi, I can not find a way to custom the node icon:

1633704281783.png

Only fa fa-asterisk works for me

screen-shot-2017-11-17-at-8-20-32-am-png.161990
 
Last edited:
I'm afraid not although any issues that have been reported recently have been added to our issue tracker.
I think most us are really just waiting for php 8 compatibility. I realize you guys don't see any need to be quick about it, especially now, but I know it's been quite a while since I was first told it was coming. Beggars can't be choosy and all that, but sometime within the next six months would be nice. :whistle:
 
Sorry for the delay guys, been a pretty manic few months and haven't been able to shift this up my list. We do have this running on a PHP 8 forum at the moment so probably fell off the radar as it seemed to be working okay, but I'll see if I can look into it later tonight.
 
Version 1.1.1 Patch Level 1 released!
Hi, ThemeHouse!

After update from 1.1.1 to 1.1.1 Patch Level 1 the setting 'Enable node grid' was overwritten with default value that is ON.
Not a trouble though to turn it off again, but probably you would like to find the reason.
Screen Shot 2021-10-29 at 9.30.09 AM.webp
 
Hi, ThemeHouse!

After update from 1.1.1 to 1.1.1 Patch Level 1 the setting 'Enable node grid' was overwritten with default value that is ON.
Not a trouble though to turn it off again, but probably you would like to find the reason.
View attachment 259357
Interesting, looks like it's exported my custom settings in the build but doesn't show up in version control. I've updated the build, could you re-download and import it again, should go back to normal now.
 
Great add-on, thanks!

I ran into a couple bugs.

1. With custom node icons, if you have a sub-forum that does not have a custom icon set, for some reason, when you enter the parent forum, the sub listed at the top also has the custom icon. I don't see a setting that says it will inherit the parent icon so looks like a bug. The workaround is set a custom icon for the sub and use the XF default which is not ideal.
2. On the forum home, sub-forums are not showing the custom mini icons. I use forum display "Listed below node" which uses icons, but they do not show the custom icons, only XF default. It is possible because it can be achieved in extra.less when changing the icon, it shows there as changed. I hope this can be addressed as, the whole reason I was using this was to not have to do it with css.

PS. This is with grid mode off, I wasn't using grids for this site, only icons.

Thanks!
 
Last edited:
The add-on works but I found the following in error log:

1638408546892.webp

1638408626695.webp

Code:
Stack trace
#0 internal_data/code_cache/templates/l1/s3/public/th_node_list_grid_nodes.less.php(99): XF\Template\Templater->handleTemplateError(2, '[E_WARNING] A n...', '/home/nginx/dom...', 99)
#1 src/XF/Template/Templater.php(1651): XF\Template\Templater->{closure}(Object(SV\StandardLib\XF\Template\Templater), Array, NULL)
#2 src/XF/Template/Templater.php(1680): XF\Template\Templater->renderTemplate('th_node_list_gr...', Array)
#3 internal_data/code_cache/templates/l1/s3/public/node_list.less.php(727): XF\Template\Templater->includeTemplate('public:th_node_...', Array)
#4 src/XF/Template/Templater.php(1651): XF\Template\Templater->{closure}(Object(SV\StandardLib\XF\Template\Templater), Array, NULL)
#5 src/XF/CssRenderer.php(333): XF\Template\Templater->renderTemplate('node_list.less', Array, false)
#6 src/XF/CssRenderer.php(260): XF\CssRenderer->renderTemplate('public:node_lis...', NULL)
#7 src/addons/ThemeHouse/UIX/XF/CssRenderer.php(40): XF\CssRenderer->renderTemplates(Array, Array, Array)
#8 src/XF/CssRenderer.php(118): ThemeHouse\UIX\XF\CssRenderer->renderTemplates(Array, Array, Array)
#9 src/XF/CssWriter.php(55): XF\CssRenderer->render(Array)
#10 src/addons/SV/RedisCache/XF/CssWriter.php(53): XF\CssWriter->run(Array, 3, 1, '869c80d2f4f598c...')
#11 css.php(30): SV\RedisCache\XF\CssWriter->run(Array, 3, 1, '869c80d2f4f598c...')
#12 {main}
 
Back
Top Bottom