Published on August 28th, 2009 by dogdayfear
I have included this piece of code at the top of my index.php file:
<script language=”javascript”>
if(top==self)
this.location=’http://www.somedomein.es/somefolder/page’;
</script>
It checks if bbpress is loaded into an iframe and if not, it redirects to http://www.somedomein.es/somefolder/page and this page load bbpress correctly into an iframe.
It works perfectly but it breaks the style making the some fonts bigger that they should.
If I remove the javascript code everything works normally again.
Any suggestions ?
Thanks in advance.
Published on August 28th, 2009 by
Hi,
I not that good at php so I was wondering if some wouldn’t mind shortening this bit of code:
<?php echo('<img src="/forums/avatars/' . $current_user->user_login . '.jpg" />'); ?>
<?php echo('<img src="/forums/avatars/' . $current_user->user_login . '.png" />'); ?>
<?php echo('<img src="/forums/avatars/' . $current_user->user_login . '.gif" />'); ?>
<?php echo('<img src="/forums/avatars/' . $current_user->user_login . '.jpeg" />'); ?>
Basically it is supposed to go through every file extension allowed by the avatar plugin and display the image with the actual extension, there can be only one.
It is used to display Avatars in WordPress by the way without loading bbPress.
Any help would be great!
Published on August 28th, 2009 by Olaf Lederer
Hi,
Just noticed in version 1.02 that all RSS feeds are showing also posts which marked as spam or delete.
strange enough the file rss.php look the same as in version 0.9.
is there a workaround to hide these posts?
Published on August 28th, 2009 by ZoeG
Hi guys. I’m looking to convert an existing wp-forum install to bbpress. I’ve searched through the forums and haven’t seen anything but am hoping someone has some suggestions on how this might be done. (Or maybe I just missed a search result…) Thank you!
Published on August 28th, 2009 by eclipsenow
I’m just wondering where it is heading? How do all the requests from users get priority? Do we need to vote on directions, or is there a top-down vision from Automattic? How seriously is a “Portal” approach with WP being considered? (Like SMF & TinyPortal, with latest posts showing on the front page of a WP blog, tighter integration, etc)?
is there a blog I should be reading for the future of BBpress? Cheers.
Published on August 27th, 2009 by Bas Schuiling
I noticed there was not really a Dutch translation around, so I put something together. It can be found here: http://basszje.vrijwazig.org/wp-content/dev/bbpress102_nl_latest.zip
If anybody makes improvements I’d like some feedback ( see readme ) so we can keep the best version together!
Published on August 27th, 2009 by Fernando Tellado
I’ve just translated bbPress 1.0.2 to Spanish_Spain (es_ES). It’s available in this direct link, where you can find (in the zip file) the .mo and the .po files.
Acabo de traducir bbPress 1.0.2 al Español de España (es_ES). Está disponible en este enlace directo, donde encontrarás (en el fichero zip) los ficheros .mo y .po.
Published on August 27th, 2009 by ZephyrV2
Hi,
I am not a bbPress forum owner. I am a member user. For a while I was able to post to that forum. I had uploaded my avatar and all was fine. Then about a month ago I noticed that my posts weren’t showing. I could see them when I was logged in. But when I wasn’t logged in, my posts were not displayed. I could tell that no one else was seeing them since a post asking folks to respond did not see any action.
I’ve tested this on multiple computers, on multiple networks and on multiple browsers. I’ve also tested by creating a new account. Same problem every time.
I have also noticed that when I am logged in and try to change my Avatar, I get the bbPress notice saying that I “don’t have permission to upload an avatar for this user”.
I have emailed the owners of the forum to no avail. So I am now turning to you all for help. Any idea on what I can do to be able to post again?
Thanks!
Published on August 27th, 2009 by thekmen
Hi all,
I am trying to integrate BBPress with a few WordPress installs that all share the same user table database.
All is working fine except for adding:
define('COOKIEHASH', md5('my key here'));
in the bb-config.php file, no matter what I add here, the cookiehash is never changed using BBPress 1.0.2, is this a bug have I missed something?
Published on August 26th, 2009 by Ovidiu Purdea
Hello,
When I try to go to my forum registration page, located here: http://slabesti.ro/forum/register.php
I get a message saying Registration is closed for a while… sorry!
Can someone explain me how to enable the user registration?
Ovi