Quote:
Originally Posted by Dorign
One.. some alternate work around to viewing private messages with large images/signatures. I know this must have been a problem for someone before, as anyone using a fixed forum width could end up running into it. When viewing a private message, if someone has an image signature attached, and it's longer than the small width (only 50% to 75% of the size of the original posting space in a forum) the private message area provides, the forum stretches.. so I'm seeking to either disable signatures in private message viewing areas, or maybe remove the user control panel only when you've opened a private message, or some alternate work around.
|
Didn't really have time to look at this earlier thought it would be harder.
Goto your postbit template
Find
Code:
<if condition="$post['signature']">
Change it to
Code:
<if condition="$post['signature'] AND THIS_SCRIPT != 'private'">
You'll also need to do that in your Postbit_legacy template if you use it.
This will disable the sig in private messages.
Not a clue about problem two. I'd check any hack's you made.