XF 2.0 Improvement on XF2 official demo addon

abdfahim

Well-known member
Hi,

I was wondering if anyone can guide me to add the feature/unfeature option in the moderator toolbars like below


1)

1535782270482.webp


2)

1535782381021.webp
 
1. I'm not completely sure but you can take a look at src\XF\InlineMod\Thread.php

2. You can see how is do it for the others actions in src\XF\Pub\Controller\Thread.php, a good example is the function actionQuickClose.
 
Back
Top Bottom