Recent Topics

1 Feb 05, 2011 23:33    

My b2evolution Version: 3.3.3

Can anyone tell me how to get my RSS subscribe function in the upper right of this page: http://www.humanrally.com/blogs/index.php up into the top Menu all the way on the right side without adding it as a widget which seems to create a formatting issue (not to mention doesn't put it all the way on the right side of the page). Basically, what I'm trying to do is embed it up in the right side of that top menu via code like you see with the Frugal skin here: http://skins.b2evo.net/2/index.php?tempskin=frugal

2 Feb 11, 2011 11:41

The problem is that in the frugal skin the rss bits are actually in the skin itself and not added via a widget in the back end:

<div id="navbar">

	<div id="navbarleft">
	<!-- MANAGED VIA WIDGETS -->
	<ul id="nav">
		<li class="widget_core_menu_link page_item"><a href="http://skins.b2evo.net/2/blog1.php">Home</a></li><li class="widget_core_coll_page_list page_item"><a href="http://skins.b2evo.net/2/blog1.php/2010/07/10/about-this-system">About this system</a></li><li class="widget_core_coll_page_list page_item"><a href="http://skins.b2evo.net/2/blog1.php/2010/07/10/about-blog-a">About Blog A</a></li><li class="widget_core_menu_link page_item"><a href="http://skins.b2evo.net/2/blog1.php?disp=msgform&amp;recipient_id=1&amp;redirect_to=http%3A%2F%2Fskins.b2evo.net%2F2%2Findex.php%3Fblog%3D1%26tempskin%3Dfrugal%26skin%3Dfrugal">Contact</a></li><li class="widget_core_menu_link page_item"><a href="http://skins.b2evo.net/2/htsrv/login.php?redirect_to=%2F2%2Findex.php%3Fblog%3D1%26tempskin%3Dfrugal%26skin%3Dfrugal">Log in</a></li>	</ul>
	
	</div>
	
<!-- ADDED BY THE SKIN -->
	<div id="navbarright">
			<img src="img/rss.gif" alt="Subscribe to this blog" title="Subscribe to this blog"/> <strong>Subscribe:</strong> <a href="http://skins.b2evo.net/2/blog1.php?tempskin=_rss2">RSS</a> | <a href="http://skins.b2evo.net/2/blog1.php?tempskin=_atom">Atom</a>
		
		</div>
	
</div>


Form is loading...