Forum Replies Created
-
In reply to: I can’t install bbPress.
It has to be in the root directory of / not /bb-admin/
Trent
From our fearless leader!
/*
Plugin Name: Recent Stickies
Author: Micheal Adams
Description: Adds a class to recent sticky posts
*/
function recent_sticky_class( $class, $topic_id ) {
$topic = get_topic( $topic_id );
if ( !$topic->topic_sticky )
return $class;
if ( get_topic_start_time( 'timestamp' ) < time() - 604800 )
return $class;
$class[] = 'recent-sticky';
return $class;
}
add_filter( 'topic_class', 'recent_sticky_class', 10, 2 );Trent
In reply to: avatarFeel free to tag is with the “modlook” and then another tag “duplicate” or “dupe” or whatever. Modlook brings me in and I read the rest of the tags as well. Even a quick post with “dupe” or whatever will help!
That or email me if it is urgent!
Trent
yeah yeah…..forgot….asking him now!
Trent
In reply to: Strut Your bbPress!That is impressive Micheal! Thanks for sharing!
Trent
In reply to: Images, a pain in my side…For some strange reason the ‘allow images’ plugin will either work with my plugins or not. It crashed the ‘admin post anything’ plugin for me and I had to add it (in the admin-post-anything) plugin to get it to work. Not sure why. I know that doesn’t help, but will narrow down that I am almost 100% positive it is a problem with another plugin. It has happened 2 or 3 times for me…..
Trent
In reply to: top 100 bbPress sitesI think that wordpress.com should also be in there as it is a large site!
http://en.forums.wordpress.com/
Trent
In reply to: avatarShould be better now……I think they were messing with the server yesterday.
Trent
In reply to: Google Analytics for bbPressAny web host can use a slew of stats programs. They are all web based and work well like sitemeter, awestats, webalizer, etc. As well, you just need to add your Google Analytics code off their site to your header.php and your bbPress forum is listed. You don’t need any special software. Just add the script they give you when you signup to your header.php file of your template.
Trent
In reply to: bbpress + wpmu user registration default roleI would imagine that since no one answered the first time, you won’t get much more on a duplicate type thread…..
Trent
In reply to: Can’t get permalinks workingI could never get it to work myself (which 2 hosts have done to me) without just having the following in the .htaccess file:
Options +MultiViews
That doesn’t work for you?
Trent
In reply to: Can’t get permalinks workingDid you follow the instructions to the letter? I know most people don’t have the correct permissions on their .htaccess file in the bbPress folder or don’t just put the 1 single line of code in for problems.
Trent
In reply to: integration to my website (not wordpress)Do either of these plugins give you an idea or work for you?
Trent
It is being done on this forum. I will ask mdawaffe what he did because a new sticky is a different color (than other stickes) for about 10 days.
Trent
In reply to: Coder neededClosing as the user has left an contact address.
Trent
In reply to: Extracting BBpress HelpI would start over. Download a new copy of bbPress and make the changes with a text editor like notepad or download a free copy of something like editpad.
Trent
In reply to: bbSyncjust got to it! thx everyone!
Trent
In reply to: {Request plugin:} auto complete tagsAuto closing formatting is being worked on by mdawaffe now I believe.
Trent
In reply to: forum.wp-persian.comGreat job! Will it have bbPress support as well! I hope so, or this is not the place to post it
Trent
In reply to: plugin idea: “report this post”It might not be what you are working on, but all the major forums that I use have users tag threads as “modlook” to do this very thing and that is what I want users to do on this forum.
Trent
In reply to: Plugin: Avatar UploadSounds great Sam! Wow!
Trent
In reply to: let’s build a poll plugin!I appreciate keeping this discussion civilized everyone! Good discussion on any topic without personal insults and over-reaction is great.
Trent
In reply to: Plugin: Avatar UploadMight be related. Installing with the “Plugin Browser” will not install as the version the in SVN gives a fatal error on install.
Trent
In reply to: front page takes 50 mysql queriesPut it in the devlist and TRAC because Automattic people are at WordCamp this week and off til Monday.
Trent