Search Results for 'code'
-
Search Results
-
When i was using author.php for my wordpress profile i used the following code to show the latest blog posts i had made
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
- ” rel=”bookmark” title=”Permanent Link: <?php the_title(); ?>”>
<?php the_title(); ?>
Posted @ <?php the_time(‘d M Y’); ?><?php endwhile; else: ?>
<?php _e(‘Well well, it looks as if this user has no posts. Nevermind!’); ?>
<?php endif; ?>
This doesn’t work in my bbpress profile, even though i have the 2 integrated. Any ideas of how i could get it to work?
Topic: Plugin: bbPortal 1.2
bbPortal 1.2 is ready to download. You can download it here: http://www.bbportal.org/bb-downloads/bbportal1.2.zip
Changelog:
– Made bbPortal compatible with bbPress 8.0 +
– Rewritten most part of the code and fixed some small bugs
– Now using the bb_get_option API instead of creating a new database table
– Moved the plugin options in the admin area from “Content” to “Portal Management” in the main admin menubar
– bbPortal now uses the bbMenu plugin for its menu’s. This plugin is added into the .zip file
– Fixed the form processing bug (thanks to Sam Bauers)
Still to do:
– Fix the hyperlink bug
– Better CSS for the left and rightbars
– Widgets
– Being able to create new pages
– Being able to create new link tabs
_Null
Hello,
Sorry if this has been resolved already, but I haven’t found the answer

Is there a directory, viewer, site, post, whatever that lists bbPress themes available round there (similar to WordPress themes viewers-showcases)? I’ve only found like 4 bbPress themes that really work with my current installation (0.8.1) after searching virtually everywhere.
Of course, I can always try and make my own template, but if anyone else is developing and releasing themes, I would like to know and they deserve to be promoted.
Thanks in advance.
- ” rel=”bookmark” title=”Permanent Link: <?php the_title(); ?>”>

etc, they don’t appear in the post.
