Popup BBCode
Re: Popup BBCode
This one we can see,
http://www.harley-heaven.com/forum/images/backblack.png
This one is in the same directory,and isn't visible....
http://www.harley-heaven.com/forum/images/play.gif
http://www.harley-heaven.com/forum/images/backblack.png
This one is in the same directory,and isn't visible....
http://www.harley-heaven.com/forum/images/play.gif
Re: Popup BBCode
Okay, found the error.
Find this in the html part of the bbcode: and change it to:
Find this in the html part of the bbcode:
Code: Select all
src="/images/play.gif"
Code: Select all
src="./images/play.gif"
Re: Popup BBCode
That does the trick!
Thank you for your support.
One more question:
I saw more than 100 people downloaded this code.
Why is it,this seems to be the first time someone is "reporting" a bug?
Is it because the other downloaders don't care,or am I just stupid,and did the other downloaders find the error themselves?
Thank you for your support.
One more question:
I saw more than 100 people downloaded this code.
Why is it,this seems to be the first time someone is "reporting" a bug?
Is it because the other downloaders don't care,or am I just stupid,and did the other downloaders find the error themselves?
Re: Popup BBCode
It works with tho bug for me because I have the forum directly in the domain root.
You have placed yours in a folder called forum. That is the difference.
You have placed yours in a folder called forum. That is the difference.
Re: Popup BBCode
Ok,clear.
But why did the png work,and the gif not?
They are in the same directory.
But why did the png work,and the gif not?
They are in the same directory.