![]() |
Sweet it works now. The only thing I am confused about is in phpbb2 they had a script that would actually resize teh images automatically and then with the mouse over the image it would show the actual size. Does anyone know how to do that?
Also I seem to just have the scrolling bar. How do I apply example #2 to my site? |
There is a mod here that automatically resizes large images based on defined rules but it strains server resources. I think it's in the Code Modifications.
As for example #2, images that are within the width perimeter will post in full while images outside the width perimeter will show a scrollbar or get cut off, depending on the "auto" and "hidden" values. :) |
Well I did input the code already and it creates the scroll bar. If the other method is stressful on the server then I might not want to do that. But right now my board is fairly small and I am given 13GB of tranfer per day. So if I wanted to do it so that the board would resize automatically where would I look?
|
You can find it here. :)
|
Quote:
width:auto; only works fine in FireFox. Even 100% doesnt work well in IE. So basically you need to set a width value for IE users. |
That's correct. :)
While this modification was designed for fixed width layouts various members have offered solutions for fluid layouts. We haven't come across an effective code that warrants me changing the instructions or mod version. If we do then I will send an update via e-mail to all of the members who have cliced the "Install" link. |
works great!
[high]* GrendelKhan{TSU clicks install :)[/high] |
Thank you. :)
|
Just wanted to post and say this is a fantastic mod
|
Thanks for the feedback. :)
|
I have noticed that this hack does not resize images when replying to a post. When replying, the firs\original post is usually listed below the reply box. If that post contains a large image, it will not resize.
How can this be fixed? Thanks in advance. |
The hack only adds a scrollbar if an enlarge image is posted on fixed width layouts; it doesn't resize them. :)
|
can we use this ??
Code:
<div id="post_message_$post[postid]" STYLE="width: 700px; padding-bottom:20px; overflow: auto; overflow-x:auto; overflow-y:hidden; ">$post[message]</div> |
Quote:
|
@dinodonk: If it works, sure. :)
@Bernd: Can you please give me a screenshot and the codes you layed out so I can help with resolving the issue.? I just tested it and for me it's working in IE and Firefox (screenshot here). The second post is a quote of the first post. :) |
<a href="http://www.c4dportal.com/issue/newreply.php.htm" target="_blank">http://www.c4dportal.com/issue/newreply.php.htm</a>
Here is a screenshot (scroll all the way down). And thanks. |
Ahh, that's what you meant. :)
It's not an issue as that was never part of the modification. Nevertheless, try either these two codes to correct the reviewbit: Assuming you already have the hack installed...In "newreply_reviewbit" template find: Code:
<td class="alt2">$reviewmessage</td> Code:
<td class="hidemsg alt2">$reviewmessage</td> Code:
<td class="alt2"><div class="hidemsg">$reviewmessage</div></td> |
Hello Everyone,
First of all I really like this hack. However I just noticed that the width that its set to becomes the width of all forum posts regardless of having a oversized image or not as well as the width of PM's. So this hack seems to be affecting the width of not just all forum posts but also PM's. Is there a way to fix the width of forum posts that don't have oversized images and PM's without losing the ability to have the scroll bar on posts with oversized images? Thank You, Nuguru :) |
Hmm...Those are good questions that I didn't really consider for this mod. I believe you can use a conditional for the PM's in the postbit such as:
Code:
<if condition="THIS_SCRIPT == 'private'"> |
Edit: Fixed.. I miss Private Message conditional posted by kennn
|
Hi!
@Freesteyelz: Can you take a look at my forum (i'm having problem with large images)? If you can, i will send you a PM with the information. Thanks a lot |
Quote:
Yes, there is... by editing vBulletin's IMG code tag. Edit this file (make a backup first): upload\includes\class_bbcode.php *** Replace *** PHP Code:
PHP Code:
Regards, Nathan |
Great mod, thanks.
One thing I noticed and it may have been something I have or haven`t done. When replying to a thread/post with an oversize image, it appears full size thus breaking the layout and sending everything all over the place! It works fine otherwise, just doesn`t when replying. |
can we get this for 3.8?
|
All times are GMT. The time now is 01:04 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|