Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Images on custom panel - v.7

Asked Modified Viewed 2,384 times
D
dvelev
D
dvelev 10
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
asked
Newbie

Hi all,
i have strange problem with image viewing in custom panel - fusion v.7. Here is the code:
openside("Online сканиране");
echo '<center><html>
<b>&#1055;&#1088;&#1086;&#1074;&#1077;&#1088;&#1077;&#1090;&#1077; &#1082;&#1086;&#1084;&#1087;&#1102;&#1090;&#1098;&#1088;&#1072; &#1089;&#1080; &#1079;&#1072; &#1079;&#1083;&#1086;&#1074;&#1088;&#1077;&#1076;&#1077;&#1085; &#1082;&#1086;&#1076;!</b>
<p>
<A HREF="http://www.eset.com/onlinescan/index.php">
<IMG SRC="../images/eset.jpg" border=0>
</a>
</p>
<p>
<a href="http://housecall65.trendmicro.com/">
<img border="0" src="../images/LogoTrendMicro_3d.gif">
</a>
</p>
<p>
<a href="http://www.bitdefender.com/scan8/ie.html">
<img border="0" src="../images/bd.gif">
</a>
</p>
<p>
<a href="http://www.pandasecurity.com/activescan/index/">
<img border="0" src="../images/panda.jpg" >
</a>
</p>
<p>
<a href="http://security.symantec.com/sscv6/default.asp?langid=ie&venid=sym">
<img border="0" src="../images/symantec.gif" >
</a>
</p>
<p>
<a href="http://support.f-secure.com/enu/home/ols.shtml">
<img border="0" src="../images/fsecure.gif" >
</a>
</p>
</html></center>';
closeside();

On the preview images is displaying, but on the main page not. I try to change path to images to src="/images/ but not displayed yet.
All images is in the folder "/images/"
On version 6 this custom panel work perfectly with path "/images/image.jpg"
Any suggestions?
Thanks
0 replies

3 posts

T
t3s7
T
t3s7 10
  • Junior Member, joined since
  • Contributed 18 posts on the community forums.
  • Started 9 threads in the forums
answered
Junior Member

Try add ".BASEDIR." like in example:

<img border="0" src="".BASEDIR."images/fsecure.gif" >


Offcourse if this image is on Root/images directory ;)

or

<img border="0" src="".INFUSIONS."YOUR_PANEL/images/fsecure.gif" >
Edited by t3s7 on 13-08-2008 04:48,
0 replies
D
dvelev
D
dvelev 10
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Newbie

Thanks,
very strange - i've changed "/image/..." to "image/..." and now working on the news.php page but not displayed on the panel preview vith FF3
Edited by dvelev on 13-08-2008 05:44,
0 replies
T
t3s7
T
t3s7 10
  • Junior Member, joined since
  • Contributed 18 posts on the community forums.
  • Started 9 threads in the forums
answered
Junior Member

If you dont see images in panel i panel preview - dont worry. Panel preview "see" images in administration directory.
0 replies

Category Forum

Panels and Infusions

Labels

None yet

Statistics

  • Views 0 views
  • Posts 3 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

T
T
t3s7 10
  • Junior Member, joined since
  • Contributed 18 posts on the community forums.
  • Started 9 threads in the forums
D
D
dvelev 10
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet