Search Results for 'test'
-
Search Results
-
This seems to happen any time I choose a localization file
I get a series of fatal errors saying ‘Cannot redeclare class CachedFileReader’ in bb/inlcudes/streams.php.
I’ve searched the forums, and it hasn’t yielded any solutions, is anyone experiencing the same issue?
I am running the latest bbPress 0.8.2, with WordPress config included.
Topic: Language Files
First off, I have to say, bbPress rules! loved it right from install.
And because I love it so much, I decided to mod it into a clean gallery, still needs much testing, but I have one problem.
Doing masses of search/replaces on words such as ‘forums’, ‘posts’, etc. is time consuming. I read through some documentation to find out that you can use an .MO dictionary file, to display alternate words that are called with the _() function!
So I want to ask, how do I go about generating an MO file and using it within bbPress!
Any help will be much appreciated.
Topic: latest discussions paged
Hi!
Can you display the front page latest discussions paged? You show 10 latest discussions and then below links to page 1,2…last
I think I have read something like this in any other thread but I can’t find it using the searcher.
Hi, bbPress appears to run well on the popular http://sourceforge.net/, with the notable and problematic exception of emailing users passwords, both on registration and for password resets.
A thread from last year posted a workaround for new users, bypass email and show users their generated password in the browser. http://bbpress.org/forums/topic/82?replies=14#post-349
However the patch no longer applies, or at least I couldn’t see how and where to apply it. There seems to have been quite a bit of code change in the last 7 months, and the fellow who posted that patch seems to have chosen a different route as the forums are no longer there on his site.
Even if this patch could be updated to apply to the current bbPress code base however it would not deal (I think) with the also much needed function of resetting passwords.
Sourceforge has posted a workaround for projects who need to use email registration, basically queue the messages up and fire them off in a cron job. http://sourceforge.net/docman/display_doc.php?docid=4297&group_id=1#email
I personally would be happy to see that implemented in bbPress, as a plugin since it’s SF specific, however I’ve seen a number of other threads which indicate a more generic solution would be useful:
- http://bbpress.org/forums/topic/807?replies=6#post-4906
- http://bbpress.org/forums/topic/1213?replies=2
- http://bbpress.org/forums/topic/1089?replies=2#post-6870
Will someone please help? I can’t write the code to make it so, but am willing to trade time with someone who can. Or perhaps you’d like a nice map or poster from the Yukon? Just let me know what you’d like.
Thank you for your time and reading this far,
-matt
—
For what it’s worth, the scenario that got me started on this was being locked out of my own forum while testing, exactly like this fellow:
http://bbpress.org/forums/topic/770?replies=3#post-4650
thank you Trent for the workaround posted there!
My bbpress is having trouble displaying stylesheets correctly. I am using the default style that bbpress comes with. I have it installed locally on a test environment.
The admin section looks exactly how it should, but the forum itself does not. I have noticed that the path to the stylesheet is incorrect.
<link rel=”stylesheet” href=”http://localhostbbpress/bb-templates/kakumei/style.css” type=”text/css” />
notice how after localhost the “” is the wrong way.
Not sure if anyone can tell me how to fix it.
in the admin page, the stylesheet path is correct
<link rel=”stylesheet” href=”http://localhost/bbpress/bb-admin/style.css” type=”text/css” />
my config.php looks like this
// If your bbPress URL is http://bbpress.example.com/forums/ , the examples would be correct.
// Adjust the domain and path to suit your actual URL.
// Just the domain name; no directories or path. There should be no trailing slash here.
$bb->domain = ‘http://localhost’; // Example: ‘http://bbpress.example.com’
// There should be both a leading and trailing slash here. ‘/’ is fine if the site is in root.
$bb->path = ‘/bbpress/’; // Example: ‘/forums/’
Hi;
The “Add new” link that is just below “Latest Discussions” title in bbpress frontpage messes my bbpress theme.
Latest Discussions
Topic — Add New »
Whenever you click that “add new” you are taken to a new page with this link; …/bbpress/?new=1 and I can see the header and footer ok but sidebar and post-form are messed.
Which template files are used to create the ?new=1 page? I can’t locate my mistake.