Watermark on the photos.
+2
skouliki
smurfavr
6 posters
Page 1 of 2
Page 1 of 2 • 1, 2
Watermark on the photos.
Can you translate this lesson into English because Gugle does not translate well and I do not understand how to do it.
http://www.hotrofm.net/t582-thu-thuat-dong-dau-ban-quyen-watermark-vao-anh-blogspot-forumotion
http://www.hotrofm.net/t582-thu-thuat-dong-dau-ban-quyen-watermark-vao-anh-blogspot-forumotion
Re: Watermark on the photos.
You have to put this first script in overall_footer template
Example :
Last step, add this jQuery library 2.1.4 to your overall_header template
- Code:
<script src="https://dl.dropboxusercontent.com/s/karip7yyl83aaek/jquery.watermark.min.js?dl=0"></script>
<script>// path to the watermark image
$(function(){
//add text water mark;
$('.watermarktext img').watermark({
text: 'hotrofm.net',
textWidth: 100,
textColor: 'white'
});
//add image water mark
$('.watermarkimg img').watermark({
path: 'https://dl.dropboxusercontent.com/s/nunjceykpqq1j1g/logo.png'
});
})
</script>
Example :
- Code:
Search and locate {postrow.displayed.MESSAGE} in viewtopic_body template
Replace <div class="watermarktext">{postrow.displayed.MESSAGE}</div> for TEXT only or <div class="watermarkimg">{postrow.displayed.MESSAGE}</div> for image.
Last step, add this jQuery library 2.1.4 to your overall_header template
- Code:
<script src="http://code.jquery.com/jquery-2.1.4.min.js"></script>
Last edited by SarkZKalie on Wed 4 Apr 2018 - 22:47; edited 1 time in total
Re: Watermark on the photos.
1 Script where to put it in the overall_footer at the bottom or?
This code how to change it and where to put it?
This code how to change it and where to put it?
- Code:
Search and locate {postrow.displayed.MESSAGE} in viewtopic_body template
Replace <div class="watermarktext">{postrow.displayed.MESSAGE}</div> for TEXT only or <div class="watermarktext">{postrow.displayed.MESSAGE}</div> for image.
Re: Watermark on the photos.
Both of them can put in overall_header template.
Last step, replace {postrow.displayed.MESSAGE} by a div with class inside.
Last step, replace {postrow.displayed.MESSAGE} by a div with class inside.
Re: Watermark on the photos.
I can not understand how to do it.
Last step, replace {postrow.displayed.MESSAGE} by a div with class inside.
Can you do it and give the code. If you can explain in other words how it's done because Gugle does not translate well and I can not figure out how to do it.
Re: Watermark on the photos.
It's mean you have to search this variable {postrow.displayed.MESSAGE} in your viewtopic_body template. And then, replace it by this one
- Code:
<div class="watermarktext">{postrow.displayed.MESSAGE}</div>
- Code:
<div class="watermarkimg">{postrow.displayed.MESSAGE}</div>
Re: Watermark on the photos.
@SarkZKalie
I added the code to overall_footer
I added the code to viewtopic_body
I added the code to overall_header
No watermark appears on the photos. Why?
I added the code to overall_footer
- Code:
<script src="https://dl.dropboxusercontent.com/s/karip7yyl83aaek/jquery.watermark.min.js?dl=0"></script>
<script>// path to the watermark image
$(function(){
//add text water mark;
$('.watermarktext img').watermark({
text: 'BG-SMURFA-HL',
textWidth: 100,
textColor: 'white'
});
//add image water mark
$('.watermarkimg img').watermark({
path: 'https://dl.dropboxusercontent.com/s/nunjceykpqq1j1g/logo.png'
});
})
</script>
I added the code to viewtopic_body
- Code:
<div class="watermarkimg">{postrow.displayed.MESSAGE}</div>
I added the code to overall_header
- Code:
<script src="http://code.jquery.com/jquery-2.1.4.min.js"></script>
No watermark appears on the photos. Why?
Re: Watermark on the photos.
Did you save the changes and publish the modified templates?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Watermark on the photos.
Please post a link to where an image that should have the watermark that guests can see.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Watermark on the photos.
This is my test forum.
http://vracatestforum.bulgarianforum.net/t55-topic
http://vracatestforum.bulgarianforum.net/t55-topic
Re: Watermark on the photos.
I got this message: Could not mysql_connect to
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Watermark on the photos.
I think it was conflicted with current pre-installed jQuery library.
@vietkanpy this guy need your help so I'll summon you.
@vietkanpy this guy need your help so I'll summon you.
Re: Watermark on the photos.
Could not mysql_connect tosmurfavr wrote:http://vracatestforum.bulgarianforum.net/t55-topic#216
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Watermark on the photos.
SLGray wrote:Could not mysql_connect tosmurfavr wrote:http://vracatestforum.bulgarianforum.net/t55-topic#216
It's working for me. I do not know why you can not open it. http://vracatestforum.bulgarianforum.net
Re: Watermark on the photos.
I can load your forum, but not the topic you linked.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Watermark on the photos.
Visit the TEST section where I posted a photo theme. http://vracatestforum.bulgarianforum.net/forum
Re: Watermark on the photos.
Do you mean this?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Watermark on the photos.
Hi you can test code
- Code:
<script>
$(function(){
$('.watermarktext img').watermark({
text: 'hotrofm.net',
textWidth: 100,
textColor: 'white'
});
$('.watermarkimg img').watermark({
path: 'https://dl.dropboxusercontent.com/s/nunjceykpqq1j1g/logo.png'
});
})
</script>
Re: Watermark on the photos.
You need to make sure that the images you will add this to are exactly created by you.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Watermark on the photos.
SLGray wrote:You need to make sure that the images you will add this to are exactly created by you.
I did not understand what you meant.
Re: Watermark on the photos.
smurfavr wrote:@vietkanpy
And this code does not work.
hi smurgavr
demo code : http://cdkinhtethainguyen.disneytopic.com/t88-ieu-gi-khien-cac-chi-em-cham-co-bau#92
Re: Watermark on the photos.
@vietkanpy
I've placed the code as it says, but it does not work for me. My forum is a version phpbb2
overall_footer
viewtopic_body
overall_header template
I've placed the code as it says, but it does not work for me. My forum is a version phpbb2
overall_footer
viewtopic_body
overall_header template
Re: Watermark on the photos.
I mean any image with your watermark has to be created by you, not someone else.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Page 1 of 2 • 1, 2
Similar topics
» Watermark option
» Watermark sign on a photo.
» A Small request for watermark!
» Watermark script problem
» Placement of the watermark image in the site.
» Watermark sign on a photo.
» A Small request for watermark!
» Watermark script problem
» Placement of the watermark image in the site.
Page 1 of 2
Permissions in this forum:
You cannot reply to topics in this forum