Last edited by vBET; 02-04-10 at 21:28. Reason: bbcode update
I checked it and I can tell that it is not vBET fault. You have some mod which changes your images and broke things. This is how should look collapse code generated by vBET (links removed):
In your case it looks:Code:<img src="LINK" alt="Original text" border="0"/> <a href="LINK#top" class="collapse" style="position: static; float: none;" id="collapse_cel_12702407673670"><img id="cel_12702407673670_img" src="LINK" alt="" border="0"/></a>
As you see something adds to your images this part:Code:<img style="max-width: 500px; cursor: pointer;" onclick="window.open(this.src)" border="0" alt="Click here to enlarge" src="LINK" alt="Original text" border="0"/> <a href="LINK#top" class="collapse" style="position: static; float: none;" id="collapse_cel_12702401983624"><img style="max-width: 500px; cursor: pointer;" onclick="window.open(this.src)" border="0" alt="Click here to enlarge" id="cel_12702401983624_img" src="LINK" alt="" border="0"/></a>
That is why when someone want to see original text, then new window is open with image only. Find out which mod broke your forum and contact with its author about help or just disable itCode:style="max-width: 500px; cursor: pointer;" onclick="window.open(this.src)" border="0" alt="Click here to enlarge"![]()
Last edited by vBET; 02-04-10 at 21:56.
Right now I'm investigating this doctype issue. At this moment I can tell that we are not able to reproduce it on our side. Maybe some other mod makes mess also in this case. Also issue exist without images too, but you can see it then only in HTML output. And it exist for all translated pages where first post is written in different language. If first post is in your forum default language then it is OK.
Please first get rid of issue described in my previous post. It can help with this one also, if not then please PM me access details to your Admin CP and FTP. I will check it on your side![]()
Last edited by vBET; 02-04-10 at 22:16.
the different happen if i read in malay languages
i post it in malay
<!DOCTYPE html PUBLIC "-//W3C//DTDI am looking for nice furniture that is inexpensive but not cheaply made for my Duracraft dollhouse. This will be on display in my home. I prefer online purchasing and we don't have many hobby stores nearby. I need an entire house full of furniture, and accessories. I like Bespaq, but that is way out of budget for my house. I am going to be adding electricity to my house too. Any online stores, or auctions sellers would be helpful. Oh, I don't want to make anything either...not very good with that sort of thing. TIA :>
[Url = http://dollhousegifts.com/] Doll House Aksesoris [/ url]" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="ltr" lang="ms" xmlns="http://www.w3.org/1999/xhtml">
<head>
<base href="http://www.nusantaraku.org/forum/?language=ms" /><!--[if IE]></base><![endif]-->
why that msg show up in forum with images? (malaysia languages only)
problem only in malay languages
thats my adv_portal{vb:stylevar htmldoctype}
<html dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" xmlns="http://www.w3.org/1999/xhtml">
<head>
{vb:raw headinclude}
<vb:if condition="$pages['name'] == 'home'">
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
</vb:if>
<title><vb:if condition="$pagetitle"> {vb:raw pagetitle} - Forum Free Download Mobile Games Video Music Movie Mp3 Wallpaper Company Project Management Business Photoshop Adult Dating Berita Cerita Cinta Travel Gambar Photo Heart Rumah Sekolah Company Artis Lelaki Perempuan Gadis Wanita Melayu Indonesia Malaysia Nusantara Online</vb:if></title>
{vb:raw headinclude_bottom}
</head>
<body>
{vb:raw header}
{vb:raw navbar}
<vb:if condition="$show['customizepagelink']">
<div align="{vb:stylevar right}" style="padding-top: {vb:stylevar padding}; padding-bottom: {vb:stylevar padding}">
<vb:if condition="$show['customizepage']">
[<a href="javascript: reset_cmps_layout({vb:raw pages.pageid})">{vb:rawphrase reset_layout}</a>]
[<a href="{vb:raw show.customizepagelink}">{vb:rawphrase exit_customization_mode}</a>]
<vb:else />
[<a href="{vb:raw show.customizepagelink}">{vb:rawphrase customize_this_page}</a>]
</vb:if>
</div>
</vb:if>
<table align="center" cellspacing="0" cellpadding="0" width="100%">
<tr valign="top">
<vb:if condition="$show['left_column']">
<td width="{vb:raw vba_style.portal_leftcolwidth}"<vb:if condition="$show['center_column'] OR $show['right_column']"> style="padding-{vb:stylevar right}: {vb:raw vba_style.portal_colspacing}px"</vb:if>>
{vb:raw home.leftblocks}
</td>
</vb:if>
<vb:if condition="$show['center_column']">
<td valign="top">
{vb:raw home.centerblocks}
</td>
</vb:if>
<vb:if condition="$show['right_column']">
<td valign="top" width="{vb:raw vba_style.portal_rightcolwidth}"<vb:if condition="$show['center_column'] OR $show['left_column']"> style="padding-{vb:stylevar left}: {vb:raw vba_style.portal_colspacing}px"</vb:if>>
{vb:raw home.rightblocks}
</td>
</vb:if>
</tr>
</table>
{vb:raw footer}
</body>
</html>
problem happen if at first post they put images
after images delete, then ok
Last edited by vBET; 02-04-10 at 21:29.