Advertising poster phpBB3 & Invision - Page 2 Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
5 posters

    Advertising poster phpBB3 & Invision

    avatar
    akoe.akbar
    Forumember


    Male Posts : 251
    Reputation : 4
    Language : Bontang

    Solved Advertising poster phpBB3 & Invision

    Post by akoe.akbar November 4th 2011, 9:38 am

    First topic message reminder :

    hello,
    please help me,
    how to make BOT user in forum?
    when i make topics,
    it always in first comment,
    please help me..
    Poser
    Poser
    Helper
    Helper


    Male Posts : 413
    Reputation : 43
    Language : English, Filipino
    Location : @ohmpawatt

    Solved DELETED (Sorry for the double post)

    Post by Poser November 5th 2011, 6:56 am

    ---deleted---


    Last edited by [FTS] Jack on November 5th 2011, 6:59 am; edited 1 time in total
    Poser
    Poser
    Helper
    Helper


    Male Posts : 413
    Reputation : 43
    Language : English, Filipino
    Location : @ohmpawatt

    Solved Re: Advertising poster phpBB3 & Invision

    Post by Poser November 5th 2011, 6:58 am

    @Nera

    Thanks for that, but where should I put the code?

    Code:
    $(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>');
    });
    avatar
    Guest
    Guest


    Solved Re: Advertising poster phpBB3 & Invision

    Post by Guest November 5th 2011, 9:57 am

    Admin Panel => Modules => HTML & JAVASCRIPT => Javascript codes management Add
    tommycoo
    tommycoo
    Forumember


    Male Posts : 615
    Reputation : 9
    Language : Indonesia

    Solved Re: Advertising poster phpBB3 & Invision

    Post by tommycoo November 5th 2011, 10:15 am

    can u make it show just under the first post not for the last post ?
    avatar
    Guest
    Guest


    Solved Re: Advertising poster phpBB3 & Invision

    Post by Guest November 5th 2011, 10:29 am

    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>');
    });
    tommycoo
    tommycoo
    Forumember


    Male Posts : 615
    Reputation : 9
    Language : Indonesia

    Solved Re: Advertising poster phpBB3 & Invision

    Post by tommycoo November 5th 2011, 12:15 pm

    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>');
    });
    your js is not working ?
    tommycoo
    tommycoo
    Forumember


    Male Posts : 615
    Reputation : 9
    Language : Indonesia

    Solved Re: Advertising poster phpBB3 & Invision

    Post by tommycoo November 5th 2011, 10:10 pm

    bump
    tommycoo
    tommycoo
    Forumember


    Male Posts : 615
    Reputation : 9
    Language : Indonesia

    Solved Re: Advertising poster phpBB3 & Invision

    Post by tommycoo November 6th 2011, 3:47 pm

    bumped this please
    Poser
    Poser
    Helper
    Helper


    Male Posts : 413
    Reputation : 43
    Language : English, Filipino
    Location : @ohmpawatt

    Solved Re: Advertising poster phpBB3 & Invision

    Post by Poser November 7th 2011, 5:50 am

    @gassy

    thanks for that.

    @tommycoo

    It works.

    --
    I just edited the post profile of the advertising bot.
    Here's my code Smile

    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:

    Advertising poster phpBB3 & Invision - Page 2 2040pf

    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.



    tommycoo
    tommycoo
    Forumember


    Male Posts : 615
    Reputation : 9
    Language : Indonesia

    Solved Re: Advertising poster phpBB3 & Invision

    Post by tommycoo November 7th 2011, 11:41 am

    why in my js it cannot appears
    avatar
    Guest
    Guest


    Solved Re: Advertising poster phpBB3 & Invision

    Post by Guest November 7th 2011, 12:26 pm

    Do you activate the javascript management?
    Enable Javascript code management : Yes
    tommycoo
    tommycoo
    Forumember


    Male Posts : 615
    Reputation : 9
    Language : Indonesia

    Solved Re: Advertising poster phpBB3 & Invision

    Post by tommycoo November 7th 2011, 12:48 pm

    yes offcourse that active
    avatar
    akoe.akbar
    Forumember


    Male Posts : 251
    Reputation : 4
    Language : Bontang

    Solved Re: Advertising poster phpBB3 & Invision

    Post by akoe.akbar November 7th 2011, 12:50 pm

    [FTS] Jack wrote:@gassy

    thanks for that.

    @tommycoo

    It works.

    --
    I just edited the post profile of the advertising bot.
    Here's my code Smile

    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:

    Advertising poster phpBB3 & Invision - Page 2 2040pf

    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.




    can you tell me , what is this?
    Poser
    Poser
    Helper
    Helper


    Male Posts : 413
    Reputation : 43
    Language : English, Filipino
    Location : @ohmpawatt

    Solved Re: Advertising poster phpBB3 & Invision

    Post by Poser November 8th 2011, 3:37 am

    @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. bwi
    See the image.
    Advertising poster phpBB3 & Invision - Page 2 Ac8ms0
    avatar
    akoe.akbar
    Forumember


    Male Posts : 251
    Reputation : 4
    Language : Bontang

    Solved Re: Advertising poster phpBB3 & Invision

    Post by akoe.akbar November 8th 2011, 4:09 am

    [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. bwi
    See the image.
    Advertising poster phpBB3 & Invision - Page 2 Ac8ms0

    bot of what? and where i can add them?
    Poser
    Poser
    Helper
    Helper


    Male Posts : 413
    Reputation : 43
    Language : English, Filipino
    Location : @ohmpawatt

    Solved Re: Advertising poster phpBB3 & Invision

    Post by Poser November 8th 2011, 4:16 am

    @akoe.akbar

    Advertising BOT.
    You created this thread, right?
    Is your query not yet answered?
    avatar
    akoe.akbar
    Forumember


    Male Posts : 251
    Reputation : 4
    Language : Bontang

    Solved Re: Advertising poster phpBB3 & Invision

    Post by akoe.akbar November 8th 2011, 5:23 am

    [FTS] Jack wrote:@akoe.akbar

    Advertising BOT.
    You created this thread, right?
    Is your query not yet answered?

    where i can add ?
    avatar
    Guest
    Guest


    Solved Re: Advertising poster phpBB3 & Invision

    Post by Guest November 8th 2011, 6:44 am

    Administration Panel => Modules => HTML & JAVASCRIPT => Javascript codes management => Javascript Codes:
    Enable Javascript code management : Yes

    Click 'Create a new javascript' Smile
    avatar
    Guest
    Guest


    Solved Re: Advertising poster phpBB3 & Invision

    Post by Guest November 8th 2011, 8:35 am

    Don't forget to select:

    In topics and Subforums Smile
    tommycoo
    tommycoo
    Forumember


    Male Posts : 615
    Reputation : 9
    Language : Indonesia

    Solved Re: Advertising poster phpBB3 & Invision

    Post by tommycoo November 8th 2011, 11:08 am

    but why this cannot for invision forum ?
    Poser
    Poser
    Helper
    Helper


    Male Posts : 413
    Reputation : 43
    Language : English, Filipino
    Location : @ohmpawatt

    Solved Re: Advertising poster phpBB3 & Invision

    Post by Poser November 8th 2011, 1:50 pm

    @tommycoo

    I don't know.
    Maybe the techies know it.
    Hope they'll reply.
    tommycoo
    tommycoo
    Forumember


    Male Posts : 615
    Reputation : 9
    Language : Indonesia

    Solved Re: Advertising poster phpBB3 & Invision

    Post by tommycoo November 21st 2011, 10:52 pm

    Nera. 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?
    nera can u teach me .. i don't uderstand how to add a picture or text in there .. in the profile
    avatar
    Guest
    Guest


    Solved Re: Advertising poster phpBB3 & Invision

    Post by Guest November 22nd 2011, 2:46 am

    Here's the Invision equivalent to what I wrote for phpBB3:

    Code:
    $(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>');
    });
    Replace "Ad poster info" and "Ad text info" with your ad information.
    tommycoo
    tommycoo
    Forumember


    Male Posts : 615
    Reputation : 9
    Language : Indonesia

    Solved Re: Advertising poster phpBB3 & Invision

    Post by tommycoo November 22nd 2011, 2:57 am

    Invision For Last posting
    Code:
    $(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>');
    });

    Invision For After First Posting :wouhou: i found the code :wouhou:

    Code:
    $(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>');
    });
    avatar
    akoe.akbar
    Forumember


    Male Posts : 251
    Reputation : 4
    Language : Bontang

    Solved Re: Advertising poster phpBB3 & Invision

    Post by akoe.akbar November 22nd 2011, 8:07 am

    please close this topic
    i have found the trick
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: Advertising poster phpBB3 & Invision

    Post by Nera. November 22nd 2011, 8:09 am

    Topic solved