Search Results for 'code'
-
Search Results
-
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!
I integrated wordpress and bbpress; I succeded in displaying wordpress header, footer and sidebar in bbpress, and user logins are integrated which is great
However, each bbpress modification is being a big step for me and I’m finding quite difficult to add things like emoticons beside post-forms, tiny mce in forms, avatars, ranks, quote buttons…
Is there any theme with this kind of stuff already implemented?
Feedback for bbpress developers;
Regarding wordpress-bbpress integration, don’t you think wordpress and bbpress projects are starting to overlap?
I’ve been trying to integrate wordpress and bbpress and now I have;
* two login forms and profiles
* there are some css properties in the style sheet that are defined with same names that in wordpress; h2, h3, .alt …
* Afer adding <?php require_once(‘/wamp/www/wordpress/wp-blog-header.php’); ?> for integration, I load wordpress functions again if accessed the web through wordpress frontpage.
* Some times I’d like to use the same plugins in both; wordpress and bbpress, or any other feature/modification, so I need to duplicate the work. You activate a wordpress plugin and you have to find a similar plugin that could work in bbpress or any workaround.
I wonder if developers are considering a bbpress version as a plugin for wordpress
imho
I’m just fiddling around with the Crystal theme and trying to get it to match my installation of Unsleepable on wordpress.
I also decided to put in avatars.
I’ve made a bit of a mess of it.
http://www.mikeh269.com/forum/topic.php?id=1&page&replies=3
As you can see, all the posts are somewhat pushed up so they are all together. I would appreciate it if I could get some help.
Here’s my post.php
<div class="threadauthor">
<p><strong><?php post_author_link(); ?></strong><br />
<small><?php post_author_title(); ?><br /><?php post_avatar(); ?></small></p>
</div>
<div class="threadpost">
<div class="post"><?php post_text(); ?></div>
<div class="poststuff"><?php printf( __('Posted %s ago'), bb_get_post_time() ); ?> <a href="<?php post_anchor_link(); ?>">#</a> <?php post_ip_link(); ?> <?php post_edit_link(); ?> <?php post_delete_link(); ?></div>
</div>And the relevant parts of style.css
.poststuff{
font:10px Verdana,Arial,Helvetica,sans-serif;
text-transform:uppercase
}
.threadauthor small{font:11px Verdana,Arial,Helvetica,sans-serif}
.post {
margin-left: 100px;
position: absolute;
padding-left; 100px;
padding-up; 50px;
}
.threadauthor {
margin-left: 10px;
overflow: hidden;
position: absolute;
max-height: 215px;
width: 150px;
}Any help would be appreciated.
) que la solución es desactivar y redireccionar.
