Hello Dougj,
in the new version of transparentBliss3 we activate the messages.
When you want to insert the messages, please go in the backend under:
Extensions >> Template Manager >> Transparent_Bliss_1.5 >> Edit HTML
There you search the line:
| Code: |
<jdoc:include type="component" />
|
and add this line before:
| Code: |
<jdoc:include type="message" />
|
Now it must look so:
| Code: |
<jdoc:include type="message" />
<jdoc:include type="component" />
|
Save the file and that was it :-) Hope it helps.
Regards,
GermanBear