Quote:
Originally Posted by JamesC70
A few notes:
I reverted the FORUMRULES template, as the changes here affect anywhere that box appears... including SHOWTHREAD.
|
Good point, I'm heading off to work now but will come up with a solution when I get back tonight.
Quote:
It shouldn't be hard to tweak this to replace the NEWREPLY template for consistency. I'm also toying with the idea of tweaking it for private messages (PM_NEWPM template), replacing the entire Control Panel left-side menu when someone's composing a PM.
|
As per PM - Go for it
Quote:
How to make the left half boxes (where the attachment, tag box are) a bit smaller?
|
Find (newthread template)
Code:
<td width="50%" class="alt2">
and change 50% to something smaller, like 30%. Find
Code:
<td align="center" width="50%" class="alt1">
and change 50% to the amount remaining to make 100. So if you set the first TD to 30%, this one needs to be 70%.
Quote:
I think this mod can be applied to newreply template as well.
|
Correct, something is in the works.