![]() |
Quick Code Help Please?
I have a problem with Arylia gallery builder where relative URL's for the banners on gallery pages do not display on some browsers.
As a quick fix for future gallery builds I want to mod the code to do away with relative URL and put in the absolute instead. I think I am looking at the correct point, so where can I include http://www.domain.com instead, what is the correct syntax? Code:
while($startPos = strpos($page, "__HTMLBANNER__")) { |
I am just guessing, it looks like you would put it here: ["DOCUMENT_ROOT"]
But here is a bump for you if anyone knows. |
Quote:
|
Where it says:
<img border="0" src="'.$banners[$position].'"> Change to: <img border="0" src="http://yourdomain.com' . $banners[$position].'"> If that does not find them then view the url to see if you need a slash (http://yourdomain.com/) . |
All times are GMT -7. The time now is 06:55 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123