![]() |
[IMG] Tag and relative addressing of image URL
Hi there !
https://vborg.vbsupport.ru/ --> works https://vborg.vbsupport.ru/images/sm...e/top_logo.gif [IMG]images/smoothblue/top_logo.gif[/IMG] --> does nor work Why can I insert a image only with a full url (including domain-name) ? Is this feature configurable ? You see this example here with the header graphic of this forum. I have problems with my imported phpBB posts. All graphics are relative addressed and not displayed. Thanks in forward. Greetings Bernard |
Well it doesn't work because it is not a full address.
You could try the following: !!! Untested, use on a tesboard first. Make a backup of your database first !!!! [sql]update post set pagetext = REPLACE(pagetext, ']images/', ']http://www.myboard.com/forum/images/') WHERE pagetext LIKE '%]images/%'; TRUNCATE TABLE post_parsed;[/sql] |
All times are GMT. The time now is 03:29 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|