Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

embed height

david99david99 New
edited January 2013 in Vanilla 2.0 - 2.8

I was having a problem, namely, the forum was cut off at the bottom, that is I could not scroll down.
After reading through some posts here I solved this for the forum's current height by changing a value in the remote.js file.
In the snippet beginning "document.write" taken from the end of that file (a snippet which I do not know how to reproduce below) (?) I changed

+optStr('height', 1000)+'px; border: 0; display: block;

to

+optStr('height', 2000)+'px; border: 0; display: block;

document.write('

');

Is there a better more flexible way to do this? one that will adjust to the actual height of the forum? one that doesn't leave a lot of unused white space?

thank you

Comments

Sign In or Register to comment.