PDA

View Full Version : Can you make the preivew box bigger/ change info in it?


huskermax
12-20-2010, 04:52 PM
I would like to make this bigger and include different info. I would like to include the posted by info and remove the assigned moderators info.

The Point has reported a post.

Reason: Not again, pt 2.


Post: Call it Beating a Dead Horse ... but
Forum: Football
Assigned Moderators: wcbsas, Red Dawn, Red Reign, mjohnson, fjbfour, HuskerWeatherman, ChitownHusker

Posted by: drood

huskermax
12-21-2010, 02:33 PM
bump

Lynne
12-21-2010, 04:10 PM
I think you'd have to actually use javascript to do what you want. Right now, it just puts unformated text into a box and it's only two lines max tall.

huskermax
12-21-2010, 06:06 PM
I think you'd have to actually use javascript to do what you want. Right now, it just puts unformated text into a box and it's only two lines max tall.

Is there code to were I can just increase the lines? If the box is bigger would it not show the rest of the info?

Lynne
12-22-2010, 01:53 AM
The template is the threadbit template, so you can look in there. I did a quick test and tried adding a bunch more text and discovered that a <br /> basically ended any output and I couldn't, in my quick look, see what set the height of the box.

huskermax
12-22-2010, 02:46 PM
The template is the threadbit template, so you can look in there. I did a quick test and tried adding a bunch more text and discovered that a <br /> basically ended any output and I couldn't, in my quick look, see what set the height of the box.

using firebug I found this in the threadbit template.

<div class="threadmeta">
<p class="threaddesc">{vb:raw thread.preview}</p>



{vb:raw thread.preview} Were this code is it lists the info you see in the preview. But I can not see were you can increase the size or even the size of the box now. What makes the box as big as it is? What makes it put in the text and how it knows were to stop the text in the preview.

ChitownHusker has reported a post. Reason: Post: Watson to Miami (OH) ???? Forum: Football Assigned Moderators: wcbsas, Red Dawn, Red Reign,...

When I hover over the thread title in firebug this is the text I see in that spot were you see vb:raw. But what makes it stop were it stops? On the right side of fire bug it says stuff about css.php. Could that be were that info is? I am not a fire bug expert so not sure how to run all the functions of the program.