Forums

Join
bbPress Support ForumsThemesUnwanted ads in bbPress Themes

Info

Unwanted ads in bbPress Themes

  1. 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???

  2. Nice find. :)

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

  4. 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"';
    	}
    }
    ?>
  5. 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.

  6. Nice catch! ;)

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

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

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

  9. @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.

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

  11. 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

  12. Rescued gerikg's post from Akismet

  13. You must log in to post.