| Quote: |
Ok found window.open in
/themes/deepblue/forums/posting_body.tpl
find open.window about line 281 adjust height and width
Changed the window size..this also changed the PM more emotions window
BUT inside that window is a border that all the smiles are in...that doesnt change with the overall window size
Anyone know where to change that?
While Im here,
to change the # of rows in the smiles block(not the open emotion window)
includes/functions_post.php
Find
$inline_columns = 4;
inline_rows = 5;
$window_columns = 8;
and change those to make more use of the space on the page.
5, 8, 8, works well
To change the order of smiles shown..
go into phpmyadmin/ bbsmiles/browse
editing the # in the smilies id colum u can sort the order so u dont get several wide or high smiles in the same column distorting the page.
Once sorted u may have to go back and resize the veiw more emotions window....
Im playing around as I post this
Window size FIXED:
the code
$window_columns = 8;
Changes the # of columns in the window, therefore changes the height of the window in the more emotions window...
Then readjust
/themes/deepblue/forums/posting_body.tpl
find open.window about line 281 adjust height and width
Sweet as...
|