R_J
AdminR_J Admin
-
Re: Hide Tags From Sidebar
As far as I know there is no way to configure that in your config. You have two possibilities: one is writing a plugin which will remove the module from the panel (those are the terms used in Vanilla… (View Post)2 -
Re: Does This Plugin Exist?
Karma Bank has been already extended by other plugins. You should search for someone extending it to allow users interchanging Karma points, not for someone reinventing everything from bottom up, bec… (View Post)3 -
Re: need firm answer on Digest capability
You are correct, there is no digest. Even with connection to MailChimp or a similar service you will not be able to send such a digest "automagically". There are still some logic to be code… (View Post)2 -
Re: Reload Page After Submit
The X just triggers a small JS event. With your browser tools, when inspecting that X, you should be able to track what is happening. I would guess that there is an event attached. You could AJAXify … (View Post)1 -
Re: Export emails from database
With "disabled" you mean "deleted"? You can get the mails directly per SQL: SELECT EmailFROM GDN_UserWHERE Banned = 0AND Deleted = 0 Or you can write a tiny little plugin which us… (View Post)1