Recent Topics

1 Mar 18, 2011 02:10    

My b2evolution Version: 4.0.3

Does anyone know how to fix this problem? http://www.bluehorsegallery.com/index.php/Home/ - this is an Intro-Main post with ShareThis turned on. Works fine on posts, just not Intro-Main posts...

2 Mar 21, 2011 23:51

I don't see sharethis buttons on regular posts either

3 Mar 21, 2011 23:55

I don't think I have any turned on right now, but they do work - just not on Intros...

4 Mar 22, 2011 00:13

Did you put the code in item footer? It may be disabled on Intro posts, just a thought.

5 Mar 22, 2011 17:49

Here's what I've got in my index.main.php:

<?php
			// Go Grab the featured post:
			if( $Item = & get_featured_Item() )
			{	// We have a featured/intro post to display:
				// ---------------------- ITEM BLOCK INCLUDED HERE ------------------------
				skin_include( '_item_block.inc.php', array(
						'feature_block' => true,
						'content_mode' => 'auto',		// 'auto' will auto select depending on $disp-detail
						'intro_mode'   => 'normal',	// Intro posts will be displayed in normal mode
						// - Ethan 'item_class'   => 'featured_post',
						'image_size'	 =>	'fit-400x320',
					) );
				// ----------------------------END ITEM BLOCK  ----------------------------
			
			
			if( $Item->ptyp_ID == 1500 ) $GLOBALS['MainList'] = NULL; 
						} 
			?>

Am I missing something here...or do I need to edit the sharethis.plugin.php?

7 Apr 02, 2011 03:27

sam2kb just helped me finally fix this - the answer: Comment-out or delete line 128 in the plugin

THANKS SAM2KB!!!


Form is loading...