Skip to content

Commit

Permalink
not authorlist in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
lebowski42 committed Jun 3, 2013
1 parent 0f32acf commit 10b6888
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 878 deletions.
340 changes: 0 additions & 340 deletions COPYING

This file was deleted.

4 changes: 0 additions & 4 deletions README.md

This file was deleted.

2 changes: 2 additions & 0 deletions action.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ function appendAuthors(&$event, $param){
global $ID;
global $ACT;
global $INFO;
global $conf;
if(preg_match('/'.$conf['sidebar'].'$/',$ID)) return false;
//var_dump($INFO);
if(!page_exists($ID) && $ACT = 'preview' ) return false; // Don't show on "This topic does not exist yet" pages
if(strpos($event->data, '~~AUTHORS:off~~') != false) return false; //Disabled manually
Expand Down
44 changes: 0 additions & 44 deletions all.css

This file was deleted.

14 changes: 0 additions & 14 deletions conf/default.php

This file was deleted.

16 changes: 0 additions & 16 deletions conf/metadata.php

This file was deleted.

296 changes: 0 additions & 296 deletions helper.php

This file was deleted.

4 changes: 0 additions & 4 deletions images/README.txt

This file was deleted.

Binary file removed images/dot.png
Binary file not shown.
Binary file removed images/email.png
Binary file not shown.
Binary file removed images/user.png
Binary file not shown.

0 comments on commit 10b6888

Please sign in to comment.