Recent Topics

1 Feb 20, 2010 02:39    

My b2evolution Version: 2.x

When I click a link to view a post by itself I have this error above my header:

Warning: Cannot modify header information - headers already sent by (output started at /home/purpleme/public_html/blog/skins/emerald/single.main.php:1) in /home/purpleme/public_html/blog/inc/_core/_template.funcs.php on line 59

AND the ShareThis icon is showing up as well but not on the main page of the blog.

Here is a link to a post:
http://www.foreverpurple.com/blog/index.php/a-newbies-guide-to-mardi-gras-in-new-orleans#more1696

2 Feb 26, 2010 19:57

yeah, you need to put the SharedThis Code in your Skins folder

something like this:
/skins/SkinName/index.main.php and in there put it after the say - Edit link or author name


	$Item->edit_link( array( // Link to backoffice for editing
						'before'    => ' | ',
						'after'     => '',
						'text'			=> 'edit',
					) );


Check this one as sample:
http://www.thechristianalert.org/index.php/TheBlog/2008/09/02/netflix-top-10-christian-movies

Then see our home page where I don't have it.
http://www.theChristianAlert.org


Form is loading...