Status
Not open for further replies.

Ozzy47

Former Developer
Customer
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.



14e22212f4ca89.png
Save this as Thanks1.png

14e22212f42db7.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:

14e22237aa4893.png


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:

14e2227016700c.png


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>
Then Click on Save.


Attachments line

Code:
<center><img src="dbtech/thanks/images/Attach1.png" alt="" /></center>

Then Click on Save.

14e24a4e50689f.png


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.



14e74d5f45a04b.png
Save this as Likes1.png

14e74d5f44f468.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.
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>
Then Click on Save.


Attachments line

Code:
<center><img src="dbtech/thanks/images/Attach2.png" alt="" /></center>

Then Click on Save.
 
Last edited:
Updated first post to include instructions for having the image centered in the post!@

Valcav added likes images, and instructions, in first post.
 
Last edited:
Status
Not open for further replies.

Legacy Advanced Post Thanks / Like

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
4,024
Customer rating
5.00 star(s) 1 ratings
Back
Top