forked from slabbi/uddeIM
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,557 changed files
with
550,665 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Please also check the FAQ! |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
JoomSEF plugin by Denis Dulici | ||
------------------------------ | ||
|
||
For updates visit the authors website! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[InternetShortcut] | ||
URL=http://www.denisdulici.com/jdownloads/uddeim-joomsef-plugin.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
This folder contains extensions and plugins which have | ||
been kindly provided by uddeIM users. | ||
|
||
Please don't ask me for support. Usually you will find | ||
an URL or email within the extension so you can contact | ||
the author directly. | ||
|
||
Thanks, | ||
Stephan Slabihoud |
Binary file not shown.
Binary file added
BIN
+26.6 KB
3rd party/mod_uddeim_simple_notifier/mod_uddeim_simple_notifier_348.zip
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
UddeIM Simple Notifier (GPL 2.0) by Michał ProchaczekE-Mail: [email protected]: michal.prochaczek.plThis module shows an image (and optionally the number) when new messages are available. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
<?php | ||
if (!(defined('_JEXEC') || defined('_VALID_MOS'))) { die( 'Direct Access to this location is not allowed.' ); } | ||
|
||
// english | ||
$sh_LANG['en']['_COM_SEF_SH_UDDE_MY-MESSAGES'] = 'my-messages'; | ||
$sh_LANG['en']['_COM_SEF_SH_UDDE_INBOX'] = 'inbox'; | ||
$sh_LANG['en']['_COM_SEF_SH_UDDE_OUTBOX'] = 'outbox'; | ||
$sh_LANG['en']['_COM_SEF_SH_UDDE_TRASHCAN'] = 'trashcan'; | ||
$sh_LANG['en']['_COM_SEF_SH_UDDE_ARCHIVE'] = 'archive'; | ||
$sh_LANG['en']['_COM_SEF_SH_UDDE_COMPOSE'] = 'compose'; | ||
$sh_LANG['en']['_COM_SEF_SH_UDDE_SHOW'] = 'show'; | ||
$sh_LANG['en']['_COM_SEF_SH_UDDE_SHOWLISTS'] = 'showlist'; | ||
$sh_LANG['en']['_COM_SEF_SH_UDDE_CREATELISTS'] = 'createlist'; | ||
$sh_LANG['en']['_COM_SEF_SH_UDDE_EDITLISTS'] = 'editlists'; | ||
$sh_LANG['en']['_COM_SEF_SH_UDDE_DELETELISTS'] = 'deletelists'; | ||
$sh_LANG['en']['_COM_SEF_SH_UDDE_SETTINGS'] = 'settings'; | ||
$sh_LANG['en']['_COM_SEF_SH_UDDE_RESTORE'] = 'restore'; | ||
$sh_LANG['en']['_COM_SEF_SH_UDDE_BLOCKUSER'] = 'blockuser'; | ||
$sh_LANG['en']['_COM_SEF_SH_UDDE_DELETE'] = 'delete'; | ||
$sh_LANG['en']['_COM_SEF_SH_UDDE_FORWARD'] = 'forward'; | ||
$sh_LANG['en']['_COM_SEF_SH_UDDE_ARCHIVEMESSAGE'] = 'archivemessage'; | ||
$sh_LANG['en']['_COM_SEF_SH_UDDE_UNARCHIVE'] = 'unarchive'; | ||
$sh_LANG['en']['_COM_SEF_SH_UDDE_SHOWOUT'] = 'showout'; | ||
$sh_LANG['en']['_COM_SEF_SH_UDDE_FORWARDOUTBOX'] = 'forwardoutbox'; | ||
$sh_LANG['en']['_COM_SEF_SH_UDDE_DELETEOUTBOX'] = 'deleteoutbox'; | ||
|
||
// deutsch | ||
$sh_LANG['de']['_COM_SEF_SH_UDDE_MY-MESSAGES'] = 'meine-nachrichten'; | ||
$sh_LANG['de']['_COM_SEF_SH_UDDE_INBOX'] = 'posteingang'; | ||
$sh_LANG['de']['_COM_SEF_SH_UDDE_OUTBOX'] = 'postausgang'; | ||
$sh_LANG['de']['_COM_SEF_SH_UDDE_TRASHCAN'] = 'papierkorb'; | ||
$sh_LANG['de']['_COM_SEF_SH_UDDE_ARCHIVE'] = 'archiv'; | ||
$sh_LANG['de']['_COM_SEF_SH_UDDE_COMPOSE'] = 'erstellen'; | ||
$sh_LANG['de']['_COM_SEF_SH_UDDE_SHOW'] = 'zeige'; | ||
$sh_LANG['de']['_COM_SEF_SH_UDDE_SHOWLISTS'] = 'zeigeliste'; | ||
$sh_LANG['de']['_COM_SEF_SH_UDDE_CREATELISTS'] = 'erstelleliste'; | ||
$sh_LANG['de']['_COM_SEF_SH_UDDE_EDITLISTS'] = 'aendereliste'; | ||
$sh_LANG['de']['_COM_SEF_SH_UDDE_DELETELISTS'] = 'loescheliste'; | ||
$sh_LANG['de']['_COM_SEF_SH_UDDE_SETTINGS'] = 'einstellungen'; | ||
$sh_LANG['de']['_COM_SEF_SH_UDDE_RESTORE'] = 'zurueckholen'; | ||
$sh_LANG['de']['_COM_SEF_SH_UDDE_BLOCKUSER'] = 'blockieren'; | ||
$sh_LANG['de']['_COM_SEF_SH_UDDE_DELETE'] = 'loeschen'; | ||
$sh_LANG['de']['_COM_SEF_SH_UDDE_FORWARD'] = 'weiterleiten'; | ||
$sh_LANG['de']['_COM_SEF_SH_UDDE_ARCHIVEMESSAGE'] = 'archivieren'; | ||
$sh_LANG['de']['_COM_SEF_SH_UDDE_UNARCHIVE'] = 'wiederherstellen'; | ||
$sh_LANG['de']['_COM_SEF_SH_UDDE_SHOWOUT'] = 'zeigepostausgang'; | ||
$sh_LANG['de']['_COM_SEF_SH_UDDE_FORWARDOUTBOX'] = 'weiterleitenpostausgang'; | ||
$sh_LANG['de']['_COM_SEF_SH_UDDE_DELETEOUTBOX'] = 'loeschenpostausgang'; | ||
|
||
// brazilian portuguese | ||
$sh_LANG['pt-BR']['_COM_SEF_SH_UDDE_MY-MESSAGES'] = 'minhas-mensagens'; | ||
$sh_LANG['pt-BR']['_COM_SEF_SH_UDDE_INBOX'] = 'caixa-de-entrada'; | ||
$sh_LANG['pt-BR']['_COM_SEF_SH_UDDE_OUTBOX'] = 'caixa-de-saida'; | ||
$sh_LANG['pt-BR']['_COM_SEF_SH_UDDE_TRASHCAN'] = 'lixeira'; | ||
$sh_LANG['pt-BR']['_COM_SEF_SH_UDDE_ARCHIVE'] = 'arquivo'; | ||
$sh_LANG['pt-BR']['_COM_SEF_SH_UDDE_COMPOSE'] = 'compor'; | ||
$sh_LANG['pt-BR']['_COM_SEF_SH_UDDE_SHOW'] = 'mostrar'; | ||
$sh_LANG['pt-BR']['_COM_SEF_SH_UDDE_SHOWLISTS'] = 'mostrar-lista'; | ||
$sh_LANG['pt-BR']['_COM_SEF_SH_UDDE_CREATELISTS'] = 'criar-lista'; | ||
$sh_LANG['pt-BR']['_COM_SEF_SH_UDDE_EDITLISTS'] = 'editar-listas'; | ||
$sh_LANG['pt-BR']['_COM_SEF_SH_UDDE_DELETELISTS'] = 'deletar-listas'; | ||
$sh_LANG['pt-BR']['_COM_SEF_SH_UDDE_SETTINGS'] = 'configuracoes'; | ||
$sh_LANG['pt-BR']['_COM_SEF_SH_UDDE_RESTORE'] = 'restaurar'; | ||
$sh_LANG['pt-BR']['_COM_SEF_SH_UDDE_BLOCKUSER'] = 'bloquear-usuario'; | ||
$sh_LANG['pt-BR']['_COM_SEF_SH_UDDE_DELETE'] = 'deletar'; | ||
$sh_LANG['pt-BR']['_COM_SEF_SH_UDDE_FORWARD'] = 'encaminhar'; | ||
$sh_LANG['pt-BR']['_COM_SEF_SH_UDDE_ARCHIVEMESSAGE'] = 'mensagem-arquivada'; | ||
$sh_LANG['pt-BR']['_COM_SEF_SH_UDDE_UNARCHIVE'] = 'desarquivar'; | ||
$sh_LANG['pt-BR']['_COM_SEF_SH_UDDE_SHOWOUT'] = 'mostrar-saida'; | ||
$sh_LANG['pt-BR']['_COM_SEF_SH_UDDE_FORWARDOUTBOX'] = 'encaminhar-caixa-de-saida'; | ||
$sh_LANG['pt-BR']['_COM_SEF_SH_UDDE_DELETEOUTBOX'] = 'deletar-caixa-de-saida'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
sh404SEF plugin by mattfaulds | ||
----------------------------- | ||
|
||
It's not perfect as I can't see how to make the messages IDs SEF but there we are. | ||
Hope people find this useful. | ||
|
||
Install com_uddeim.php in /components/com_sef/sef_ext | ||
|
||
Will produce: | ||
|
||
/my-messages/ | ||
/my-messages/outbox | ||
/my-messages/trachcan | ||
/my-messages/archive | ||
/my-messages/compose | ||
|
||
Enjoy! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,109 @@ | ||
<?php | ||
// ------------------ standard plugin initialize function - don't change | ||
global $sh_LANG, $sefConfig; | ||
$shLangName = ''; | ||
$shLangIso = ''; | ||
$title = array(); | ||
$shItemidString = ''; | ||
$dosef = shInitializePlugin( $lang, $shLangName, $shLangIso, $option); | ||
if ($dosef == false) return; | ||
// ------------------ standard plugin initialize function - don't change | ||
|
||
// ------------------ load language file - adjust as needed ---------------------------------------- | ||
$shLangIso = shLoadPluginLanguage( 'com_uddeim', $shLangIso, '_COM_SEF_SH_UDDE_MY-MESSAGES'); | ||
// ------------------ load language file - adjust as needed ---------------------------------------- | ||
|
||
shRemoveFromGETVarsList('option'); | ||
shRemoveFromGETVarsList('lang'); | ||
shRemoveFromGETVarsList('task'); | ||
shRemoveFromGETVarsList('Itemid'); | ||
shRemoveFromGETVarsList('messageid'); | ||
// optional removal of limit and limitstart | ||
if (!empty($limit)) // use empty to test $limit as $limit is not allowed to be zero | ||
shRemoveFromGETVarsList('limit'); | ||
if (isset($limitstart)) // use isset to test $limitstart, as it can be zero | ||
shRemoveFromGETVarsList('limitstart'); | ||
|
||
$title[] = $sh_LANG[$shLangIso]['_COM_SEF_SH_UDDE_MY-MESSAGES']; | ||
|
||
$task = isset($task) ? @$task : null; | ||
switch ($task) { | ||
case 'inbox': | ||
$title[] = $sh_LANG[$shLangIso]['_COM_SEF_SH_UDDE_INBOX']; | ||
break; | ||
case 'outbox': | ||
$title[] = $sh_LANG[$shLangIso]['_COM_SEF_SH_UDDE_OUTBOX']; | ||
break; | ||
case 'trashcan': | ||
$title[] = $sh_LANG[$shLangIso]['_COM_SEF_SH_UDDE_TRASHCAN']; | ||
break; | ||
case 'archive': | ||
$title[] = $sh_LANG[$shLangIso]['_COM_SEF_SH_UDDE_ARCHIVE']; | ||
break; | ||
case 'new': | ||
$title[] = $sh_LANG[$shLangIso]['_COM_SEF_SH_UDDE_COMPOSE']; | ||
break; | ||
case 'show': | ||
$title[] = $sh_LANG[$shLangIso]['_COM_SEF_SH_UDDE_SHOW'].'/'.$messageid; | ||
break; | ||
case 'showlists': | ||
$title[] = $sh_LANG[$shLangIso]['_COM_SEF_SH_UDDE_SHOWLISTS']; | ||
break; | ||
case 'createlists': | ||
$title[] = $sh_LANG[$shLangIso]['_COM_SEF_SH_UDDE_CREATELISTS'].'/'.$listid; | ||
shRemoveFromGETVarsList('listid'); | ||
break; | ||
case 'editlists': | ||
$title[] = $sh_LANG[$shLangIso]['_COM_SEF_SH_UDDE_EDITLISTS'].'/'.$listid; | ||
shRemoveFromGETVarsList('listid'); | ||
break; | ||
case 'deletelists': | ||
$title[] = $sh_LANG[$shLangIso]['_COM_SEF_SH_UDDE_DELETELISTS'].'/'.$listid; | ||
shRemoveFromGETVarsList('listid'); | ||
break; | ||
case 'settings': | ||
$title[] = $sh_LANG[$shLangIso]['_COM_SEF_SH_UDDE_SETTINGS']; | ||
break; | ||
case 'restore': | ||
$title[] = $sh_LANG[$shLangIso]['_COM_SEF_SH_UDDE_RESTORE'].'/'.$messageid; | ||
break; | ||
case 'blockuser': | ||
$title[] = $sh_LANG[$shLangIso]['_COM_SEF_SH_UDDE_BLOCKUSER'].'/'.$recip; | ||
shRemoveFromGETVarsList('recip'); | ||
break; | ||
case 'delete': | ||
$title[] = $sh_LANG[$shLangIso]['_COM_SEF_SH_UDDE_DELETE'].'/'.$messageid; | ||
break; | ||
case 'forward': | ||
$title[] = $sh_LANG[$shLangIso]['_COM_SEF_SH_UDDE_FORWARD'].'/'.$messageid; | ||
break; | ||
case 'archivemessage': | ||
$title[] = $sh_LANG[$shLangIso]['_COM_SEF_SH_UDDE_ARCHIVEMESSAGE'].'/'.$messageid; | ||
break; | ||
case 'unarchive': | ||
$title[] = $sh_LANG[$shLangIso]['_COM_SEF_SH_UDDE_UNARCHIVE'].'/'.$messageid; | ||
break; | ||
case 'showout': | ||
$title[] = $sh_LANG[$shLangIso]['_COM_SEF_SH_UDDE_SHOWOUT'].'/'.$messageid; | ||
break; | ||
case 'forwardoutbox': | ||
$title[] = $sh_LANG[$shLangIso]['_COM_SEF_SH_UDDE_FORWARDOUTBOX'].'/'.$messageid; | ||
break; | ||
case 'deletefromoutbox': | ||
$title[] = $sh_LANG[$shLangIso]['_COM_SEF_SH_UDDE_DELETEOUTBOX'].'/'.$messageid; | ||
break; | ||
default: | ||
$title[] = $sh_LANG[$shLangIso]['_COM_SEF_SH_UDDE_INBOX']; // slabbi: modification so SEF works with home page | ||
// $dosef = false; | ||
break; | ||
} | ||
|
||
|
||
|
||
// ------------------ standard plugin finalize function - don't change | ||
if ($dosef){ | ||
$string = shFinalizePlugin( $string, $title, $shAppendString, $shItemidString, | ||
(isset($limit) ? @$limit : null), (isset($limitstart) ? @$limitstart : null), | ||
(isset($shLangName) ? @$shLangName : null)); | ||
} | ||
// ------------------ standard plugin finalize function - don't change |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<html> | ||
<body bgcolor="#FFFFFF"> | ||
</body> | ||
</html> |
Oops, something went wrong.