Difference between revisions of "User:Cowiki"

From Counting Opinions (SQUIRE)
Jump to: navigation, search
 
(13 intermediate revisions by one user not shown)
Line 1: Line 1:
==?==
+
<HTML5video width="640" height="480" autoplay="false">LibPAS_Report_Templates</HTML5video>
[[LibSat]] {{#allow-groups:staff}}
+
  
  
 +
Release Date: {{datecreated}}
  
Possible Extensions:
 
*http://www.mediawiki.org/wiki/Extension:EmailPage
 
*Extension:HTML5Media
 
*http://en.wikibooks.org/wiki/Help:Collections
 
* http://www.mediawiki.org/wiki/Extension:Social_Sidebar
 
*: <iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fpages%2FCounting-Opinions%2F264443126922943&amp;send=false&amp;layout=button_count&amp;width=450&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=21" scrolling="no" frameborder="0" style="border:none; padding:10px; overflow:hidden; height:21px;" allowTransparency="true"></iframe>
 
  
* http://www.mediawiki.org/wiki/Extension:SkinPerNamespace
+
{{#dpl:
* http://www.mediawiki.org/wiki/Extension:RandomImage
+
| category= Report Types
* http://www.mediawiki.org/wiki/Extension:CustomNavBlocks
+
| namespace=LibPAS
* http://www.mediawiki.org/wiki/Extension:FooterManager
+
|include={Screencasts}:definition
 
+
|reset=categories
 
+
|fixcategory=Screencasts
Email tracking:
+
|ordermethod=lastedit
 
+
|order=ascending
http://www.mediawiki.org/wiki/Manual_talk:$wgUsersNotifiedOnAllChanges
+
|format=,\n====[[%PAGE%|%TITLE%]]====\n,,
Or maybe support?
+
}}
$wgUsersNotifiedOnAllChanges = array('staff');
+
 
+
$wgExtensionFunctions[] = 'efNotifyPerNamespace';
+
+
function efNotifyPerNamespace() {
+
    global $wgTitle, $wgUsersNotifiedOnAllChanges;
+
+
    if ( $wgTitle->getNamespace() == NS_USER ) {
+
        $wgUsersNotifiedOnAllChanges[] = 'Username';
+
        $wgUsersNotifiedOnAllChanges[] = 'Username 2';
+
    }
+
}$wgExtensionFunctions[] = 'efNotifyPerNamespace';
+
+
function efNotifyPerNamespace() {
+
    global $wgTitle, $wgUsersNotifiedOnAllChanges;
+
+
    if ( $wgTitle->getNamespace() == NS_USER ) {
+
        $wgUsersNotifiedOnAllChanges[] = 'Username';
+
        $wgUsersNotifiedOnAllChanges[] = 'Username 2';
+
    }
+
}
+
 
+
==Skin hacks==
+
===Hide Namespace tabs===
+
// Adds namespace links
+
+
            if (
+
$wgUser->isAllowed( 'edit' )
+
)
+
                {  $links['namespaces'][$subjectId] = $this->tabAction(
+
$subjectPage, 'nstab-' . $subjectId, !$isTalk, '', $userCanRead
+
);
+
$links['namespaces'][$subjectId]['context'] = 'subject';
+
            }
+
 
+
===Hide Toolbox===
+
http://www.mediawiki.org/wiki/Thread:Project:Support_desk/Vector_-_Hide_Toolbox_for_Anonymous_Users
+
 
+
 
+
http://www.mwusers.com/forums/showthread.php?17872-Hide-toolbox-from-sidebar-for-a-specified-user-or-usergroup
+
private function renderPortals( $portals ) {
+
global $wgUser;
+
// Force the rendering of the following portals
+
if ( !isset( $portals['SEARCH'] ) ) {
+
    $portals['SEARCH'] = true;
+
    }
+
if ( !isset( $portals['TOOLBOX'] ) && (in_array('bureaucrat', $wgUser->getGroups()))) {
+
    $portals['TOOLBOX'] = true;
+
}  
+
... 
+
 
+
 
+
===Hide Tabs===
+
http://www.mediawiki.org/wiki/Thread:Project:Support_desk/How_can_I_hide_tabs_for_users_not_logged_in%3F/reply_(12)
+
 
+
* Printable link?
+

Latest revision as of 19:29, 20 November 2014


Release Date:


Contents

Table Report

Graph per PI Report

Summary Report

Period Comparison Report

Trend Report

PI Gap Report

Summary Graph Report

Trend per PI Report

Custom Report

Cross Tab Report

PI Report

How to Use Report Templates Screencast

How to Use Published Reports Screencast