vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Administrative and Maintenance Tools - [DBTech] Easy Article Management v1 (vB4) (https://vborg.vbsupport.ru/showthread.php?t=279129)

DragonByte Tech 02-24-2012 11:00 PM

[DBTech] Easy Article Management v1 (vB4)
 
1 Attachment(s)
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 https://vborg.vbsupport.ru/external/2015/08/1.png button to the right ---->

Please remember to click the, https://vborg.vbsupport.ru/external/2015/08/2.png 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.

-------------------------------------------------------------------------------------------

This mod displays a copyright notification in the footer which includes:
  • 1 Link to DragonByte Technologies homepage
  • 1 Link to Product Description page of this modification

-------------------------------------------------------------------------------------------

Hornstar 02-25-2012 04:10 AM

Nice work Brad

DragonByte Tech 02-29-2012 01:51 AM

Quote:

Originally Posted by Hornstar (Post 2303147)
Nice work Brad

Thanks. :)

So for those who have installed it, any requests for additions?

Kraxell 02-29-2012 10:23 AM

Looks nice :) Only Admins can see the box?

nerowolfe 02-29-2012 11:30 AM

Installed. Nice mod. :)

DragonByte Tech 02-29-2012 11:31 AM

Quote:

Originally Posted by Kraxell (Post 2304589)
Looks nice :) Only Admins can see the box?

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.

Brad

ssslippy 03-01-2012 05:00 AM

Links are not generating properly.

Link on forum page is
http://immortal-guild.net/content.php/295/edit
While actual link is
http://immortal-guild.net/content.ph...-Cleared!/edit

Also uninstall gives a blank page.

DragonByte Tech 03-01-2012 11:36 AM

Do you have vBSEO installed? Your actual link isn't formatted link a standard CMS link is the reason I ask.

I will look into the uninstall issue.

Brad

ssslippy 03-01-2012 11:54 PM

Quote:

Originally Posted by DragonByte Tech (Post 2305017)
Do you have vBSEO installed? Your actual link isn't formatted link a standard CMS link is the reason I ask.

I will look into the uninstall issue.

Brad

Actually no VBSeo at all.

Url Type: Basic Friendly URLs

DragonByte Tech 03-02-2012 02:31 AM

Quote:

Originally Posted by ssslippy (Post 2304940)
Links are not generating properly.

Link on forum page is
http://immortal-guild.net/content.php/295/edit
While actual link is
http://immortal-guild.net/content.php?295-Eternity-Vault-Cleared!/edit

If you are interested in fixing this, open [forum]/dbtech/eam/eam.php. On line 34 find:
Code:

        $static .= '<a href="' . $vbulletin->options['bburl'] . '/content.php/' . $row[$i]['nodeid'] . '/edit">' . $row[$i]['title'] . '</a><br />';
Replace with:
Code:

        $static .= '<a href="' . $vbulletin->options['bburl'] . '/content.php?r=' . $row[$i]['nodeid'] . '/edit">' . $row[$i]['title'] . '</a><br />';

Quote:

Also uninstall gives a blank page.
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.

Brad


All times are GMT. The time now is 01:59 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01186 seconds
  • Memory Usage 1,748KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete