Hi Stoker!Stoker 4.0 wrote:Adapt the code??
Yes, it is possible.FranckTH wrote:good mod and nice work
is it possible to add scroll effect on blocks at the bottom of page ?
Code: Select all
$('#vertical-ticker2').totemticker({
row_height : '41px',
max_items : 3,
speed : {JSSCROLL_SPEED},
interval : {JSSCROLL_INTERVAL},
mousestop : true,
});
$('#vertical-ticker').totemticker({
row_height : '41px',
max_items : 3,
speed : {JSSCROLL_SPEED},
interval : {JSSCROLL_INTERVAL},
mousestop : true,
});
Thanks, it looks cool at your siteFranckTH wrote:thanks so more Stoker 4.0
works perfectly
Skip the last part and use the default files. I never got to update the files for Christian Bullocks Collapsible Categories.all4phone wrote:Excellent mod, thanks Stoker.
Good alternative for Top Five
Is that all?
- Btw, do I have understood correctly:
- I Install Top Stats 1.0.4
- I Install Christian Bullocks Collapsible Categories
- I copy edited the template files from root.zip (recent_active_body.html and top_stats_body.html)
That sounds perfect!Stoker 4.0 wrote:No problem
But I will include forum name in next version.
Code: Select all
Error General
SQL ERROR [ mysql4 ]
[0]
SQL
No values specified for SQL IN comparison
BACKTRACE
FILE: includes/db/dbal.php
LINE: 389
CALL: dbal->sql_error()
FILE: includes/functions_top_stats.php
LINE: 35
CALL: dbal->sql_in_set()
FILE: index.php
LINE: 199
CALL: include('includes/functions_top_stats.php')
Code: Select all
// Recent Active Topics
if (isset($config['tsrat_enable']) && $config['tsrat_enable'] == 1)
{
Code: Select all
if (!isset($flist)){
$flist = array(0);}
Thanks for the solution 4_seven4_seven wrote:open
includes/functions_top_stats.php
find
after addCode: Select all
// Recent Active Topics if (isset($config['tsrat_enable']) && $config['tsrat_enable'] == 1) {
Code: Select all
if (!isset($flist)){ $flist = array(0);}
Hello, I just installed this mod. And when a user is logged in, everything is ok!4_seven wrote:open
includes/functions_top_stats.php
find
after addCode: Select all
// Recent Active Topics if (isset($config['tsrat_enable']) && $config['tsrat_enable'] == 1) {
Code: Select all
if (!isset($flist)){ $flist = array(0);}
Code: Select all
//-- mod: Top Stats ---------------------------------------------------------//
include($phpbb_root_path . 'includes/functions_top_stats.' . $phpEx);
//-- end: Top Stats ---------------------------------------------------------//