msmithwisedu
Forum Replies Created
-
Forum: Plugins
In reply to: [CollabPress] Conflicting with Buddypress Docs!Boone, you are an animal. thanks for doing this (and I’m watching the bptrac. getting very excited)
Forum: Plugins
In reply to: [Basic Google Maps Placemarks] Filter Placemarks Revisitedjesse.t
I assumed you meant in test.js
I did that and have still not managed to get it to work.
Interested in some small contract work? I just want to get this up and runningForum: Plugins
In reply to: [CollabPress] Conflicting with Buddypress Docs!I am having the same problem. Any movement?
http://ww.wp.xz.cn/support/topic/plugin-u-buddypress-forum-editor-not-working?replies=6
This topic covers this. ChemaZ’s fix works. clone wp-includes/css/editor.css and rename editor-button.css (preserve the original)
Forum: Plugins
In reply to: [Basic Google Maps Placemarks] Filter Placemarks Revisitedjesse.t,
I haven’t had a chance to get back to it. we opted to roll the map out as a post-launch feature but as soon as I get through the initial launch of the site I’m diving right back into it. Thanks so much for your help. When I get this working I’ll have to paypal you the cost of a beer in your locality.Forum: Plugins
In reply to: [BuddyPress Groupblog] I don't get a BLOG tab under my groups…you would have to enable buddypress plugin on each blog, or mod frisco to be wordpress only compatible
Forum: Plugins
In reply to: [BuddyPress Groupblog] ENABLED BLOG CREATION with default themenetwork admin> settings> group blog setup lets you define a default theme. By default it is set to your buddypress theme (which is bad because it won’t work).
This plugin works well with Default Blog, which lets you use an existing blog as a template.Forum: Plugins
In reply to: [BuddyPress Groupblog] ENABLED BLOG CREATION with default themenetwork admin> settings> group blog setup lets you define a default theme. By default it is set to your buddypress theme (which is bad because it won’t work).
This plugin works well with Default Blog, which lets you use an existing blog as a template.Forum: Plugins
In reply to: [BuddyPress Groupblog] How to create a group blogjtmlondonsydney,
Do you need to use buddypress for this? If i’m reading you right, it sounds like you just need to have a vanilla wordpress install and then promote all the blog participants to Author role.This plugin requires multisite. you activate it in network>plugins.
Forum: Plugins
In reply to: [BuddyPress Groupblog] I don't get a BLOG tab under my groups…Have you gone to the admin section of the group and created a blog yet?
Forum: Plugins
In reply to: [BuddyPress Groupblog] Group default view to group blog ?jefftavernier,
Yes. in yourr wp-content/plugins folder create a file called bp-custom.php<?php // hacks and mods will go here define( 'BP_GROUPS_DEFAULT_EXTENSION', 'blog' ); ?>Put that line of code in there. The downside is that if you have a group with no blog, you will get a 404 error. My PHP is not very good so if anyone know a way to check for the existence of blog and then default to activity or something if one doesn’t exist, that’d be awesome.
Forum: Plugins
In reply to: [Basic Google Maps Placemarks] Filter Placemarks Revisitedjesse.t
First, sorry about the name gaff.
How do I load test.js? I’ve tried using wp_enqueue_script in the header, template file and in a functionality plugin but I really have no idea if I am doing it right.
Thanks againForum: Plugins
In reply to: [Basic Google Maps Placemarks] Filter Placemarks RevisitedJessie.t
Thanks for the clarification. I really appreciate it.
I have (backed up and) overwritten core.php and functions.php and created mapPage.php in my theme root, and set it as my map page template.Am I supposed to use all of your re-written functions.php (including the CUSTOM JAVASCRIPT) as it is, or am I supposed to do something else with that script?
Also, I can’t find any mention of test.js on this thread.
—
Right now, it looks like I’m getting close, i just can’t ge the category buttons to load
Again, thanks so much for your work and sharing. Sorry to be a bother.
Forum: Plugins
In reply to: [Basic Google Maps Placemarks] Filter Placemarks Revisitedjesse.t, youre custom code does exactly what I am looking to do. Fantastic work. The problem is, I have no idea how to implement it on my site… the functionality is pretty basic: have a menu that will allow users to show/hide markers based on their category. I read this whole thread as carefully as I could but I still have no idea where to begin. Thanks for any help you can provide.