PDA

View Full Version : CMPS Announcements Scroll rather than read more


tonyberinson
08-22-2009, 08:00 PM
Hi Everyone,

I am chasing some help.

My forum has CMPS and when the message gets to big - we get the read more indicator.

I dont want to make the setting massive - as we get many announcements - however, I want each annoucement to allow a scroll to occur. ie. a scroll bar - allowing the entire announcement to appear - just needs to be scrolled through - rather than just having the read more - and then another window appearing...

Has anyone got a hack, or can write a hack for me - I am willing to pay...

I am running VBulletin 3.7.5 and CMPS v3.1.0

Looking forward to your comments..

Thanks

tonyberinson
08-23-2009, 06:11 AM
no one can help??

Our Sponsors
 

tonyberinson
08-23-2009, 09:03 PM
damn at least is it possible?

Brian
08-24-2009, 11:48 AM
You would just need to set the maximum characters setting to something like 99999 to show all text and then edit your 'adv_portal_newsbits' template to wrap a div tag around the $news[message] variable in there.

<div style="overflow: auto; height: 100px">$news[message]</div>