Forum Replies Created
-
In reply to: Plugin: Move It
Whitespace would suggest that moveit.php has a space past the last php closing tag. That it and try that.
Trent
In reply to: Custom profile data and avatarIn the other thread, I put up my link, but I will put it here as well:
http://onvertigo.com/downloads/ra_custom_profile_keys.php.zip
Trent
In reply to: Plugin: Allow additional or custom profile fieldsI will try and contact Macwise, but until then, I put my copy on my server up:
http://onvertigo.com/downloads/ra_custom_profile_keys.php.zip
Trent
In reply to: Paid Help, custom permalinks structureAsking for paid support in a support forum is a no-no. I can suggest that you leave your contact information and then I can close the thread and/or drop a line over at the paid support list at:
https://codex.wordpress.org/Mailing_Lists#Professional
I know that is WP list, but there are people that might help there as well.
Trent
In reply to: RSS feed for topicsOnce we get bbpress working for you (other thread of yours), then we can work on this one for you as your site is not available right now.
Trent
In reply to: rewrite-rules.php not workingI have heard horror stories of getting fancy URL’s working with WP on godaddy hosting, let alone bbPRess. Some relevant posts on godaddy and bbPress that might help you along:
https://bbpress.org/forums/topic/858?replies=16#post-5247
https://bbpress.org/forums/topic/531?replies=20#post-3077
Searching google or this forum might also have some other things to try with godaddy and bbPress.
Trent
In reply to: Plugin: YouTube in bbPressHow does that help integrate youtube into bbPress? That is just a site that now allows its members to integrate youtube into their site. I would recommend just using this one.
Trent
In reply to: Usernames with spaces do not workCan’t remember if this plugin fixes that issue or not….maybe try it? Nothing else jumps out at me.
Trent
In reply to: Theme: Misty for bbPressThis is a beauty! Make sure you drop Sadish a line and let him know that you did this (I am sure he will be ok), as he likes to know these things and sometimes has a problem with it!
Trent
In reply to: Plugin: YouTube in bbPressOff the top of my head, change this line:
if (bb_current_user_can('administrate')) :
to something like this:
if (bb_current_user_can('moderate')) :
That should get it working!
Trent
In reply to: post or reply by emailThat makes sense! I guess email would be faster then dial-up at times for sure. I just wasn’t getting it before, but now I am.
Trent
In reply to: What installation order should I follow?It will be fine. From WordPress 2.0.4 to WP 2.2 there were no changes in the wp_users and wp_usermeta tables that would give you an issue using bbPress that I am aware of. I guess the easiest thing to do would be to install bbPress in a directory off WP and see how you make out following all the integration instructions. You can always move folders later by just changing the config.php to have the address that you eventually would like.
Trent
In reply to: Tags not separatingI like the commas because some tags require more than one word and commas allow us to do that. Having spaces as the seperator makes it impossible without having to add a dash or something else to create multiple word tags. I was onboard with the commas to seperate before and still +1 on the issue now.
Trent
In reply to: One profile page to rule them allSince with integation you are having bbPress use the WP users, it would be easiest to write a plugin for either WP or bbPress to use the other’s profile page. It has the same userID, so I think that pulling a WP user page would be the easiest, but it might not be hard to do the opposite and have WP use bbPress’s page. Whichever ‘profile URL’ is the most pluggable I would guess.
Trent
In reply to: WP and BBpress in 2 separate dbs?I actually have done this and those definitions will work, but it sometimes takes some working with your host to get the proper syntax for being able to connect!
Trent
In reply to: WordPress 2.2 is out! Any news about bbPress!Our TRAC development has come to a grinding halt, so I can assume that mdawaffe has been crazy busy on other Automattic projects and we went to the backburner! So10 and Sam might be working on things, but we haven’t had any commits in almost a month…..hopefully soon!
Trent
In reply to: post or reply by emailbbPress was created with simplicity in mind and was able to be extended through plugins. Posting and replying by email will require someone to create a plugin that needs the functionality. If you are at home, you wouldn’t reply or create by email because you would be just as easy to login to your forum. So, it the main issue here about mobile communications? The 2 mobile plugins help users on the road (I use it at least 4 days a week) for posting on the road. Can anyone tell me what the biggest advantage to them would be to post or reply by email because I don’t quite understand what the main reason to do it would be! ?
Trent
In reply to: What is a bozo?It wasn’t supposed to be that way, but to fix the problem with bozo status towards 1.0, it was made that way. It will be back to a checkbox in 1.0 for sure.
Trent
In reply to: akismet says my API key is invalid, why?What exactly do you have for syntax in config.php (replacing your number with 12345678) ?
Trent
In reply to: Blank page after login or registrationNothing off the top of my head. Do you have a URL to test on?
Trent
In reply to: How do you make plug-ins work?In bbPress 0.8 and 0.81 (and below) it is just dropping the plugin file into /my-plugins/. When 1.0 comes out (hopefully soon), the plugins are activated in the admin area, but not right now.
Trent
In reply to: How do you add moderators?To add a user as a moderator, admin or another key-master, log in with your admin account and then go to the user profile that you want to change. Then you just ‘edit’ their profile and one of the options is to change their role. It isn’t done through the admin right now.
Trent
In reply to: Hack: bb replies as wp comments; using bb API?The best bet would be to ask in the bbdevlist as both mdawaffe, matt and other ‘head dudes’ read the list on a regular basis, but visit these forums very seldom….! That is the best way to get some attention to this issue!
Trent
In reply to: RAYD Forums (by Ardentfrost)Excellent stuff Joshua!
Trent
In reply to: single forumIt really isn’t that simple and I don’t think anyone has attempted it yet. It would require your ‘front-page’ template to work much like your forum.php file and off the top of my head, I can’t think what exactly would be the best way to do that. Anyone else have an idea?
Trent