Is this a possibility, at all? I just realised when testing that BBcode tags that I used didn't work in comments, and there doesn't seem to be any way to enable them in the module's administration pages. In general, this wouldn't be a problem (in fact, in some cases I could see it being a real benefit), but in forums, it must surely seem strange to users that the person who starts a topic can use BBcode tags, but those replying cannot. Is it possible to add this at all, or is it an unrealistic hope due to Drupal's structure? (I'm still learning the ins and outs of it.)

CommentFileSizeAuthor
#1 reptag_comments.patch3.93 KBprofix898

Comments

profix898’s picture

StatusFileSize
new3.93 KB

Attached is a patch to enable reptags in comments. I hope you know howto apply patches!? (http://drupal.org/node/22568)
Reptags are disabled for node type 'comments' (in reptag settings) by default, so you need to enable them first ... Is that what you expected?

EvilFraz’s picture

I didn't know how to apply patches, actually, so I went and read up about it... and I found that even when I was sure I'd gotten the syntax right, I still got an error every time: "can't find file to patch at input line xx" (I doubt that I actually did have the patch command right, but I couldn't see what I was getting wrong!) So I gave in, opened up the patch, and applied the changes to both files manually instead. It works just as I need it to, thanks!

profix898’s picture

Status: Active » Fixed

I just committed this patch (with some small changes) to cvs.
You can grab it from there or wait for the cvs-version being .tar.gzipped.

Anonymous’s picture

Status: Fixed » Closed (fixed)