Recent Topics

1 Jan 16, 2008 12:34    

Hello

I am triying to use 'Extra Fields' plugin with evocamp skin (b2evolution 2.3). I added a skintag in my sidebar (new widget in the sidebar through administration panel) wich displays all of the fields and all of the values for each field. But It does not work.

I don't know where to place:

<?php $Plugins->call_by_code( 'extrafields', array('post_id' => $Item->ID, 'field_id' => 1) ); ?>

Can you anyone hel me? How does this work?

Thanx

2 Jan 16, 2008 12:59

Hello,

i think you are mixing the new way and the old way of using widgets.

the call_by_code system is the old way. there is no need to use this anymore unless you have to.

widgets do the job better, and you can manage them easy way.

i never used this 'Extra Fields plugin so i can't help you to use this one, hmm have you checked the forum to see if this plugin is converted to the 2.X release ?


Form is loading...