2626 Commits

Author SHA1 Message Date
Anika Kaiser
77b1c119e9
Update Code and shortend it
the new code allows mutliple plugins using the custom hook instead of overwriting the existing array
2019-03-17 11:46:44 +01:00
Anika Kaiser
4f1c27255c
Update 60.plugins.php
With custom hooks, you can place your plugin's data anywhere you want. For example, you have a footer and you want to have links in your footer. There is a link plugin that displays links in the SiteBar with "<? Php Theme :: plugins ('siteSidebar');?>". If you put this code in your footer, all plugins that use "siteSidebar" will be placed in your footer. With my pull request you can now create your own hooks and it can be guaranteed that only a single plugin places its data there but only if its the only plugin implementing your custom hook.

How to create custom hooks:
in your plugin.php you have to place a  public function "registerHooks" returning an array of String.

´´´ public function registerHooks()
    {
        return array(
            "akLinks",
            "akBusinessHours"
        );
    }
```
2019-03-06 23:24:51 +01:00
Diego Najar
98acc58597
Merge pull request #969 from anaggh/master
Update bootstrap to v4.3.1
2019-03-02 19:46:32 +01:00
Diego Najar
5e5957cca1 removed magic_quotes_gpc :D 3.8.1 2019-02-28 20:01:11 +01:00
Diego Najar
2b542e58d0 php supported 5.6 or higher 2019-02-28 19:59:18 +01:00
Diego Najar
e548d75e3e comments, bug fixes for buildpages by tags 2019-02-28 19:55:06 +01:00
Diego Najar
c16741808f include sticky in sitemap #972 2019-02-28 19:51:30 +01:00
Diego Najar
54868df652 include sticky and static pages to the categories 2019-02-28 19:44:46 +01:00
Diego Najar
bdf585b8db search plugin support static and sticky pages #952 2019-02-28 19:43:42 +01:00
Diego Najar
3343d61984 language updated 2019-02-28 19:42:41 +01:00
Diego Najar
c72f936017 changed metadata for 3.8.1 2019-02-28 15:59:59 +01:00
Diego Najar
c14e86f96f bug fix, prevent lost tags 2019-02-28 15:32:08 +01:00
Diego Najar
89b4c5fc92 include tags in json function 2019-02-26 00:48:19 +01:00
Diego Najar
820b1c7207 include tags in json function 2019-02-26 00:47:34 +01:00
Diego Najar
86fa5bd2b3 filter tagg 2019-02-25 16:33:29 +01:00
Diego Najar
5297354e3b Merge branch 'master' of github.com:dignajar/bludit 2019-02-25 16:33:11 +01:00
Diego Najar
ee31f42424 Method for get the token 2019-02-25 16:32:47 +01:00
Diego Najar
75ec5f32f3 include slug for the API 2019-02-25 16:32:29 +01:00
Diego Najar
6b1020f0c4 check if autosave exists 2019-02-25 16:32:00 +01:00
Edi
300e0a27d6
Update de_DE.json 2019-02-25 12:34:04 +01:00
Edi
2adc555846
Update de_CH.json 2019-02-25 12:33:35 +01:00
Edi
fc56f55a13
Create fa_IR.json 2019-02-25 12:20:39 +01:00
Edi
a9e9c6934a
Create fa_IR.json 2019-02-25 12:19:10 +01:00
Edi
b5af783845
Create fa_IR.json 2019-02-25 12:18:08 +01:00
Edi
d8c4a72a33
Create fa_IR.json 2019-02-25 12:17:11 +01:00
Edi
142635c9be
Create fa_IR.json 2019-02-25 12:16:04 +01:00
Edi
72156aa72c
Create fa_IR.json 2019-02-25 12:14:24 +01:00
Edi
08be96e504
Create fa_IR.json 2019-02-25 12:13:21 +01:00
Edi
fddd4ec921
Create fa_IR.json 2019-02-25 12:12:10 +01:00
Edi
a23221cce8
Create fa_IR.json 2019-02-25 12:10:26 +01:00
Edi
41c0bb062c
Create fa_IR.json 2019-02-25 12:09:24 +01:00
Edi
133f072266
Create fa_IR.json 2019-02-25 12:08:20 +01:00
Edi
a2b326f6bc
Create fa_IR.json 2019-02-25 12:07:20 +01:00
Edi
3ee994e77d
Create fa_IR.json 2019-02-25 12:06:24 +01:00
Edi
d21c393270
Create fa_IR.json 2019-02-25 12:05:11 +01:00
Diego Najar
f59f55f5d4 Merge branch 'master' of github.com:dignajar/bludit 2019-02-24 16:42:48 +01:00
Diego Najar
0f867720a5 Prevent content to be empty if not passed as argument 2019-02-24 16:38:18 +01:00
Edi
b21b12abb6
Create fa_IR.json 2019-02-24 14:43:22 +01:00
Edi
9ffec02bb2
Create fa_IR.json 2019-02-24 14:42:31 +01:00
Edi
a7bb4abc95
Create fa_IR.json 2019-02-24 14:41:19 +01:00
Edi
c279e10453
Create fa_IR.json 2019-02-24 14:40:14 +01:00
Edi
f030d5bd52
Create fa_IR.json 2019-02-24 14:39:16 +01:00
Edi
e35e91cbd9
Create fa_IR.json 2019-02-24 14:38:14 +01:00
Edi
7202359b42
Create fa_IR.json 2019-02-24 13:45:55 +01:00
Edi
949bd9832f
Create fa_IR.json 2019-02-24 13:47:24 +01:00
Edi
5102832a25
Create fa_IR.json 2019-02-24 13:42:55 +01:00
Edi
878207abfa
Create fa_IR.json 2019-02-24 13:41:45 +01:00
Edi
36c64875b3
Create fa_IR.json 2019-02-24 13:40:14 +01:00
Edi
a9bfd931bd
Create fa_IR.json 2019-02-24 13:39:14 +01:00
Edi
e455020956
Update fa_IR.json 2019-02-24 13:37:06 +01:00