Moderator Essentials

Moderator Essentials [Paid] 1.14.5

No permission to buy ($45.00)
  • Thread starter Thread starter Syndol
  • Start date Start date
@Daniel Hood I would appreciate if you could leave direct template code modifications and add template includes instead.

For example I wanted to give the member view moderator popup menu items more classes to have icons (so it looks like class="OverlayTrigger item control ban" for example) and wasn't able to do this without editing and saving the modess template modification "member view" which has "<a class=" OverlayTrigger" href="{xen:link modess/lift-ban".

I would rather like to see "<xen:include template=............." in the mods with an extra template so it can be customized easily.

Correct me if I am wrong.
 
I can see a use for that, it's just an extra step, for each one, for me when adding a template mod which is why I don't do it. I'll keep it in mind for future ones. I'm not sure when I'll get a chance to go back and change all the existing ones though, I know it's simple it's just tedious and rather time consuming.
 
I would appreciate if you could do it for future mods and extensions of your add-ons. If you have the time and mood you could overhaul it for the rest also, but I can live with it if you promise to do it for any future mods... :D Not being able to customize every bit drives a designer crazy :confused:;)
 
Interestingly I received the following Server Error directly after uploading the files from 1.11.3:

Code:
ErrorException: Fatal Error: Class 'ModEss_Model_Thread' not found - library/XenForo/Application.php(528) : eval()'d code:1
Generated By: Unknown Account, 29 minutes ago
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array(3) {
  ["url"] => string(32) "https://www.xxxxxxxxxxxxxx.com/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}

I hope that is normal. I did run the install script and after that it hasn't come again yet...
 
Interestingly I received the following Server Error directly after uploading the files from 1.11.3:

Code:
ErrorException: Fatal Error: Class 'ModEss_Model_Thread' not found - library/XenForo/Application.php(528) : eval()'d code:1
Generated By: Unknown Account, 29 minutes ago
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array(3) {
  ["url"] => string(32) "https://www.xxxxxxxxxxxxxx.com/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}

I hope that is normal. I did run the install script and after that it hasn't come again yet...
You get all types of wonkiness when updating a live forum under usage with add-ons which deeply integrate with XenForo. This particular one generally happens when the code hasn't updated yet but the listeners have updated (perhaps aggressive php bytecode caching?)
 
You get all types of wonkiness when updating a live forum under usage with add-ons which deeply integrate with XenForo. This particular one generally happens when the code hasn't updated yet but the listeners have updated (perhaps aggressive php bytecode caching?)

I am still in the development phase, the data in the forum is only test data. So, this is just normal an I shouldn't be bothered right?
 
I am still in the development phase, the data in the forum is only test data. So, this is just normal an I shouldn't be bothered right?
If it only happens while installing the add-on, you can ignore it. If it keeps happening after the cache rebuild is done; then something is broken.
 
I did rebuild all caches from the entire board, no error so far. So I guess I am safe... By the way, an add-on that allows to rebuild all caches at once would be nice *hint hint*.
 
I installed this on my two sites. Is there a user's guide or something?

How do I access the moderator control bar? Where is it?
 
There is not a user guide.

It'll be visible to all people that have permission to view it. Edit your moderating user group permissions.
 
  1. Getting double entries above the thread in the "Moderator Action Log" (forum) when generating a new thread by clicking "discuss".
  2. As well as double entries above the thread when clicking on "Notes" in the specific thread.

If I remember correct, that wasn't the case last or previous versions.

modess_double_entries.jpg.webp
 
I just tested on XenMods (which runs the latest versions of most of my add-ons). It only created one thread and the thread looks correct. I went in to the mod logs (modess/modLog?num_days=1), clicked "discuss". That's the feature you're referring to, right?
 
I went in to the mod logs (modess/modLog?num_days=1), clicked "discuss". That's the feature you're referring to, right?

Yes. Interestingly it is in my custom style as well es in the XF default style. So I guess it is not a template that has been messed up, I could think that it might be a template mod, that is doing this.
 
Back
Top Bottom