Deo at 15h08
08
Nov
2011
Hello all, Forumotion team!
I wonder if it's possible to change the number or deactivate all the posts (I think that by default one sees the 5 latest posts in the topic when in "preview" / post reply mode) visible underneath posting area. These posts are situated in the so called "Topic Review" Section under the posting area and they do appear when you press preview button / post reply button and while you create/customize your message.
Is there a way to disable/deactivate and/or change the number of these "topic review" posts? The version is phpbb3.
Hereinafter is a screenshot to further clarify.
Thanks in advance!
Kindest regards,
Deo

I wonder if it's possible to change the number or deactivate all the posts (I think that by default one sees the 5 latest posts in the topic when in "preview" / post reply mode) visible underneath posting area. These posts are situated in the so called "Topic Review" Section under the posting area and they do appear when you press preview button / post reply button and while you create/customize your message.
Is there a way to disable/deactivate and/or change the number of these "topic review" posts? The version is phpbb3.
Hereinafter is a screenshot to further clarify.
Thanks in advance!
Kindest regards,
Deo

1 Sanket, on 09/11/2011 at 10h18
I doubt you can change that.
2 Deo, on 09/11/2011 at 16h00
Thank you for the prompt reply, Sanket.
The reason for this inquiry is due to the fact that if there are images in the posts (i.e. in the topic review section there are posts with images) - once one hits preview button (the issue occurs only when preview button is hit, with the "post reply" it is ok) - the whole website hangs:( Other than that everything works flawlessly and preview f(x) works properly if there are no images in the other posts in the topic you post in.
Anyway, if it's currently not possible to deactivate or limit the posts in the topic review section, is there a way, however, to:
1/ disable/ hide images in the topics in the topic review section while in preview mode
2/ disable/ hide the very preview function button (in quick reply mode and in post reply mode respectively) - perhaps with java script or CSS coding of some kind?
The reason for this inquiry is due to the fact that if there are images in the posts (i.e. in the topic review section there are posts with images) - once one hits preview button (the issue occurs only when preview button is hit, with the "post reply" it is ok) - the whole website hangs:( Other than that everything works flawlessly and preview f(x) works properly if there are no images in the other posts in the topic you post in.
Anyway, if it's currently not possible to deactivate or limit the posts in the topic review section, is there a way, however, to:
1/ disable/ hide images in the topics in the topic review section while in preview mode
2/ disable/ hide the very preview function button (in quick reply mode and in post reply mode respectively) - perhaps with java script or CSS coding of some kind?
3 Guest, on 09/11/2011 at 20h21
The following CSS will hide images in posts in the Topic Review area on a phpBB3 board:
But that may not solve your problem. The Image Resize "feature" on forumotion boards is buggy and VERY resource-intensive. I bet if you disable Image Resize, your problem will go away without the need to hide images.
- Code:
.corners-top+.postbody .content img {display: none;}
But that may not solve your problem. The Image Resize "feature" on forumotion boards is buggy and VERY resource-intensive. I bet if you disable Image Resize, your problem will go away without the need to hide images.
4 Deo, on 10/11/2011 at 08h53
Great solution Dion! It truly did the trick, thank you for sharing.
Obviously the forumotion resize f(x) appeared to cause the buggy issue and once I disabled it - it all went back to normal! Furthermore, I fixed the resizing disability using the folowing code:
Obviously the forumotion resize f(x) appeared to cause the buggy issue and once I disabled it - it all went back to normal! Furthermore, I fixed the resizing disability using the folowing code:
- Code:
.postbody .content img { max-width: 300px; max-height: 200px; }
5 Sanket, on 10/11/2011 at 09h25
Since this thread is marked solved, I will archive this thread.
Sanket
Sanket
Similar topics
I only want to remove the visible description. When I say visible, I mean I want to remove the looks not nothing Major.
Hi,
In the portal of forums, we have the option to view the latests posts.
But I think it would be better if we have a forum look that automatically lists the most recent posts instead, so instead of the scrolling or static bar in the portal, the
Specifically on the index page of onlinewholesaleparts.forumotion.com
I would like to remove the entire "who's online" section. Leaving only the "Statistics" section right below:
"Today's active topics Today's top 20 poster
Replies 1 to 5 on 5 for "How to remove or change the number of the posts visible in Topic Review Section?"
Search
Informations
5 Replies For the topic :
"How to remove or change the number of the posts visible in Topic Review Section?"
This topic has been viewed 822 times.
Last message :
08/11/2011 at 15h08 by "Deo"





