The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi there !
--> 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 |
#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] |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|