Are you preparing install file alreadyTheUniqueTiger wrote: I'm currently preparing the install file.
Well, thanks... I like to finish things off quickly....:: Chico ::. wrote: Is this means that you finished the firts release![]()
If yes, pretty fast.
The first release feature list is really big, great mod.
Thanks TUT.
haha.. after this surely..:: Chico ::. wrote: Ps.: waiting for THAT last topics mod...haha
Ok, i'm gonna, FIRST, test it in localhost.TheUniqueTiger wrote:
Please report any bugs found or any typos in install instructions. Since you'll be creating the modules yourself be careful about the names of the modules and their individual settings.
Please note that some statistics are not shown if there is no such statistic to be shown. For example if there are no attachments in the forum, then many of the attachment statistics won't be shown. Before reporting any bug please check if such statistic exists to be shown.
If there are any testers with a moderately big forum (>100 posts, > 20 topics, > 10-20 users) with this MOD installed and working properly, can you please post the link here with your permission so I can post the link in the first post. I've mentioned the reason in the first post. Screenshots will also help.
I also welcome any of the testers (or anyone else) who is willing to make language translations for the language/en/fs.php file and the modified lines in the other language files to be modified in this MOD.
This is just my second MOD for phpBB, but quite a complex one!
Awaiting your feedback...
Just an installation error instructionsTheUniqueTiger wrote:Thanks... Awaiting your feedback after installation...
Code: Select all
'U_MCP' => ($auth->acl_get('m_') || $auth->acl_getf_global('m_')) ? append_sid("{$phpbb_root_path}mcp.$phpEx", 'i=main&mode=front', true, $user->session_id) : ''
Code: Select all
//MOD Forum Statistics
, 'U_STATISTICS' => "<a href=\"{$phpbb_root_path}fs.$phpEx\">" . $user->lang['STATISTICS'] . '</a>'
//END MOD
Code: Select all
)
Code: Select all
, 'U_STATISTICS' => "<a href=\"{$phpbb_root_path}fs.$phpEx\">" . $user->lang['STATISTICS'] . '</a>'
Code: Select all
//END MOD
Code: Select all
'U_MCP' => ($auth->acl_get('m_') || $auth->acl_getf_global('m_')) ? append_sid("{$phpbb_root_path}mcp.$phpEx", 'i=main&mode=front', true, $user->session_id) : ''
//MOD Forum Statistics
, 'U_STATISTICS' => "<a href=\"{$phpbb_root_path}fs.$phpEx\">" . $user->lang['STATISTICS'] . '</a>' )
//END MOD
);
Code: Select all
[phpBB Debug] PHP Notice: in file /includes/fs/fs_activity.php on line 193: Division by zero
[phpBB Debug] PHP Notice: in file /includes/fs/fs_activity.php on line 194: Division by zero
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3390: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2921)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3392: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2921)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3393: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2921)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3394: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2921)
Code: Select all
[phpBB Debug] PHP Notice: in file /includes/fs/fs_contributions.php on line 201: Division by zero
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3390: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2921)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3392: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2921)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3393: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2921)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3394: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2921)
But the Modules under the Statistics Category should have the following:First we have to create categories... Create them as follows:
For each of the categories, select
'Module type' : Category,
'Parent' : No parent,
'Module enabled' : Yes
Otherwise they just end up as modules listed in the root menu, instead of within the Statistics Category where they should be'Module type' : Category,
'Parent' : Forum Statistics,
'Module enabled' : Yes
But when I try to find the [fs_basic] module in the 'choose module' dropdown list, its not there? And the others aren't either :SThe following are the individual modules to be created
1. 'Module language name' : FS_BASIC_BASIC
'Parent' : 'Basic statistics'
'Choose module' : 'Basic statistics [fs_basic]'
'Choose module mode' : 'Basic'
The list is the dropdown one, yeah? Titled "Choose Module"? I am not getting any statistic related modules coming up in that list.:: Chico ::. wrote: Press "CREATE NEW MODULE" and create 5 (FIVE) modules with anyname, but if you press beside at list of "add module", you'll see the names, they are these:
FORUM ACTIVITY
BASIC STATISTICS
FORUM CONTRIBUITIONS
PERIODIC STATISTICS
SETTING STATISTICS