(2010-02-08, 12:21 AM)saintsinner Wrote: [ -> ]does this plugin have top poster of the month feature?
No, it doesn't. But it's easy to edit the plugin in order to have custom stats.
(2009-11-19, 07:36 AM)Chandy Wrote: [ -> ] (2009-10-18, 10:11 AM)tech2game Wrote: [ -> ]When I activated the plug-in this is what happened...screenshot below.
![[Image: bi5ptv.png]](https://camo.mybb.com/7d1d9f7e690b38db745c1d69dd67336ae8e228e6/687474703a2f2f6933362e74696e797069632e636f6d2f6269357074762e706e67)
But the plug-in works perfect in index top. Please solve the problem. I want to put the stat box at the bottom.
I have the same error at bottom :/.
i am having the same issue as and cant find the asoi template. can anyone please specify where is it at? i tried on index.php but dont find it there.
asoi works well when its at the top of the page, but as soon as i put it at the bottom it messes up.
Well... on "index > index_boardstats" template, make sure you have this:
{$forumstats}<!-- ASOI_3_I_B -->
You may have layout troubles if you have a custom template. Try editing the template.
I hope this helps.
i have that ASOI_3_I_B
what should i do in that?
Hmm... I just checked the plugin file and seems like the plugin template is hard coded, so if you have a custom template you may have problems... in that screenshot your quoting, the guy have an extra column to show an image in the forum stats. If that is your case, you may fix this by adding a colspan="2 to the asoi td tag.
You can do it this way:
Find in asoi.php near line 583, this long line of code:
if($index && $asoi_show_index) $page = str_replace($replace, $script.$pre."<tr><td class=\"".$cat."\">".$heads_index."</td></tr><tr><td class=\"trow1\" ".$style_back_index." id=\"asoi_back\"><span class=\"smalltext\" id=\"asoi_i_body\">".$body_index."</span><span class=\"smalltext\" id=\"asoi_i_placeholder\">".$placeholder."</span></td></tr>".$post, $page);
And REPLACE with:
if ($replace == "<!-- ASOI_3_I_B -->")
$tdcolspan = " colspan=\"2\"";
else
$tdcolspan = "";
if($index && $asoi_show_index) $page = str_replace($replace, $script.$pre."<tr><td class=\"".$cat."\"".$tdcolspan.">".$heads_index."</td></tr><tr><td class=\"trow1\" ".$style_back_index." id=\"asoi_back\"".$tdcolspan."><span class=\"smalltext\" id=\"asoi_i_body\">".$body_index."</span><span class=\"smalltext\" id=\"asoi_i_placeholder\">".$placeholder."</span></td></tr>".$post, $page);
no could not find it. any ideas?
xD yeah... try searching on inc/plugins/asoi.php
not in the asoi.php that is on the root folder.
ah well. thanks for your help. but i found another stats plugin. at mybbvn its pretty clean and installed with ease.
anyways. thank you.
You're welcome. I hope my answer help other people as well. ^^
getting this when I activate the plugin-
Fatal error: Cannot redeclare asoi_info() (previously declared in /home1/uglycars/public_html/andrewshemo/forum/inc/plugins/asoi.php:19) in /home1/uglycars/public_html/andrewshemo/forum/inc/plugins/asoi.php on line 28