The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
recent forum posts widget
Hello there...
The recent forum posts widget (CMS) doesn't show images/attachments. Is this as designed? Thanks... |
#2
|
|||
|
|||
Yes, it displays a "plain text" version of the post. My guess is that it was done that way because the idea is to show the first sentence or so of the post in a small space, and if you allowed images and bbcodes, it would get very complicated.
|
#3
|
||||
|
||||
OK, so how would this be explained?
These 2 posts were made with pictures and where the pictures are supposed to be, there is a gap. Looks a bit odd...... Thanks.. |
#4
|
||||
|
||||
Hard to tell what is going on without a link to view the problem.
|
#5
|
||||
|
||||
Ok, got that.....
The link is here http://www.mightymoiety.com/content.php But it may well change over time... Thanks......... |
#6
|
|||
|
|||
Well, obviously the space thing I mentioned doesn't apply, because there's enough space that the image could go there. Anyway, I looked at the html at the link you posted, and the "ultra white teeth" post has 2 blank lines, 1 before and one after the image, so that looks like it matches what's in the widget. The "in the doghouse" post has 14 <br> tags in the html after the image, so those translate to blank lines in the plain text. The thing I don't understand is why there isn't more space in the original post. Seems like there should be the equivalent of 14 blank lines. But I'm not really an html person, so maybe someone else could explain it.
|
#7
|
||||
|
||||
Thanks for the look in.
I also see another issue within the same widget. A post has been made with a secondary title centered,bolded and coloured and in the widget it shows as Code:
[CENTER]Come to Pattaya (Thailand) but make sure you buy more than one drink or you will get battered! Come to Pattaya (Thailand) but make sure you buy more than one drink or you will get battered! it seems the BB code is not being converted within the widget.. |
#8
|
|||
|
|||
I don't know why that's happening. I think all bbcode should be stripped from the text shown in the widget. As a test you might try temporarily disabling all plugins by editing your includes/ config.php file and inserting the line:
Code:
define('DISABLE_HOOKS',true); |
#9
|
||||
|
||||
OK, now that did it...
Code:
define('DISABLE_HOOKS',true); Anyway, thanks, almost there.. |
#10
|
|||
|
|||
Yeah, sorry, obviously that was the wrong line for disabling plugins, but you figured out the right one (and I fixed my post above to avoid confusion in the future).
You could disable each installed product one at a time and see when the problem disappears. If that doesn't work, check the plugin manager to see if there are any other added plugins that are part of the "vbulletin" product, and disable them one at a time. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|