Keyword

possible to Override Model

More
11 years 8 months ago #109603 by jean-philippe
possible to Override Model was created by jean-philippe
I need to override the Model inside K2. because When I use the custom field like image.

the output inside my template have something like that:
<?php if(isset($extra_field[image])): ?>
<a href="<?php echo $extra_field[image]; ?>">Click Here to see image</a>
<?php endif; ?>

so the field is not the path but all the html Image code.

So I Need to override the "model" to modify this extra_field image.

it is inside the model "item.php" line 1331.

thanks alot

Emond, Jean-Philippe

Please Log in or Create an account to join the conversation.

More
11 years 7 months ago #109604 by Inceptive
Replied by Inceptive on topic Re: possible to Override Model
I need something like this too, but for the category.php model.

Is this possible?

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum