Skip to:
Content
Pages
Categories
Search
Top
Bottom

Unwanted ads in bbPress Themes

  • @gerikg

    Member

    I don’t know if anyone cares but I’ll just put it out there:

    Every Theme you download from bbpressthemes.net (I can guarantee you the original authors didn’t do it) the headed.php has advertising codes….

    <script language="javascript">
    document.write('<style> #a1dd122 { margin: -40000px; position: absolute; text-align:right; } </style>');
    </script><a href="somewebsite" id="a1dd122">blah</a>

    Is this considered okay???

Viewing 11 replies - 1 through 11 (of 11 total)
  • @kevinryman

    Participant

    Nice find. :)

    @kaspr007

    Member

    So I found this in my header.php: http://www.w3.org/2006/03/hcard. Is that just considered a business card?

    @gerikg

    Member

    That’s normal, it’s in the default theme as well.

    <?php
    $_head_profile_attr = '';
    if ( bb_is_profile() ) {
    global $self;
    if ( !$self ) {
    $_head_profile_attr = ' profile="http://www.w3.org/2006/03/hcard"';
    }
    }
    ?>

    @chrishajer

    Participant

    I guess this is part of the problem with not having an official theme repository. WordPress is finally getting the word out that downloading themes from other than the repository can get you a theme loaded with nasty stuff. bbPress may have to do the same thing.

    @ashfame

    Participant

    Nice catch! ;)

    I will clean all of them up. Any ideas about the plugin to show preview of bbpress themes?

    @copperblade

    Participant

    What I really care about are themes with ads that also say you’re not allowed to take them off.

    @ashfame

    Participant

    I have cleaned all those themes. Will host shortly – http://twitpic.com/1j5up2

    @gerikg

    Member

    @copperblade

    The themes are made by PersonA (no ads). PersonB downloads it from PersonA’s website, puts in ads, and then uploads it to their site.

    @ashfame

    Participant

    All themes are here as I promised (I know I am late) – http://bbninja.com/bbpress-themes/

    @gerikg

    Member

    Okay this topic is resolved because it has a solution but not resolve because that site is still up.

    this is the website btw. I thought I put it in the original post: http://www.bbpressthemes.net

    @chrishajer

    Participant

    Rescued gerikg’s post from Akismet

Viewing 11 replies - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.
Skip to toolbar