Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
BlogThis
This discussion is related to the BlogThis addon.
Comments
the devil is in the details
is there a way or setting that members/users are only able to tag their "own" topics ? (so no comments or such only their very very own topics)
thx
This function will not cut words up, like substr normally does
function cutText($string, $length) { while ($string{$length} != " ") { $length--; } return substr($string, 0, $length); }
Some thing like that would work, then it can be set in a setting what length and to call it
echo cutText($what ever the content variable is , $The length set in the admin
Manda - currently, no. I imagine you could modify the SQL for the discussion list to exclude any with blogged posts in, but it would require a join with the comments field, so might be a little on the taxing side.
2) Did you replace the whole folder with the new code? I know you said you modified your own.