Welcome Guest [Log In] [Register]
Viewing Single Post From: Portal and Calendar Suggestions
obxbiker
Member Avatar
USMCR
[ *  *  *  * ]
Quote:
 
Display First X Words - I also find it very annoying that it displays ALL of the first post of a topic on the Portal. There should be an option to set the first X words of a topic and then it would have a link "Click to view the whole topic" or something similar. If one leaves it blank it would default to the whole topic, though.


You could add this to your ''theme appearance'' (CSS) and it will add a scroll around the topic on the portal, change the size (height) to what ever you want.

Code:
 


#portal_news div.portal_content {
max-height: 540px;
overflow-y: auto;
}

Offline Profile Quote Post
Portal and Calendar Suggestions · ZetaBoards Discussion