[XFA] Nodes Icon Tweak

[XFA] Nodes Icon Tweak [Paid] 2.8.1

No permission to buy (€4.00)
Ok, I miss wrote :)

That error can indeed happen when upgrading, as it could every time you upgrade an add-on as when you import files files are uploaded so if a user hit the site at the time it's partially uploaded well...
 
Both thumbs up for the ACP Node Tree icon size feature and the sub-forums icons on forum index. This is totally awesome. (y)(y)
 
  • Like
Reactions: XFA
Like the way this works.

Everything works as expected in forums, but if I try to change the icon to one on the server for a catagory, I get errors.

Did I miss something?
 
Cannot load class using XFCP. Load the class using the correct loader first.
XenForo_Autoloader->autoload()
spl_autoload_call() in XFA/NodesIconTweak/DataWriter/Category.php at line 12
include() in XenForo/Autoloader.php at line 119
XenForo_Autoloader->autoload()
spl_autoload_call() in XFA/NodesIconTweak/ControllerAdmin/Category.php at line 19
XFA_NodesIconTweak_ControllerAdmin_Category->actionSave() in XenForo/FrontController.php at line 351
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
XenForo_FrontController->run() in /home/xxxxx/public_html/admin.php at line 13

Fyi,...

I have...

Catagory > Catagory > 4 sub forums

And it is the second catagory node I was trying to change the icon on.
 
Cannot load class using XFCP. Load the class using the correct loader first.
XenForo_Autoloader->autoload()
spl_autoload_call() in XFA/NodesIconTweak/DataWriter/Category.php at line 12
include() in XenForo/Autoloader.php at line 119
XenForo_Autoloader->autoload()
spl_autoload_call() in XFA/NodesIconTweak/ControllerAdmin/Category.php at line 19
XFA_NodesIconTweak_ControllerAdmin_Category->actionSave() in XenForo/FrontController.php at line 351
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
XenForo_FrontController->run() in /home/xxxxx/public_html/admin.php at line 13

Just installed the 2.3.2 build, and upgraded.
I tried to change the forum icon for the subcategory.
Still got the above errors when I tried to submit my changes in ACP.

Actually, it happens to also not allow me to save any changes to the page, or none, just the error notification.

Fyi,...I have...

Category > Category > 4 sub forums

And it is the second (red) category node I was trying to change the icon on.
 
In any case you have problems with category ?
Yes.

I have, for example, a category node, and in it a category node and a forum node. Under the category node, I have 4 additional forum nodes.

I can go to the subcategory edit settings page and the node tweak settings are there. Then I can update the settings and save.

But it doesnt matter now what I change or even if I dont. When I try to save settings I get the error notification popup.
 
I just tried and it's working like a charm on my test setup.

Do you have any particular add-on related to the nodes/categories ?

Which xF version are you using ?
 
1.5.7

Let me experiment and see if I can reproduce it by disabling any mods.

I will report back this afternoon.
 
The problem persists.

The only things I have changed is :
Add Nodes Icon Tweak. Found the problem after I had set all the forum node icons, the went to set a sub category node icon.

Then I upgraded my XF to 1.5.7

Then upgraded [XFA] Nodes Icon Tweak
Then upgraded [XFA} Extended Cover to 4.0.0

Coincidentally I am having problems with both, but am working on one thing at a time.

But I cannot find any combination of add-ons used that will make the problem go away.
The only way to get rid of the errors is disable this mod.
 
You mean that even if you disable Extended Cover, you don't get the thing working ?
 
Hum, that's interesting.
Issue is that I don't own that add-on.

Only possibility would be if you could grant me ftp/admin access to debug live and try to find the issue.

Clément
 
Ok got a look at the code on a customer setup who has the add-on installed.

The problem is because @Snog is overridden the default method and for forums that are socialgroups one, the code is fully overridden by Snog and the default xF function that handles the save is not called.
This is not a clean way of doing things as it can lead to such issues.

Was that socialgroups category that you had the issue with ?
 
Top Bottom