The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hi there !
--> works ![]() [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 |
|
#2
|
|||
|
|||
|
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] |
![]() |
|
|