D5.1 RepTag5.1 show in one place but not other
jwells - February 3, 2007 - 20:37
| Project: | Rep[lacement]Tags |
| Version: | 5.x-1.x-dev |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
Hi profix,
This is my first time using this module. Your instructions are very good and I think or thought I was doing it correctly, but I am showing odd results.
I have attached an image - to explain better
thanks
| Attachment | Size |
|---|---|
| reptag.gif | 7.16 KB |

#1
soory - i attached the wrong image - the other had a typo
#2
I guess you are talking about the image tag not being replaced by an image, right?
The following sample works for me:
This is a test. This is a test.{IMAGE:files/penguin.png}
This is a test. This is a test.
Can you please check:
1. Is the image.tags module enabled (admin/settings/reptag/admin/modules)
2. Are your user has permissions to use the tags (admin/settings/reptag/admin/permission)
3. Are other tags working on your site? (sitewide/user tags or {DATE} or stg.)
What do you mean "show in one place but not other"? Where is the place the replacement works? A different node? A different content type? It would be helpful to get some more information ...
You filed the issue for 5.x-1.x-dev. Are you using the development version or the Reptag 5 release (5.x-1.1)?
#3
thank you for your reply
I'm using the Links package
It appears the Title field is re-used in 3 places
1) the actual Title
2) The link where you see the Flag - I didn't do anything there, this code is coming from the Title field, here it will display the Flag, but as you see not in the Title field (both are using the same field)
3) at the bottom the Title is used again, but it does not display the Flag --- only the text that calls the image
they appear they are all pulling fromn the same feild, I just setup the Title with the call to the image there
I will go try your suggestions - thank you
But if I can see it in one place, I'm thinking I have it setup correctly - but then again maybe not - I'll try other calls to other functions.
#4
sorry - you are correct I'm using 5.1.1
ok - I did some testing
1) {AUTHOR}
2) {DATELONG}
they are both working in location #2 - as in the gif above
but not in location 1 or 3
this is odd?
#5
ok, I think I understand now
I just did a test in a Book Page Node,
Its works in the body, but not in the Title
So this won't work in the Title field?
#6
There is no full support for node titles in reptag. Please try the latest development version or the latest release (5.x-1.2) which allows you to select the fields to be processed including all cck text fields. To enable title support, you must first 'Enable RepTag to process node titles' under 'Expert-Settings' (admin/settings/reptag) and then check the title field under 'Content Types' (admin/settings/reptag/admin/content). But actually title replacements are only supported in teaser view and not for full page rendered nodes. This is because for full pages the title is generated by the Drupal menu system (instead of the node module) and therefore cant be altered easily. This behaviour may change in Drupal 6, but atm it is by design.
If you really need full title replacements support for a certain node type you can override the title field in your theme's node template file (node-*.tpl.php).
#7
got it - thank you for explaining this
#8
#9
Bookmarking, title field explanation I couldn't found in the readme or documentation further anywhere, sorry if that's my mistake.
greetings,
Martijn