Matt Edminster
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Buddypress integration – issue deleting jobsKudos for taking this on. I’ve been on the hunt for this integration for years. Curious to know if your integration extends group functionality as well. The non-profit whose site I run posts listings based on countries, each of which has a dedicated bp group. Would sure be sweet to have each country be able to submit and display their listings along with a global listings page. In any case, more power to you!
I’ve deactivated and reactivated all plugins. Looks like the conflict is in the theme. Any suggestions where I might look?
I’ve based my integration off of the theme pack so I imagine its pretty standard (with the addition of a couple of div.s)
With the BP Template Pack files in place on my theme, I copied groups/single/plugin.php over to the same location in your templates folder, creating folders for /groups/single/.
It seemed to work for this other user. But then again, you would have done that in the beginning if it was so easy, right? What am I missing.
The plugin does work fine with BP default theme based themes.
@slaffik I’m running into the same incompatibility issues raised here and elsewhere. Though to be specific, the only portions of your plugin that don’t display are under the main nav tab in a given group. Clicking this link actually breaks and delivers an error about being unable to find plugin.php. All else seems to display just fine (minus a few div wrapper changes).
Another poster (on your site I think) mentioned copying plugin.php over into your templates folder. But I tried that with no success. Any other suggestions for making your template files fit a non-standard theme architecture?
Forum: Plugins
In reply to: [Basic Google Maps Placemarks] Support for various CategoriesWhere is the code located that links the featured image to the pin-icon? I’d like to see if I could rework it. Not only would it make organization more straightforward, it would also free up the featured image for inclusion in the info bubble.
Forum: Plugins
In reply to: [Basic Google Maps Placemarks] Support for various CategoriesLooking for similar functionality … something like the sample map that you have for house churches in Washington state.
I don’t know if this is what @altsolutionspr has in mind but I would imagine using a taxonomy to specify location types. This would allow organization of locations in a list display and separate pin-icons for the map display.
In terms of registration and logging in, there’s really not much substantial difference between bp and wp. The question is really about how to place a link/unlink and/or login button anywhere on a template.
In digging through your code, I found the following.
add_action('profile_personal_options','sfc_login_profile_page')
I replaced the wp profile location with the corresponding bp profile location and did in fact get a button, just not with the functionality I had hoped. My question then is simply, am I using the best function for the job or is there another way?(I did see your shortcode function but couldn’t get that to work just yet.)
Otto, this thread on the buddypress site describes the approach I took to try to allow account linking from a buddypress profile (synced with wp user account):
http://buddypress.org/community/groups/creating-extending/forum/topic/simple-facebook-connect-on-buddypress-profile-settings/#post-74802
It didn’t come out quite right … buttons showed up but didn’t seem to be able to tell if I was connected or not. Is there another route?Forum: Plugins
In reply to: Problem with activation code buddypressSame problem here. Running WP (single site) and BP both at the latests versions. Wasn’t having this problem before the upgrade. I did attempt to switch over to multisite a few days ago and was foiled by a glitch that doesn’t allow multisite activation for sites older than 1 week. Might this attempt be somehow related?
If there is a mirrored thread on buddypress.org, please let me know so I can follow it there.
Forum: Themes and Templates
In reply to: <div> Tags in PostWell, I figured it out. Thanks!
Forum: Themes and Templates
In reply to: <div> Tags in Post… and not show up as regular text?
Forum: Themes and Templates
In reply to: <div> Tags in PostI guess the question is, will these div sections within a post be recognized in the same way code would be, such that my style sheet would take care of the positioning/style?
Forum: Plugins
In reply to: Mambo2WordPress Import WizardI tried streamlining my various databases. Didn’t help.
My error is the same as asleif’s.
Forum: Plugins
In reply to: Mambo2WordPress Import WizardI’m having the same issue as asleif. Any feedback would be very helpful. Is there any chance that this could be a problem with differences between Joomla and WP database, username and password entries?