hello,
I developed for a friend running vbulletin a custom bbcode that displays a chessboard showing chess games.
You can look at the bbcode definition here:
User_Notes_vbulletin - pgn4web - notes about integration with the vbulletin forum platform - Project Hosting on Google Code
For simplicity, consider only the second bbcode, the one that would allow to "install vbulletin and pgn4web on different domains", but the issue I have happens in both cases.
The custom bbcode generally works fine, I can create a post with the "pgn" tag and the chessboard is displayed no problem. I can add more than one chessboard per post, I can reply to a post even quoting the chessboard text and so on.
However, each time I edit a post that is using the "pgn" tag, when I click "save" vbulletin displays a blank page and the browser waits forever without displaying anything more. The post modifications are actually saved, if I stop the browser and manually go back to my post, the modifications have actually been saved. Also, if I use the "advanced" edit option (instead of just "save") and then save from there, everything works fine.
My friend opened a ticket with vbulletin that was closed replying they dont troubleshoot third party extensions; very unprofessional response in my opinion since this looks to me a vbulletin bug/issue... anyway, I wonder if anyone here has some clue what might be happening and why the "save" command is (partially) broken.
I tried to isolate any part of the bbcode replacement script that might be the cause of the problem, taking pieces of code out and trying saving, but without much luck. I cant do much troubleshooting because I cannot test on the live system of my friend and there's only a limited amount of things you can do on
http://demo.vbulletin.com.
Any help appreciated.