Instruction !
1) Upload file to folder your_site/templates/your_template/sidebar_modules/
top_users_comments.tpl
top_users_publ.tpl
2) Open file add_language.conf
And copy code
Code:
//<SECTION>EASYNEWS</SECTION><ADDED>0.5</ADDED> PLIGG_Visual_EASYNEWS_TOPUSERS_PUBL = "Top Users Published" //<SECTION>EASYNEWS</SECTION><ADDED>0.5</ADDED> PLIGG_Visual_EASYNEWS_TOPUSERS_COMMENTS = "Top Users Comments"
3) Open file sidebar.tpl(folder your_site/templates/your_template/)
And add this code
Code:
{assign var=sidebar_module value="top_users_publ"}{include file=$the_template_sidebar_modules."/wrapper.tpl"}
{assign var=sidebar_module value="top_users_comments"}{include file=$the_template_sidebar_modules."/wrapper.tpl"}
Code:
#topuser_img img{
vertical-align:middle;
padding:2px;
margin:2px;
}




instructions clear, ecxept where to add add_language.conf and where to find lang_english.conf which would make this fool proof and take any room for error out. Thank you for a free be this easy and that works




Linear Mode

