Search Results for 'code'
-
Search Results
-
I can see strong arguments for both a wp plugin and a standalone forum.
Also, the reality is that both will exist in the future. The WP team is very passionate about “bbPress as plugin” and at the same time some existing large installations will see to the continuation of standalone version in some format.
So it might be good to frame this decision differently than plugin versus standalone… The real question is: to what extent do we want the plugin and standalone versions of the bbPress code base to evolve independently versus in a coordinated way?
Simplistically, the two options are:
1. coupled roadmap with coordinated releases or periodic rev/fwd integrations
2. independent roadmaps that diverge over time (the current plan of record)
Both options (coupled roadmap and independent roadmap) can work, but it would be better for this decision to be the result of thoughtful discussion.
To kick things off, here are some pros of a coupled roadmap:
– Higher quality for standalone (benefitting from the larger installed base of the plugin)
– Better performance for the plugin (benefitting from the big standalone sites)
– More tight WP integration is likely
And some pros of independent evolution of the plugin and standalone versions
– More flexibility in release roadmap for both versions
– No compromises for either version
Another more subtle effect to consider is the impact on dev resources invested in the code base. For example, I think that there are currently a lot of “silent” but significant resources being invested in standalone bbPress development. It would be great to pull more of that work into the official project, but I fear that opportunity will go away once the move is made to “bbPress as plugin”.
Topic: WordPress Supporting Theme
Hi everybody,
I searched for the themes for my bbforum like this : http://wordpress.org/support/ but I found one theme that it named mimic, i guess. but the style and the color is not the same.
I need it ( this theme : http://wordpress.org/support/ ) for the Persian WordPress Supporting ( fa-wp.com ) …. Please Help Me … Please
(
Hello.
I am using Bavatars 0.4.1 plugin in bbpress 1.0.2.
Now, I am trying to get my avatar (or every user’s avatar for that matter) shown next to every post that I (or they) make.
I have tried using something of the
<?php avatarupload_display(get_post_author_id()); ?>kind in my template’s post.php page, specifically in<div class="threadauthor">section, but I don’t know the exact function that I am supposed to call there. I got the idea from another plugin (Avatar Upload), where it seemed to be working fine.This is the function in Avatar Upload plugin
<?php echo avatarupload_display($user->ID, $force_db); if ($config->use_thumbnail == 1) { echo " " . avatarupload_displaythumb($user->ID, $force_db) . "</p>";}?>defined in avatar.php (from Avatar Upload plugin).Now, if I was to define the exact function in bavatars.php and call it in post.php, I guess it would work, but I cannot find my way round the Bavatars plugin.
Any ideas?
Thank you.
Regards,
Bob
