please help me,
how to make BOT user in forum?
when i make topics,
it always in first comment,
please help me..
This is a Hitskin.com skin preview
Install the skin • Return to the skin page
[FTS] Jack wrote:I don't know if this will help, but try this >>> https://help.forumotion.com/t49225-additional-reputation-praise-beer-hi-five-system
[FTS] Jack wrote:Where in the tutorial did you find some difficulties?
[FTS] Jack wrote:As stated, click "+" to add some options on what the forum bot will say.
[FTS] Jack wrote:Yes.
when i make topics,
it always in first comment,
Nera. wrote:when i make topics,
it always in first comment,
Hi,
Can you explain that a bit :$ ?
Nera. wrote:You mean in your every post you want to add a link, or you want something like this but for Invision?
https://help.forumotion.com/t97416-advertising-poster-on-punbb
yes, but its bot , move on their own every new topic
yes thats right like that but it make that for invision ?akoe.akbar wrote:the bot like this
$(function() {
$('.post:last').after('<div class="post"><div class="post-container" style="background:#ddd"><div class="postbody">Ad Text Info<div class="postprofile">ADVERSITIZING POSTER</div></div></div></div>');
});
Nera. wrote:Try something like this for Invision. Add it to your AP > Modules > JS managment > Mark topics
Though YOU must customize it.
- Code:
$(function() {
$('.post:last').after('<div class="post"><div class="post-container" style="background:#ddd"><div class="postbody">Ad Text Info<div class="postprofile">ADVERSITIZING POSTER</div></div></div></div>');
});
Nera. wrote:It is just something that will be added at the end of your posts http://i.imm.io/b9yG.png
You can add banners, adds there, or what ever you want.
$(function() {
$('.post:first').before('<div class="post"><div class="post-container" style="background:#ddd"><div class="postbody">Ad Text Info<div class="postprofile">ADVERSITIZING POSTER</div></div></div></div>');
});
$(function() {
$('.post:second').after('<div class="post"><div class="post-container" style="background:#ddd"><div class="postbody">Ad Text Info<div class="postprofile">ADVERSITIZING POSTER</div></div></div></div>');
});[