hello,
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
$(function() {
$('.post:last').after('<div class="post" style="background:#ddd"><span class="corners-top"><span></span></span><div class="postbody">Ad Text Info</div><div class="postprofile">Ad Poster Info</div><span class="corners-bottom"><span></span></span></div>');
});
tommycoo wrote:can u make it show just under the first post not for the last post ?
$(function() {
$('.post:first').before('<div class="post" style="background:#ddd"><span class="corners-top"><span></span></span><div class="postbody">Ad Text Info</div><div class="postprofile">Ad Poster Info</div><span class="corners-bottom"><span></span></span></div>');
});
your js is not working ?Gassy wrote:tommycoo wrote:can u make it show just under the first post not for the last post ?
- Code:
$(function() {
$('.post:first').before('<div class="post" style="background:#ddd"><span class="corners-top"><span></span></span><div class="postbody">Ad Text Info</div><div class="postprofile">Ad Poster Info</div><span class="corners-bottom"><span></span></span></div>');
});
$(function() {
$('.post:first').after('<div class="post" style="background:#ddd"><span class="corners-top"><span></span></span><div class="postbody">Have fun with Free To Speak Forums!</div><div class="postprofile"><b>Advertising_BOT</b>
<a href="http://tinypic.com?ref=2i72tyh" target="_blank"><img src="http://i39.tinypic.com/2i72tyh.jpg" border="0" alt="Image and video hosting by TinyPic"></a>
<b>Posts:</b>Indefinite</div><span class="corners-bottom"><span></span></span></div>');
});
[FTS] Jack wrote:@gassy
thanks for that.
@tommycoo
It works.
--
I just edited the post profile of the advertising bot.
Here's my code
- Code:
$(function() {
$('.post:first').after('<div class="post" style="background:#ddd"><span class="corners-top"><span></span></span><div class="postbody">Have fun with Free To Speak Forums!</div><div class="postprofile"><b>Advertising_BOT</b>
<a href="http://tinypic.com?ref=2i72tyh" target="_blank"><img src="http://i39.tinypic.com/2i72tyh.jpg" border="0" alt="Image and video hosting by TinyPic"></a>
<b>Posts:</b>Indefinite</div><span class="corners-bottom"><span></span></span></div>');
});
After saving the JS, here is how it appears:
Since the code says it must appear next to the very first post, so it is.
Editing the ('post:first') to ('post:last") will make the advertising feature to appear after the very last post.
[FTS] Jack wrote:@akoe.akbar
That's the bot.
You don't have to make another account for this.
And wait, that advertising bot is for phpBB3.
Try using Gassy's tut posted by Nera on the first page. It works.
@Gassy
It won't work for Invision.
I tried it just now.
But the weird thing is that when I turned my Invision forum to punBB, the Ad bot appeared.
See the image.
[FTS] Jack wrote:@akoe.akbar
Advertising BOT.
You created this thread, right?
Is your query not yet answered?
nera can u teach me .. i don't uderstand how to add a picture or text in there .. in the profileNera. wrote:This will work for phpBB3
https://help.forumotion.com/t97692-advertising-poster-on-phpbb3#631058
- Code:
yes, but its bot , move on their own every new topic
:S Is it the same?
$(function() {
$('.post:last').after('<div class="post clearfix" style="background:#fff;border:1px solid #bbb"><div class="post-container" style="min-height:80px;background:#eee"><div class="postprofile" style="padding:5px"><div>Ad Poster Info</div></div><div class="postbody"><div style="padding:5px 10px">Ad Text Info</div></div></div></div>');
});
$(function() {
$('.post:last').after('<div class="post clearfix" style="background:#fff;border:1px solid #bbb"><div class="post-container" style="min-height:80px;background:#eee"><div class="postprofile" style="padding:5px"><div>Ad Poster Info</div></div><div class="postbody"><div style="padding:5px 10px">Ad Text Info</div></div></div></div>');
});
$(function() {
$('.post:second').after('<div class="post clearfix" style="background:#fff;border:1px solid #bbb"><div class="post-container" style="min-height:80px;background:#eee"><div class="postprofile" style="padding:5px"><div>Ad Poster Info</div></div><div class="postbody"><div style="padding:5px 10px">Ad Text Info</div></div></div></div>');
});