I have found a way to Replace the text;
This post requires you to click the thanks button to read this content.
This post requires you to click the thanks button to see attachments.
When you require Click Thanks to view Post Content or to view Attachments.
1. Download the following images, and upload them via ftp to your dbtech/thanks/images folder.
Save this as Thanks1.png
Save this as Attach1.png
2. Now go to ACP/Styles & Templates/Replacement Variable Manager, You will see a list similar to the following:
3. Choose a style and click on Add New Replacement Variable
4. First we will do the one for Post content.
In the box, Search for Text paste the following there.
In the box, Replace with Text paste the following there.
Then Click on Save.
5. Now for the Attachment one.
In the box, Search for Text paste the following there.
In the box, Replace with Text paste the following there.
Then Click on save.
Now when you require Thanks for post content or attachments users will see the following:
Note1: This will have to be done in each style you wish for this to be seen.
Note2: You can use any images you wish, either upload them to dbtech/thanks/images folder and make sure you name them the same as the original image name, overwriting the old ones.
Or if you want to rename the images you need to change the relevant information in the above codes in the Replace With Text Boxes.
To Have the images centered in the post, use the following:
Thanks line
Then Click on Save.
Attachments line
Then Click on Save.
Here is the likes images requested:
This is how replace the following text:
This post requires you to click the likes button to read this content.
This post requires you to click the likes button to see attachments.
When you require Click Likes to view Post Content or to view Attachments.
1. Download the following images, and upload them via ftp to your dbtech/thanks/images folder.
Save this as Likes1.png
Save this as Attach2.png
2. Now go to ACP/Styles & Templates/Replacement Variable Manager, as described above.
3. Choose a style and click on Add New Replacement Variable
4. First we will do the one for Post content.
In the box, Search for Text paste the following there.
In the box, Replace with Text paste the following there.
Then Click on Save.
5. Now for the Attachment one.
In the box, Search for Text paste the following there.
In the box, Replace with Text paste the following there.
Then Click on save.
Note1: This will have to be done in each style you wish for this to be seen.
Note2: You can use any images you wish, either upload them to dbtech/thanks/images folder and make sure you name them the same as the original image name, overwriting the old ones.
Or if you want to rename the images you need to change the relevant information in the above codes in the Replace With Text Boxes.
To Have the images centered in the post, use the following:
Thanks line
Then Click on Save.
Attachments line
Then Click on Save.
This post requires you to click the thanks button to read this content.
This post requires you to click the thanks button to see attachments.
When you require Click Thanks to view Post Content or to view Attachments.
1. Download the following images, and upload them via ftp to your dbtech/thanks/images folder.


2. Now go to ACP/Styles & Templates/Replacement Variable Manager, You will see a list similar to the following:

3. Choose a style and click on Add New Replacement Variable
4. First we will do the one for Post content.
In the box, Search for Text paste the following there.
Code:
this post requires you to click the thanks button to read this content.
In the box, Replace with Text paste the following there.
Code:
<img src="dbtech/thanks/images/Thanks1.png" alt="" />
Then Click on Save.
5. Now for the Attachment one.
In the box, Search for Text paste the following there.
Code:
this post requires you to click the thanks button to see attachments.
In the box, Replace with Text paste the following there.
Code:
<img src="dbtech/thanks/images/Attach1.png" alt="" />
Then Click on save.
Now when you require Thanks for post content or attachments users will see the following:

Note1: This will have to be done in each style you wish for this to be seen.
Note2: You can use any images you wish, either upload them to dbtech/thanks/images folder and make sure you name them the same as the original image name, overwriting the old ones.
Or if you want to rename the images you need to change the relevant information in the above codes in the Replace With Text Boxes.
To Have the images centered in the post, use the following:
Thanks line
Code:
<center><img src="dbtech/thanks/images/Thanks1.png" alt="" /></center>
Attachments line
Code:
<center><img src="dbtech/thanks/images/Attach1.png" alt="" /></center>
Then Click on Save.

Here is the likes images requested:
This is how replace the following text:
This post requires you to click the likes button to read this content.
This post requires you to click the likes button to see attachments.
When you require Click Likes to view Post Content or to view Attachments.
1. Download the following images, and upload them via ftp to your dbtech/thanks/images folder.


2. Now go to ACP/Styles & Templates/Replacement Variable Manager, as described above.
3. Choose a style and click on Add New Replacement Variable
4. First we will do the one for Post content.
In the box, Search for Text paste the following there.
Code:
this post requires you to click the Likes button to read this content.
In the box, Replace with Text paste the following there.
Code:
<img src="dbtech/thanks/images/Likes1.png" alt="" />
Then Click on Save.
5. Now for the Attachment one.
In the box, Search for Text paste the following there.
Code:
this post requires you to click the Likes button to see Attachments.
In the box, Replace with Text paste the following there.
Code:
<img src="dbtech/thanks/images/Attach2.png" alt="" />
Then Click on save.
Note1: This will have to be done in each style you wish for this to be seen.
Note2: You can use any images you wish, either upload them to dbtech/thanks/images folder and make sure you name them the same as the original image name, overwriting the old ones.
Or if you want to rename the images you need to change the relevant information in the above codes in the Replace With Text Boxes.
To Have the images centered in the post, use the following:
Thanks line
Code:
<center><img src="dbtech/thanks/images/Likes1.png" alt="" /></center>
Attachments line
Code:
<center><img src="dbtech/thanks/images/Attach2.png" alt="" /></center>
Then Click on Save.
Last edited: