Recent Topics

1 Jan 13, 2009 04:27    

My b2evolution Version: 2.x

Hello.

I've looked at trackback.php and see the data to be added to T_comments BUT...

where does the following data come from since not assigned to the $Comments object:

comment_rating
comment_featured
comment_nofollow
comment_karma
comment_spam_karma
comment_allow_msgform

It appears at first glance that all of these use the defaults set in that table EXCEPT comment_spam_karma.

Where is 'comment_spam_karma' getting its value e.g. 25 from?

Thanks in advance.

EDIT: NEVERMIND(?) - I guess I may have overlooked this - it appears it is assigned in the Comments class via dbinsert() as a default-type value.


Form is loading...