Page 1 of 2

Forum Goal

Posted: 26 Jan 2016, 09:03
by Stoker
Extension Name: Forum Goal
Author: Stoker

Description:
The Forum Goal EXT display your goals for posts, topics, users, attachments and views.
Configuration in ACP
Collapse addon, now works with: Collapsible Forum Categories
Thanks to spaceace for converting tables to divs :thumb:

Please make a Donation

Version: 1.0.9
100%
Demo:
forum_goal_index.png
forum_goal_acp.png
Download:
forum_goal_1.0.9.zip
(23.71 KiB) Downloaded 282 times
Installation:
  1. Copy the entire contents of the repository to ext/stoker/forumgoal/
  2. Navigate in the ACP to Customise -> Extension Management -> Extensions.
  3. Click Enable.
  4. Navigate in the ACP -> Extensions and configure
Known bugs:
None

Older versions

forum_goal_1.0.8.zip
(23.98 KiB) Downloaded 157 times
forum_goal_1.0.7.zip
(21.98 KiB) Downloaded 169 times
forum_goal_1.0.6.zip
(22.03 KiB) Downloaded 160 times
For phpBB 3.0 go here: Download Forum Goal

Re: Forum Goal

Posted: 26 Jan 2016, 18:55
by martin123456
I found a bug in this. Its a MOD for 3.0.X

There is no ext :lol: :lol: let me know if you want forum goals with an ext :D

Re: Forum Goal

Posted: 26 Jan 2016, 20:54
by Stoker
I uploaded the wrong file :D

Updated to version 1.0.7
HTML cleanup and better formatting.
Fixed issue with incorrect views value

Re: Forum Goal

Posted: 28 Jan 2016, 15:58
by martin123456
You might want to start adding

$this->template = $template;
$this->helper = $helper;

into your ext's so collapse can be added if they want collapse that is.
https://github.com/phpbb-extensions/col ... Extensions

Re: Forum Goal

Posted: 29 Jan 2016, 07:12
by Stoker
martin123456 wrote:You might want to start adding

$this->template = $template;
$this->helper = $helper;

into your ext's so collapse can be added if they want collapse that is.
https://github.com/phpbb-extensions/col ... Extensions
Have thought about it. Im not sure if it will get validated with the collapse code in it.

Re: Forum Goal

Posted: 29 Jan 2016, 19:00
by martin123456
Dont see why as they validated the collapse here https://www.phpbb.com/community/viewtop ... &t=2334081

Re: Forum Goal

Posted: 01 Feb 2016, 00:54
by Stoker
Its not allways allowed to integrate other exts. However I have testet and no errors with my ext when collapse is disabled. Its on here for both forumgoal and welcomeon index.
Also I have asked at phpbb.com

Re: Forum Goal

Posted: 02 Feb 2016, 07:40
by Stoker
Updated to 1.0.8
Collapse addon, now works with: Collapsible Forum Categories

Re: Forum Goal

Posted: 13 Feb 2016, 15:54
by martin123456
Want version 1.0.9 no tables and works on both light /dark themes ?

Looks the same but if you look hard enough your see some css changes also looks good on a dark theme http://www.martins-place.net/testing/317/index.php

Re: Forum Goal

Posted: 13 Feb 2016, 16:31
by Stoker
martin123456 wrote:Want version 1.0.9 no tables and works on both light /dark themes ?

Looks the same but if you look hard enough your see some css changes also looks good on a dark theme http://www.martins-place.net/testing/317/index.php
Current dev version is using tables and submitted for validation ;)