<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
dmzx
Founder
Status:
Offline
User theme: Dark
Posts: 6485 Joined: Jan 13th, '14, 20:45
Post
by dmzx » Nov 3rd, '16, 19:56
Extension Name: Milestones
Author: dmzx
Special thanks to: martin
Extension Description:
Adds phpBB Milestones to your forum.
phpBB version: >=3.2.0-a1
- Code update.
- Code cleanup.
- Code update.
- Twig update.
Code update
Added ACP option to add more milestones
Code update
Screenshots:
Extension Download:
Installation:
Download the latest release.
Unzip the downloaded release, and change the name of the folder to `milestones `.
In the `ext ` directory of your phpBB board, create a new directory named `dmzx ` (if it does not already exist).
Copy the `milestones ` folder to `/ext/dmzx/ ` if done correctly, you'll have the main extension class at
(your forum root)/ext/dmzx/milestones/composer.json
Navigate in the ACP to `Customise -> Manage extensions`
Look for `Milestones ` under the Disabled Extensions list, and click its `Enable ` link.
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
zardos
Users
Status:
Offline
User theme: Dark
Posts: 175 Joined: Feb 26th, '16, 22:20
Post
by zardos » Nov 4th, '16, 22:16
Great ext, Thanks
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
dmzx
Founder
Status:
Offline
User theme: Dark
Posts: 6485 Joined: Jan 13th, '14, 20:45
Post
by dmzx » Nov 6th, '16, 18:02
First post updated
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
zardos
Users
Status:
Offline
User theme: Dark
Posts: 175 Joined: Feb 26th, '16, 22:20
Post
by zardos » Nov 6th, '16, 19:13
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
iorG19
Translators
Status:
Offline
User theme: Dark
Posts: 60 Joined: Dec 10th, '14, 20:50
Post
by iorG19 » Dec 20th, '16, 20:12
How to view/expanded the block by default ??? It's there possible to show anywhere else than (footer) board index ? For example in to a custom page ?
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
martin
Admin
Status:
Offline
User theme: Dark
Posts: 5123 Joined: Apr 6th, '14, 14:12
Post
by martin » Dec 20th, '16, 20:16
The toggle will work any where if you wrap your code in the toggle code.
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
iorG19
Translators
Status:
Offline
User theme: Dark
Posts: 60 Joined: Dec 10th, '14, 20:50
Post
by iorG19 » Dec 20th, '16, 20:40
martin wrote: Dec 20th, '16, 20:16
The toggle will work any where if you wrap your code in the toggle code.
i don't know if the sorted order is here :
Find This may be a partial find and not the whole line Code: Select all
<script>
var repositories = [
<!-- BEGIN milestones -->
{"id": "{milestones.MILESTONES_TEXT}", "path": "{milestones.MILESTONES}"},
<!-- END milestones -->
];
var showText = '{LA_MILESTONES_VIEW}';
var hideText = '{LA_MILESTONES_HIDE}';
</script>
Replace with Replace the preceding lines with the following Code: Select all
<script>
var repositories = [
<!-- BEGIN milestones -->
{"id": "{milestones.MILESTONES_TEXT}", "path": "{milestones.MILESTONES}"},
<!-- END milestones -->
];
var hideText = '{LA_MILESTONES_HIDE}';
var showText = '{LA_MILESTONES_VIEW}';
</script>
or here:
toogle.js
Find This may be a partial find and not the whole line Code: Select all
jQuery(function(){$(document).ready(function(){$('.toggle').prev().append(' <a href="#" class="toggleLink">'+showText+'</a>');$('.toggle').prev().data('is_visible',true);$('.toggle').hide();$('a.toggleLink').click(function(){$(this).data('is_visible',!$(this).data('is_visible'));$(this).html((!$(this).data('is_visible'))?showText:hideText);$(this).parent().next('.toggle').toggle(500);return false;});});});
In line find This is a partial match of a line for in-line operations Code: Select all
.append(' <a href="#" class="toggleLink">'+showText+'</a>');$('.toggle').prev().data('is_visible',true)
In line replace with Code: Select all
.append(' <a href="#" class="toggleLink">'+showText+'</a>');$('.toggle').prev().data('is_visible',false)
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
dmzx
Founder
Status:
Offline
User theme: Dark
Posts: 6485 Joined: Jan 13th, '14, 20:45
Post
by dmzx » Jan 7th, '17, 19:03
First post updated.
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
Scanialady
Users
Status:
Offline
User theme: Dark
Posts: 310 Joined: Apr 6th, '15, 16:04
Post
by Scanialady » Jan 20th, '17, 16:31
German language files [DE]
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
kaspir
Users
Status:
Offline
User theme: Dark
Posts: 112 Joined: Aug 25th, '16, 10:50
Post
by kaspir » Feb 3rd, '17, 11:49
Can this ext be used without a github account? Basically used for private site milestones?
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
dmzx
Founder
Status:
Offline
User theme: Dark
Posts: 6485 Joined: Jan 13th, '14, 20:45
Post
by dmzx » Feb 3rd, '17, 16:29
kaspir wrote: Feb 3rd, '17, 11:49
Can this ext be used without a github account? Basically used for private site milestones?
It takes the data from github milestones.
To show them you dont need an account on github or do you mean something else?
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
kaspir
Users
Status:
Offline
User theme: Dark
Posts: 112 Joined: Aug 25th, '16, 10:50
Post
by kaspir » Feb 4th, '17, 08:46
dmzx wrote: Feb 3rd, '17, 16:29
kaspir wrote: Feb 3rd, '17, 11:49
Can this ext be used without a github account? Basically used for private site milestones?
It takes the data from github milestones.
To show them you dont need an account on github or do you mean something else?
Thanks D! You answered it.
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
Solidjeuh
Users
Status:
Offline
User theme: Dark
Posts: 348 Joined: Dec 13th, '14, 01:40
Post
by Solidjeuh » Oct 28th, '17, 20:42
This extension works on my 3.2.1 test board.
But on my live board, it
wont show.. Enabled, cleared cache.. nothings works.
Milestone extension totally invisible
Tried on all styles..
Forum voor NL Extensie vertalingen ---> https://www.supportforum.be
----------------------------------------------------------------------------
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
eunaumtenhoid
Users
Status:
Offline
User theme: Dark
Posts: 67 Joined: Oct 14th, '16, 03:10
Post
by eunaumtenhoid » Jan 3rd, '18, 04:44
* Brazilian Portuguese translation by eunaumtenhoid (c) 2018 [ver 1.0.2]
https://github.com/phpBBTraducoes/milestones
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
Solidjeuh
Users
Status:
Offline
User theme: Dark
Posts: 348 Joined: Dec 13th, '14, 01:40
Post
by Solidjeuh » Feb 15th, '18, 00:42
This extension is not working when this extension is enabled:
dmzx/newestmembers
Can you please take a look at that?