1 elifermar Oct 19, 2013 23:05
3 elifermar 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 mgsolipa Oct 20, 2013 12:44
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 elifermar 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!!!
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:Regards !