I don't think that there is something wrong with the javascript code.
Here is the javascript code :
http://www.divx-world.com/p7tpscripts.js
Here is the .css file :
http://www.divx-world.com/p7tp_01.css
I do not use any bold bbcode in the post.
Here is the code i paste to newpost/newreply templates :
Code:
<div id="p7TP1" class="p7TPpanel">
<div class="p7TPheader">
<h3><strong>Filmin Adı Buraya Yazılacak!</strong></h3>
</div>
<div class="p7TPwrapper">
<div class="p7TP_tabs">
<div id="p7tpb1_1" class="down"><a class="down" href="javascript:;">Film Bilgileri</a></div>
<div id="p7tpb1_2"><a href="javascript:;">Dublaj Bilgileri</a></div>
<div id="p7tpb1_3"><a href="javascript:;">Altyazı Bilgileri</a></div>
<div id="p7tpb1_4"><a href="javascript:;">Kodek Bilgileri</a></div>
<div id="p7tpb1_5"><a href="javascript:;">Ek Bilgiler</a></div>
<br class="p7TPclear" />
</div>
<div class="p7TPcontent">
<div id="p7tpc1_1">
<h4>Panel Content...</h4>
<p>Bu b?l?m i?erisinde filmin dvd kapağı veya afişi ile birlikte, ekran g?r?nt?leri yer alabilir.</p>
</div>
<div id="p7tpc1_2">
<h4>Panel Content...</h4>
<p>Bu b?l?mde ise paylaşılan filmdeki dublaj se?enekleri g?rsel a?ıdan daha g?zel olacak (?lke bayrakları ile birlikte) şekilde detaylı olarak sunulabilir.</p>
</div>
<div id="p7tpc1_3">
<h4>Panel Content...</h4>
<p>Bu b?l?mde ise, dublaj se?eneklerinde olduğu gibi yine g?rsel ve anlaşılabilirlilik a?ısından daha g?zel olacak bir i?erikle sunulabilir.</p>
</div>
<div id="p7tpc1_4">
<h4>Panel Content...</h4>
<p>?zellikle DVDRip veya HDRip paylaşımlarda ?ok ?nemli olduğundan dolayı, bu b?l?mde paylaşılan filme ait ?eşitli kodek bilgileri sunulabilir.</p>
</div>
<div id="p7tpc1_5">
<h4>Panel Content...</h4>
<p>Son olarak bu b?l?mde ise, eğer gerekli ise ek a?ıklamalarda bulunulabilir. Filmde yaşanan herhangi bir sorun veya d?zeltme ile ilgili olarak ?nceden bilgi vermek adına bu b?l?m faydalı olacaktır</p>
</div>
</div>
</div>
<!--[if lte IE 6]>
<style type="text/css">.p7TPpanel div,.p7TPpanel a{height:1%;}.p7TP_tabs a{white-space:nowrap;}</style>
<![endif]-->
</div>
I dont know why, but when i paste above code to the post template, the result is just same as mentioned above.
vBulletin convert the link i paste ("javascript
:;") to something diferent ("javascript%3Cb%3E%3C/b%3E:;").
When i check the results source code, i also see the bold bbcode. So what i beleive is, vbulletin convert this kind of links. And i do not know how to turn it off.
I do thank you all for your kind relation and answers. This situation is really very important for me, due it is a must do. And i really do not have any idea about solving this problem.
And everything works fine in a non-vB page.
Here is the example of the tab panel :
http://www.divx-world.com/tab.html
Here is the example of the tab panel with modified content :
http://www.divx-world.com/tab2.html