Home Articles CV / Résumé Downloads Photo Gallery Web LinksJuly 31 2010 21:57:44
View Thread
Adnan's Webspace | PHP Fusion | Infusions
Author Code window size
offenbach
Member

Posts: 9
Joined: 18.03.07
Posted on 19-03-2007 15:06
Hi again Adnan.

Is it in viethread.php you has define the hight on the code window ?

Regards
Offenbach
Edited by offenbach on 19-03-2007 15:06
Send Private Message
Author Sponsored Link
Advertisement


Author RE: Code window size
Adnan
Super Administrator

Posts: 80
Location: Montreal, Canada
Joined: 23.03.06
Posted on 19-03-2007 22:13
Yeah it was an annoyance i found with long long pieces of code which were posted, so the others helped me out to limit it.

Here's my original thread, http://www.php-fusion.co.uk/forum/viewthread.php?forum_id=13&thread_id=10979
but this is how its done on m site


Step 2 - the "codebox"

Edit the file "maincore.php"

Find this, around line 374:

for ($i=0;$i < $ccount;$i++) $text = preg_replace('#\[code\](.*?)\[/code\]#si', '<div class=\'quote\' style=\'width:400px;white-space:nowrap;overflow:auto\'><code style=\'white-space:nowrap\'>\1<br><br><br></code></div>', $text);








Edit it like this (changes marked in red):
for ($i=0;$i < $ccount;$i++) $text = preg_replace('#\[code\](.*?)\[/code\]#si', '<div class=\'quote\' style=\'width:600px;height:300px;white-space:normal;overflow:auto\'><code style=\'white-space:normal\'>\1<br><br><br></code></div>', $text);




hope that helps you out,
Adnan.



NOTE:
width:600px;height:300px - Gives you a codebox of the given size. Change it to your preferences.

NOTE:
white-space:normal - Gives you line breaks in the box, so it remains the width you specify.

You will get an scrollbar (down, not sideways! ) if the box is bigger than the specified height (300px)

I've tested this in IE, Mozilla and Firefox, btw.
http://www.theadnanahmed.com Send Private Message
Author RE: Code window size
offenbach
Member

Posts: 9
Joined: 18.03.07
Posted on 19-03-2007 23:25
Hi Adnan..

Thx for help again, it works just fine and now i am free for this scrolling in my forum.

also tested in different browser and all OK
Send Private Message
Jump to Forum:

This site is optimized for viewing with Firefox!
All articles, pictures, and any other material obtained from this site is Copyright © 2007, and may not be reproduced without permission from the author.
Link Exchange - Directory - Windows Hosting