I recently upgraded to 1.0.1 from 9.0.5 and my registration broke. What happens is, when trying to register, the page just refreshes and there is no confirmation. A registration email is not sent as well. I thought it might have been a plugin conflict, so I deactivated all my plugins and tried again, but it still did not work. I had to revert back to 9.0.5. Not sure why this is happening, but any help would be great as I would like to use the new version. Any ideas on how to remedy this problem or is this a known bug?
Also, after upgrading, I noticed that when trying to logout from the admin backend, I would get a number of errors. I noticed that I was only able to logout successful on the homepage of my site.
is it possible link, for each registered user, the link to the relative profile on bbpress ?
I run a forum (bbPress 1.01, thanks!) were I’d like to motivate visitors to register.
Could someone please let me know how could I limit the number of posts visible to guests (not logged users) to, say, 5 and end it with “There is more posts here, if you want to see them, please login/register”
I have successfully integrated the two platforms and the setup works well. But I would really want to resolve the following issues :
a) While bbPress is super fast, the forums on BuddyPress site aren’t that responsive. Is it normal and is it due to the XML-RPC mechanism? Any solution?
b) Also the bbPress forums on BuddyPress don’t offer options like “EDIT” or “DELETE” etc. How can I have these options on BuddyPress side?
Any help would be appreciated…
For WordPress:
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); echo '?' . filemtime( get_stylesheet_directory() . '/style.css'); ?>" type="text/css" media="screen, projection" />
For bbPress:
<link rel="stylesheet" href="<?php bb_stylesheet_uri(); echo '?' . filemtime( bb_get_active_theme_directory() . '/style.css'); ?>" type="text/css" media="screen, projection" />
Creates a unique number (based on time) after the filename which is automatically updated if make a change to your stylesheet.
Hey all,
I have noticed since I installed bbpress, the topic-tags are pushed down below the topic-info section when the topic title is long. This is certainly a simple CSS issue, but I am wondering if that is the desired functionality or just a bug.
Example here: http://www.insideredbox.com/community/topic/sms-offer-text-fit-to-414141-for-a-free-redbox-code
Thanks,
Mike
The localization for bbPress front end is available. The admin panel/installation remains in English. It features correct plurals + correct month namings.
Get it @ http://vulvodynia.pl/wp-content/upload/var/tlumaczenie.html
There probably are still some mistakes, so use with care. The user noun “użytkownik” is changed to (female) “użytkowniczka” so it could be used primarly for women forums.
I would like to display the internal “Topic ID” from DB next to the Title/Text.
Which variable doe I have to place in which file next to it?
Greetings Alexander
Hi,
I’m working on a new theme and I want to display a username list for each voice in ‘topic.php’.
HTML example:
<ul>
<li>username voice 1</li>
<li>username voice 2</li>
<li>username voice 3</li>
...
</ul>
Is it possible to achieve without plugin?
hi,
because 1.0 and some of my needed PlugIns are not working together I want to download the latest Version 0.9.
Where can I find this one? Do i have to browse svn for that?
Greetings Alex