Hi, I have a couple (well three) of issues with this module. Great module, bay the way, i've dropped the bbcode module because of this one.
My problems are:

In the preview, the tags are not being replaced, at least in the case of the video tags (I've enabled Rep[lacement]Tags in Preview). Don't know why.

The sample images in the Rep[lacement]Tags help section aren´t visible. I saw the image path (adding a new forum topic for example) and it's "http://mysite.com/node/add/forum/sites/all/modules/reptag/tags/sample.png".

And a third one, is that I cannot have Rep[lacement]Tags working in the comments, only it works for the nodes. Did I miss something? Or is it expected?

Thanks for this great module :)
I'm using Drupal 5.1

Comments

profix898’s picture

In the preview, the tags are not being replaced

I have broken this feature with a recent change. Thanks for pointing out. Patch committed to cvs.

The sample images in the Rep[lacement]Tags help section aren´t visible

Are you sure to be using the latest version of image.tags.inc? The path in the module points to .../modules/reptag/images/sample.png, what is completely different from yours.

I cannot have Rep[lacement]Tags working in the comments

Do you have comment support enabled in reptag? There is an option 'Enable RepTag-Support for comments.' (under 'Expert-Settings').

pnikosis’s picture

I have broken this feature with a recent change. Thanks for pointing out. Patch committed to cvs.

Thanks!

Are you sure to be using the latest version of image.tags.inc? The path in the module points to .../modules/reptag/images/sample.png, what is completely different from yours.

Don't know. The example I've posted is from the bbcode.tags.inc

Do you have comment support enabled in reptag? There is an option 'Enable RepTag-Support for comments.' (under 'Expert-Settings').

Sorry, you're right :$. It's working. I've got confused because I didn't see the Rep[lacement]Tags' help block under the quick reply for comments.

pnikosis’s picture

Oh, one thing I've checked:

The sample images with the image.tags.inc works ok, it's with the bbcode.tags.inc (and the user contrib smileys) that it has problems.

Also one last thing ¿Is it possible to show the Rep[lacement]Tags help in the new comments?

Thanks a lot :)

profix898’s picture

Patch for bbcode.tags.inc committed. Image paths in smiley.tags.inc look good. Make sure you have the smileys in .../modules/reptag/images/smileys/ directory.

"Is it possible to show the Rep[lacement]Tags help in the new comments?"
In principle it should be possible. I will look into this shortly ...

profix898’s picture

If have just added the feature to display help on the comment form to cvs. Anything else? ;)
(You can safely update to the latest cvs version. It does not contain any non-stable features ... actually I'm already working on the D6 port)

pnikosis’s picture

If have just added the feature to display help on the comment form to cvs. Anything else? ;)

Nothing else :) Thank you very much!

profix898’s picture

Status: Active » Closed (fixed)