The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Well I do have permission. I wonder why it isn't working.
|
#12
|
||||
|
||||
Do this:
Code:
UPDATE smilie set smiliepath=replace(smiliepath, 'http://www.nbadimensions.net/forums/http://www.nbadimensions.net/forums/http://www.yoursite.com/images/smilies', 'images/') Then tell me what the path is when you view the source. |
#13
|
|||
|
|||
Still have this link:
Code:
http://www.nbadimensions.net/forums/http://www.nbadimensions.net/forums/http://www.yoursite.com/images/smilies/spy.gif |
#14
|
||||
|
||||
Check the actual database and see what is really in there. Perhaps part of the link is being added when the page is parsed and isn't actually in the database like that.
|
#15
|
|||
|
|||
The path is the same.
http://www.nbadimensions.net/forums/...s/rolleyes.gif --------------- Added [DATE]1260755186[/DATE] at [TIME]1260755186[/TIME] --------------- Ahh wait, had to use this code. Code:
UPDATE smilie set smiliepath=replace(smiliepath, 'http://www.nbadimensions.net/forums/http://www.yoursite.com/images/smilies', 'images/smilies/') Yup, confirmed. Got it fixed. |
#16
|
|||
|
|||
For future reference for anyone, when you run the query you enter this code:
Code:
UPDATE smilie set smiliepath=replace(smiliepath, 'http://www.yoursite.com/forums/images/', 'images/') A couple of examples to put in that: http://www.yoursite.com/forums/images/ http://www.yoursite.com//forums/images/ http://www.yoursite.com/images/ http://www.yoursite.com//images/ http://www.yoursite.net/forums/http:...te.net/images/ Whatever it is saying is the path for your smilies, put it in there. **To run a query, go to your admincp. Go to Maintenance>>Execute SQL Query. Enter code in the big white box beside Manual Query and click on continue. **If you can't run a query, then you need to set yourself with permission to do so in the config.php file. |
#17
|
|||
|
|||
Thanks bluidkti it worked on my forum
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|