Search Results for 'test'
-
Search Results
-
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.
OK, so I have a WP/bbP integrated blog/forum that also uses bbPress instead of comments. It works really well, with the only problem being that the “Latest Discussion” is almost always just a list of the last 10 blog posts since we don’t get a whole lot of comments. To fix this, I worked up a plugin that grabs the last “X” topics that have 2 or more posts and displays them in a table just like the Latest Discussion table.
You can see exactly what I am talking about here.
And, no, it doesn’t play nice with my bb-Topic-Views plugin. It sucks, I know. Maybe I’ll figure out how to fix this later…
Would anyone else be interested in a plugin like this? If so, I’ll spend the time writing up the documentation, etc. so it can be released as an official plugin. If I don’t hear from anyone, I will probably not waste any more time on it since it is already working as I want it to on my site.
Anyone? Anyone? Bueller?
Hi
I would put in my sidebar the latest discussions of the forum (exactly the same as the one on bbpress homepage).
As I was unable to enable BB functions in WP (and vice versa), I was wondering if there was another way to do that.
If not, could you help me with enabling BB functions in WP?
Thx.
bbx