Version: 1.0.1, by DragonByte Tech
Developer Last Online: Mar 2023
Category: Administrative and Maintenance Tools -
Version: 4.x.x
Rating:
Released: 02-24-2012
Last Update: 08-16-2017
Installs: 26
DB Changes Uses Plugins Auto-Templates
Additional Files Translations
No support by the author.
Easy Article Management: What is it?
Easy Article Management (EAM) is a CMS widget and Forum block which allows Admins to see all unpublished articles from the CMS/Forum, a link to edit them, and a button to clear the system cache. It is compatible with vBulletin 4.x Suite.
Uses
A common complaint from people using vBCMS is that users create articles, yet the Administrator/Moderators have no way of knowing a new article has been created and is waiting to be published. EAM takes care of that by providing a simple CMS Widget and/or Forum Block listing all unpublished articles. Clicking on an article will take the admin directly to the editor to allow for review, editing, or publishing. Both also contain a 'Clear Cache' button to allow for front-end clearing of the system cache.
If you like this mod please hit the button to the right ---->
Please remember to click the, button to the right if you installed the mod ---->
What does 'Marking As Installed' do ?
* It helps you to stay on top of updates - members who have installed modifications will be notified by us whenever new updates are available.
* For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention.
* Marking a modification as installed also helps us know how many people are using our work, giving us extra incentive to provide more features and new modifications.
We appreciate the support!
-------------------------------------------------------------------------------------------
Features
Fully phrased for translation purposes
Display all unpublished articles in a simple manner and on the front-end
Clicking on a article in the list loads the article in the editor for viewing
Ability to clear the system cache from the front-end
General Settings
Option to display version number
Ability to pick what usergroups can view the widget/block.
Ability to pick what usergroups can clear the system cache.
It has an option in the ACP to be able to set what usergroups you want to see the box, with it defaulted to just Admins. But if you wanted moderators to see it as well, just add their usergroup in the options and they can see it as well. Cache button is the same way.
To fix, open [forum]/dbtech/eam/install/uninstall.php. On line 6 find:
Code:
$get_widget_id = $vbulletin->db->query_read("
Replace with:
Code:
$get_widget_id = self::$db->query_first("
Sorry about that issue in the uninstaller. Also, not sure why the first code didn't work no matter what the Friendly URL setting was. I know an issue with the CMS friendly URL script that I reported has been fixed for 4.1.12, so once that's out, I'll be able to generate proper CMS links no matter what.