Recent Topics

1 Aug 05, 2005 19:05    

i've done searches and looked through the how to's and partially found the answer i've been looking for.

other responses informed the questioner to go here: http://doc.b2evolution.net/0.9.0/evocore/Item.html#methodfeedback_link

however, even tho i think i understand how to manipulate the stuff in side that function... the main problem is... i don't know where to put it. i cannot edit the _class_item.php evocore files b/c
1) other posts said you shouldn't edit core files
and
2) i am sharing the blog with other people, so i don't want to make any global changes.

so if anyone could help me with code placement so that it would just effect my skin only would greatly be appreciated. thank you!!!

2 Aug 05, 2005 19:22

You don't need to edit core files. Use this:

<?php $Item->feedback_link('comments','','','No comments','One Comment','%d comments'); ?>

Of course you can edit any of those entries.

3 Aug 05, 2005 19:32

that has got to be the quickest tech reply i've ever seen. and... i've implemented the changes and it works marvelously. thank you graham.

and for future reference for others, you add this change in the _main.php.

success feels great!

4 Aug 05, 2005 19:52

My favorite followup to questions like this one: http://doc.b2evolution.net/0.9.0/elementindex_evocore.html is an awesome reference tool. Lots and lots of stuff can be changed by feeding parameters to functions, so if you know the name of a function you click it's first letter then the function name and get all the params that function can handle. To find the function name follow through your _main.php code and find the bit that seems appropriate.


Form is loading...