Recent Topics

1 Oct 19, 2013 23:05    

Hi,
I installed the skin mystique. When you click on the RSS link displays the directory contents of the skin. Why?
Help.

http://e-via.org

thanks.

2 Oct 20, 2013 02:07

Hi @elifermar,

If you have the lastest version of Mystique, please go to /blogs/skins/mystique/index.main.php and confirm that the line 64 looks exactly like this:


echo '<a href="'.$Blog->get( 'rss2_url', 'raw' ).'" class="nav-extra" title="'.$Skin->T_('View RSS Feed').'"></a>';

Regards !

3 Oct 20, 2013 08:59

Hi @mqsolipa,
(sorry for my english)

The line 64 looks exactly like this:

echo '<a href="'.$Blog->get( 'rss2_url', 'raw' ).'" class="nav-extra" title="'.$Skin->T_('View RSS Feed').'"></a>';

Where do you take $Blog->get( 'rss2_url', 'raw' )?
I have 5.0.6 versiĆ³n b2evolution and lastest version of Mystique.

I commented the above line and the footer to avoid confusion in the public.

Thanks!.

4 Oct 20, 2013 12:44

@elifermar,

All right, if you want that button back at the top menu, please check if the _rss2 skin is properly installed at your blog ( it should appears in the list shown here: http://b2evolution.net/man/advanced-customization/themes-templates-skins/introducing-evoskins/installed-skins ) If not, please install it and uncomment the line 64 at /blogs/skins/mystique/index.main.php

Note: I'm suggesting this because the only way how I could reproduce your issue was uninstalling the _rss2 skin.

Regards !

5 Oct 20, 2013 13:45

Perfect. That was it. No skin was installed _rss2
I uncommented line 64 and all is well now. The foofter too.
Thank you very much.
A greeting!!!


Form is loading...