Recent Topics

1 Aug 23, 2006 07:32    

After upgrading to 1.8.1 RC I can see a list of links below every page generated by b2e as shown

* b2evo
* evoCore
* seule

Where can I find it to disable it? It doesn't seem to be in the skin file, unless I missed something.

Tnx.

2 Aug 23, 2006 09:12

I don't know what skin you are using but you will find the following at the bottom of each skin's main.php

<div id="pageFooter">
	<p class="baseline">
		Original template design by <a href="http://fplanque.net/">Fran&ccedil;ois PLANQUE</a>.
		<?php
			// Display additional credits (see /conf/_advanced.php):
 			// If you can add your own credits without removing the defaults, you'll be very cool :))
		 	// Please leave this at the bottom of the page to make sure your blog gets listed on b2evolution.net
			display_list( $sponsored_links, T_('Credits').': ', ' ', '|', ' ', ' ' );
		?>
	</p>
</div>

I wouldn't delete it, I would simply edit the conf/advanced.php refered to and use it as a credit resource for B2Evolution and anything/anyone else who you would like to credit or thank. For example, I added my hosting company as an additional credit


Form is loading...