There must be an answer in these forums. We need to invent more specific words!
Latest PP with vb3 installed great. But...
My image paths are defined as eg:
/forum/images/buttons
This is for compatibility with vbadvanced, vblinks and vbgallery (gasp).
Took me a while to figure out that was the problem to get images to show in those products. But now the change has broken PP.
Display source gives, eg:
src="http://www.mysitet.com/forum//forum/images/buttons/collapse_...
So I need to
1. eiminate a trailing slash on "forum", (Can't find one)
or
2. Eliminate leasing slash in stylevars (
vb addons will break)
0r
3. Find out more about where/how PP constructs this IMG SRC URL and tweak it?
Seems to be only the collapse doo-dad images
Any hints much appreciated.