
Originally Posted by
sibichan
(1)Top Today and Upcoming News content on sidebar not showing full text. How to show full text content.
Open /modules/sidebar_stories/templates/sidebar_stories_index.tpl and /modules/sidebar_stories_u/templates/sidebar_stories_u_index.tpl and find:
PHP Code:
$ss->TitleLengthLimit = 26;
then increase the number 26.

Originally Posted by
sibichan
(3)How to remove sidebar-vote-number from sidebar Top Today news
Open /modules/sidebar_stories_u/templates/sidebar_stories.tpl then find and delete:
PHP Code:
{if $Voting_Method eq 1}<span class="sidebar-vote-number"><a href="{$story_url}">{$link_shakebox_votes}</a></span>{/if}