Forum Replies Created
-
This works for line breaks:
<br />
As for the attributes of
<li>
, it could be done with a little plugin. Could you post the exact code that you want to style the list item? It could also work if you just style all list items for posts in your CSS sheet. That is maybe easier than a plugin to do this.Trent
In reply to: Forum Start DateOrion,
The date is from the first post in the forum. Adjust the timestamp of that in the database under bb_topics and then the post itself that is from the thread in bb_posts. I had to do the same myself.
Trent
In reply to: Template of this forum??I have it so it works just like the forum here now. It just required a fix for the way the search form worked and the way the username and password forms were displayed. The profile links works the same as here. I am not sure what you want the profile to look like to be honest.
http://onvertigo.com/downloads/bbpress-forum.zip
Trent
In reply to: viewing latest posts outside bbpressThere is a wordpress plugin that might work out for you. Hopefully no real major changes for WPMU.
https://bbpress.org/plugins/topic/39?replies=3
Trent
In reply to: invision board?I had a massive phpBB forum and this one worked for me!
https://bbpress.org/forums/topic/402?replies=28
I don’t completely recall an IPB to bbPres importer, but it kinda rings a bell somewhere…..just couldn’t find it for you! Maybe someone else will have the thread (if it exists!)
Trent
Yeah, that is really strange, but yes! Do you have the WordPress integration plugin and the bbPress integration plugin installed? Does clearing your cookies and trying on a different browser work for you?
Trent
I had a look at this on the weekend and created a plugin to do this. It isn’t quite working correctly and I hope to have a look at it again in the next couple of days! I would love it if so10 could just adjust his “private forums” plugin to do this! I haven’t tried adjusting that one, but rather another plugin out there! We’ll see….
Trent
In reply to: Topics with no tags, but there ARE tags…Hmm…..that is worth a TRAC ticket I think……
Trent
In reply to: AvatarsI use this plugin for MyBlogLog avatars, but looking at the code it seems to be already setup for Gravatars as well! Maybe take a look at it!
https://bbpress.org/plugins/topic/36?replies=6
Trent
In reply to: Plugin: Allow additional or custom profile fieldsActually, it may reference things in wp, but it really doesn’t need it. The best description is the abolve Proforum entry, but really what it does is add fields to your profile (and registration) that you can use with your site. I have the extra fields for first name, last name, reason registered, and others on my site using this plugin. You can also put if they are required or not with registration!
Trent
I see you fixed this! I was logged in both places now! Could you confirm that it is working for everyone else on your site Michael?
Trent
I registered over at your forums to test this out. I registered and then logged into bbPress. I then went over to your blog and tried the /wp-admin/ link to find out if I was registered. It gave me the login page where I added my information and then was redirected to:
That URL doesn’t exist. Is there something in your WP install that has the URL of the site as the first URL? That might be causing the problems.
As well, do you have the integration plugin that pulls the registrations from bbPress across to WordPress? That way all users are in the wp_users and not the bb_users table.
Trent
In reply to: Request for hook: post_usermetaI am sure anyone using the post count or avatar plugin would agree GTim!
Trent
In reply to: Registration spam & AkismetThere is a plugin to limit registration on your bbPress and I use the Custom Profile plugin myself for helping in spam registration. I just create a couple of ‘required fields’ followed by a couple ‘non required fields’ and then end with ‘another required field’ for registration. No bot has figured it out yet…..!
Trent
In reply to: Where to translateThe best thing would be to translate your entire bbPress. Check out this post on internationalization. Since it has ‘You must login to Post” on that post you put up, I am assuming you haven’t used a translation file.
Trent
In reply to: User Registration time +8 hours (GMT)?Well yes, you can set it to whatever timezone you want and not that of the server, but why wouldn’t you? I guess if you have the server 10 timezones away from most of your users. Either way, just having one time in the config.php and then the Timezone plugin will help ‘all’ your users around the world! Regardless of their invidicual timezones.
Trent
In reply to: localhost installsThanks for the discussion! I will make sure I point mdawaffe to this thread!
Cheers,
Trent
In reply to: User Registration time +8 hours (GMT)?You have to put the time in your config.php that is that of the server. Then you would need to head over to the tab ‘extend’ in this forum and get the Timezone plugin for users. That way everyone will have the correct time when viewing the forum. It works best to have the timezone of the server in your config.php though.
Trent
Actually, if you put the define(‘COOKIE_DOMAIN’, ‘.mpm.org.au’); in your wp-config.php it should work as well. I think that is the proper syntax, but you can define cookiepath in your WP config as well without having to make core changes. Maybe search for define cookie domain over at the forums at https://wordpress.org/support/
Trent
In reply to: Template of this forum??I can fix it for sure and will get it done before the end of the weekend! Cheers!
Trent
In reply to: Template of this forum??I am sure they both are not the same as this forum! I just copied across the stylesheets and then moved a few things around. If I get a chance I might take a closer look at it this weekend, but I was really getting something of a basic template for others to use, not quite 100% perfection as I did it in about 20 minutes…..
Trent
In reply to: Template of this forum??My stupidity! It should be working now with the same link.
http://onvertigo.com/downloads/bbpress-forum.zip
Trent
In reply to: Template of this forum??Ok….I see the problem….I doesn’t want to import the other stylesheet. I will have to change it to a format much like the binary moon template I did. I will fix it right away here and then post again for you all to try it.
Trent
In reply to: config.phpYou have download your copy of /bb-includes/db-mysqli.php and then put in the parts in GREEN and take out the parts in RED out of this file:
https://trac.bbpress.org/attachment/ticket/627/mysqli-connection-port-build788.patch
Trent