Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Disable Resize Image in Forum Signature

Asked Modified Viewed 2,376 times
P
ph0neix
P
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

Yo guys, i'm webmaster of www.nfsitalia.com, i would disable resize image in forum signature, i've already added scroolbars, so i dont need of Image Resize.
Can i disable it?

NB: Sry for my bad english.
Thanks
0 replies

2 posts

M
muscapaul
M
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

Sites: Diptera.info (site owner); Online-Keys.net (site owner); Sciomyzidae.info (site co-owner); muscapaul.com (defunct; site owner)
  • Veteran Member, joined since
  • Contributed 1,075 posts on the community forums.
  • Started 8 threads in the forums
answered
Veteran Member

Find line 95 in ../includes/forum_include.php:

Quote

if ($size[0] > 300 || $size[1] > 200) {

Select suitable large sizes for width (size[0]) and height (size[1]), zomething like 2000 or 3000, or even more, and you should not see much resizing.
0 replies
P
ph0neix
P
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

Quote

muscapaul wrote:
Find line 95 in ../includes/forum_include.php:

Quote

if ($size[0] > 300 || $size[1] > 200) {

Select suitable large sizes for width (size[0]) and height (size[1]), zomething like 2000 or 3000, or even more, and you should not see much resizing.


Thanks for reply but it doesn't work :|
For example look this thread: http://www.nfsitalia.com/forum/viewth...;pid=74437

So i looked in this thread: http://php-fusion.co.uk/forum/viewthr...d_id=22013 and i've edited jscript.js, i've removed all code about "function resize_forum_imgs(){"..
Image Resize was deleted but there were scroolbars for height and widht :(

What i have to do? :(

NB: Sry for bad english xD


EDIT: Ok i resolve!
I edited line 210 of jscript.js setting scroolbars to "no" and editing max "size" some line under!
Edited by ph0neix on 06-03-2009 23:23,
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 2 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

M
M
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

Sites: Diptera.info (site owner); Online-Keys.net (site owner); Sciomyzidae.info (site co-owner); muscapaul.com (defunct; site owner)
  • Veteran Member, joined since
  • Contributed 1,075 posts on the community forums.
  • Started 8 threads in the forums
P
P
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet