Forum Replies Created
-
In reply to: bb Mystique Theme v1.0
Well, the gap is deliberate – you can see that in the original Mystique theme too. To remove that, you can put this at the end of the theme’s
style.css
:.shadow-right{ padding-bottom: 0 !important; }
And the icons aren’t actually hidden – when you hover the icons, they should come out – but that’s only possible when you’ve the latest version of jQuery running (that is in bbPress dev aka trunk version, not in 1.0.2 or below). So what you can do is, download the latest jQuery and replace it with the one present on your server (
bb-includes/js/jquery/jquery.js
).In reply to: bb Mystique Theme v1.0Well, the gap is deliberate – you can see that in the original Mystique theme too. To remove that, you can put this at the end of the theme’s
style.css
:.shadow-right{ padding-bottom: 0 !important; }
And the icons aren’t actually hidden – when you hover the icons, they should come out – but that’s only possible when you’ve the latest version of jQuery running (that is in bbPress dev aka trunk version, not in 1.0.2 or below). So what you can do is, download the latest jQuery and replace it with the one present on your server (
bb-includes/js/jquery/jquery.js
).In reply to: author link – force link to bbpress profile?Welcome!
In reply to: author link – force link to bbpress profile?Welcome!
In reply to: author link – force link to bbpress profile?The bbPress development (a.k.a. trunk) version allows you to choose what that link should link to (profile or website). But as you’re using 1.0.2, you can change
<?php post_author_link(); ?>
to:<a href="<?php echo esc_attr( get_user_profile_link( get_post_author_id( $post_id ) ) ); ?>"><?php post_author( get_post_id() ); ?></a>
That should probably work…
In reply to: author link – force link to bbpress profile?The bbPress development (a.k.a. trunk) version allows you to choose what that link should link to (profile or website). But as you’re using 1.0.2, you can change
<?php post_author_link(); ?>
to:<a href="<?php echo esc_attr( get_user_profile_link( get_post_author_id( $post_id ) ) ); ?>"><?php post_author( get_post_id() ); ?></a>
That should probably work…
In reply to: Mobile bbPress (using XML-RPC api)Nice..
In reply to: Mobile bbPress (using XML-RPC api)Nice..
In reply to: Admin area on topic.php – default Kakumei themeAll you need to fix this is to have a
display:inline;
for the select box.In reply to: bbPress 2.0 – UpdatesJust to keep you people updated, this is the progress so far:
- Topic & Post Counts – This works fine, except for displaying post counts in forums, jjj said that he’s working on a patch which would be ready by Sunday.
- Voice Counts – Check #1330, has patch
- Rough Template – Done, except for front-end posting
- Admin area clean-up – This is pretty fine
- User’s Profiles, Posts, Favorites – Todo
If you’re interested in development, then you can checkout a copy of the plugin, test out patches or create tickets for bugs/enhancements etc.
In reply to: Anonymous posting broken in 1.02This feature is going to be built-in in bbPress 1.1, you may want to try it out.
In reply to: Anonymous posting broken in 1.02This feature is going to be built-in in bbPress 1.1, you may want to try it out.
In reply to: bbPress Top 100, October 2010 UpdateGreat stats!
In reply to: bbPress Top 100, October 2010 UpdateGreat stats!
LOL x 2
In reply to: bbPress – Twitter Integration – IdeaTwitter only supports 140 characters so if we even get the functionality to parse the tweet, there wont be much space left for the content that could be entered by the user.
Eg., the tweet could be
@bbpress [new-topic] Topic Title:- Post Content
or@bbpress [topic-1234] Reply Content
. Then we could monitor all the tweets sent to@bbpress
from forums by setting up a cron job and then do the other things..In reply to: WordPress/bbPress Integration Success!Nice one! The theme port is also great.
In reply to: Mystique Theme PortThanks!
In reply to: Mystique Theme PortI have uploaded it to the SVN here – http://code.google.com/p/bb-mystique/source/browse/trunk
The 1.0 beta version can be downloaded from here – http://code.google.com/p/bb-mystique/downloads/detail?name=bb-mystique-1.0-beta.zip
In reply to: bbPress plugin September 15?Kevin, let’s be positive.
Couldn’t you have even posted a blog post here or a forum post here just with a link “hey folks, wanted to make sure you saw this ” ?
If bbPress users don’t use WordPress, then 99.999% they would also not be coming to bbPress blog each day to check for updates. And if they were subscribed to feeds, most of them would also have subscribed to BuddyPress feeds or they would be using WordPress (so they may get to know about it from the dashboard). And even if anyone would have missed, he/she would have got to know about it via other blogs like wpmu (I am talking of the people who like to be up to date with bbPress happenings).
In reply to: Tags Typo in version 1.0: "Tags (comma seperated)"It has been fixed in the development version.
In reply to: bbPress plugin September 15?You may like to see the official announcement by jjj on BuddyPress blog – https://buddypress.org/2010/08/buddypress-and-bbpress-the-future/
Nop, this can’t be done for the time being. Though there have been some talks on plugin adoption process.
I’ll try contacting the plugin author.
In reply to: My part of Contribution to bbPressSorry for that ashfame, I didn’t mean to hurt you.
Documentation is great, I would like it to be page with list of contents at the beginning. And, I think plugin section still needs more work to be done.
Lastly, design needs some improvements and forum’s colour sceheme doesn’t match the whole site.