XenFacil's Quote - Quote with avatar and more

Unmaintained XenFacil's Quote - Quote with avatar and more 9.0a

No permission to download
If someone uploads a Resource the creator name should be shown.
To implement this, you must find the resource_message_create_resource phrase and edit it. Replace it by
Code:
{username} submitted a new resource:

[url={resourceLink}][plain]{title}[/plain][/url] - [plain]{tagLine}[/plain]

[quote="{username}, member: {userId}"]{snippet}[/quote]

[url={resourceLink}]Read more about this resource...[/url]
If you have any language installed, you must do so for each of them and adapt the phrase properly.

Note: this is only valid for NEW new resources. The old messages on resource-threads will not be affected. You should do it manually.

Find the resource_message_create_update phrase and edit it. Replace it by
Code:
{username} updated [url={resourceLink}][plain]{resourceTitle}[/plain][/url] with a new update entry:

[url={updateLink}][plain]{title}[/plain][/url]

[quote="{username}, member: {userId}"]{snippet}[/quote]

[url={updateLink}]Read the rest of this update entry...[/url]
If you have any language installed, you must do so for each of them and adapt the phrase properly.

Note: this is only valid for NEW updated resources. The old messages on resource-threads will not be affected. You should do it manually.


The nobody phrase appears when someone appointment, manually or not, this:[quote]something[/quote]
Top Bottom