Missing images in Orca Forum

Hey.

the images for New Topic, Permalink and RSS feed do not show.

From

modules\boonex\forum\layout\base_en\xsl\forum_topics.xsl

<xsl:variable name="menu_links">

<xsl:if test="count(cat)">

<btn href=";" alt="return f.newTopic('{forum/uri}')" icon="{/root/urls/img}btn_icon_new_topic.gif">New Topic</btn>

<btn href="{$rw_forum}{forum/uri}{$rw_forum_page}0{$rw_forum_ext}" alt="" icon="{/root/urls/img}btn_icon_plink.gif">Permalink</btn>

<btn href="{$rw_rss_forum}{forum/uri}{$rw_rss_forum_ext}" alt="" icon="{/root/urls/img}btn_icon_rss.gif">RSS Feed</btn>

</xsl:if>

</xsl:variable>

How can i make them show? I've tried setting the <img src=""/> tag but it causes problems with the XSL transformation files.

Any ideas?

Quote · 16 May 2010

If you are talking about your main forum home page, I don't think images display there. Are you trying to force images there by altering the code?

Nothing to see here
Quote · 16 May 2010

Hi Zarcon,

No, inside a forum and even inside a topic, like above. You can see an example here: http://www.boonex.com/unity/forums/#forum/Dolphin-7-0-0.htm

New Topic Permalink RSS Feed Search

Quote · 16 May 2010

I understand. There are no images that are suppose display there, just links. The new topic image is the one on the far left with a green + sign. The RSS image, is the one you see when you actually click the RSS link, and there is no permalink image at all.

Nothing to see here
Quote · 16 May 2010

Can i point your attention towards these Mr Zarcon

www.boonex.com/unity/forums/layout/base_en/img/btn_icon_rss.gif

www.boonex.com/unity/forums/layout/base_en/img/btn_icon_plink.gif

www.boonex.com/unity/forums/layout/base_en/img/btn_icon_new_topic.gif

Quote · 16 May 2010

Sure ya can..Mrs Womiweb

I do not have images displaying on my site either so don't feel bad. However, this may have something to do with the {/root/urls/img}

not working properly. I know I had to force a few images to the actual path (http://www.mysite.com/modules/here/image.gif) for them to work. You might give that a shot.

Nothing to see here
Quote · 16 May 2010

Brilliant idea, but it throws up lots of warnings about \forum\classes\en\BxXslTransform.php on line 87 and 88

$xsl = new DomDocument();

$xsl->load($this->_xsl);

$proc = new XsltProcessor();

$proc->importStyleSheet($xsl);

$res = $proc->transformToXML($xml);

it doesn't like it one bit. I don't much like icon= whats wrong with good ole img src=?

Quote · 16 May 2010

Buahh.. I here ya. Well, my brain is starting to fizzle with the late hours.. so hopefully someone will jump in and save the day for ya.

Nothing to see here
Quote · 16 May 2010

It gets like that, i know, i know. but thanks.

Any Neo out there, that can see through code?

Quote · 16 May 2010

Helllllooooooooooo-ha? ^_^;

Quote · 16 May 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.