Hi, I'm using Vote Up/Down on comments, and I'd like to use the dimming feature, but it's not working with Advanced Forum. Comments are generated via an advf-forum-post.tpl.php template, outputting $comment->vud_comment_widget. Any ideas on how to get this to work? Voting and everything else works perfectly.

Comments

marvil07’s picture

Not completely sure about it(/me do not rememeber using adv forum ever), but take a look to vud_comment_preprocess_comment() and see if it is being executed for your comments there.

marvil07’s picture

Status: Active » Closed (works as designed)

Please reopen if needed.

sandino’s picture

Status: Closed (works as designed) » Active

marvil07
Hi,
I also would like to dim comments in Advanced Forum.

Could you please explain with more details about where to insert vud_comment_preprocess_comment() ? In which file?

marvil07’s picture

What I tried to say is to figure out if that function is being executed, so try adding something in there like a print "code has been here"; in the first line of the function, and see if the function is executed.

If it is being executed, probably adv forum is doing the same and overriding the changes, so then we should solve that problem.

marvil07’s picture

Issue summary: View changes

Changing/adding info

marvil07’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Closing D6 issues, D6 releases are not supported now.
Please reopen as D7 if needed.