Forum Goal

Extensions & Styles for phpBB 3.1.X
Maintained and supported by Stoker

Forum Goal

Post 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
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
forum_goal_1.0.7.zip
forum_goal_1.0.6.zip
For phpBB 3.0 go here: Download Forum Goal
You do not have the required permissions to view the files attached to this post.

Re: Forum Goal

Post 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

Post 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

Post 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

Post 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

Post by martin123456 »

Dont see why as they validated the collapse here https://www.phpbb.com/community/viewtop ... &t=2334081

Re: Forum Goal

Post 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

Post by Stoker »

Updated to 1.0.8
Collapse addon, now works with: Collapsible Forum Categories

Re: Forum Goal

Post 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

Post 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 ;)