Quote:
Originally Posted by abroad
I had 2.0 installed and it worked. I am using vb albums which comes with vbulletin. Now I upgraded to 3.1 and if I want to insert a picture then it does not stop loading when I click on a picture in the window which opened.... any idea what is wrong?
The URL of this window is:
http://www.mydomain.com/photo_popup.php
When I click on a picture to insert it, the URL changes to:
http://www.mydomain.com/photo_popup.php#
But the picture is not inserted afterwards....
|
Quote:
Originally Posted by abroad
installed it again but still doesnt work...when the screen opens with my pictures and I click on one to insert it then nothing happens...I use vb albums
|
It seems quite obvious from what you write in your first post that you did not do the changes in the template edits that came with the upgrade from 2.0 to 3.0. The URL of the Popup window should read
[yourdomain]/photo_popup.php?e=vB_Editor_001
if called from the main editor window. The parameter e changes if you call from QR or QE. If the part after the ? is missing, the popup simply does not know where to insert the code.
So please check whether you did the template edits correctly - I bet not. The link to the popup window in the templates always must contain the e-parameter:
Code:
$vboptions[bburl]/photo_popup.php?e=$editorid
It would have been helpful from the start if you had posted the debug information provided by the mod and a link to your popup window.