-
modemlooper posted on the forum topic Need to hire BP person for navigation updates in the group Miscellaneous: 14 years, 8 months ago
email me modemlooper@gmail.com
-
modemlooper posted on the forum topic Blackberry 9800 Torch (and others) in the group BuddyPress Mobile: 14 years, 8 months ago
Maybe, I wouldn’t use that as it will show mobile on iPad and on iPad you do not need a mobile site.
If it doesn’t work on a device it’s probably not supported. I’ve added the devices that should work.
-
modemlooper posted a new activity comment 14 years, 8 months ago
Look in the plugins template folder and any file that has a sidebar.php call at bottom will need the left sidebar added.
-
modemlooper posted on the forum topic Blackberry 9800 Torch (and others) in the group BuddyPress Mobile: 14 years, 8 months ago
I have never tested on BB devices. A few use webkit browser engine and those should work.
-
modemlooper posted a new activity comment 14 years, 8 months ago
The issue is plugin developers include theme files and these are based on BP default that does not include a left side bar. Look at page.php you can see the extra left-sidebar.php call. This will need to be added to your plugins theme files
-
modemlooper posted a new activity comment 14 years, 8 months ago
Theme is probably missing the do action in member-header.php. This plugin has been used on many themes. I’d ask the theme dev about it
-
modemlooper posted on the forum topic [Bug Report] Acheivement page breaks the new Canvas BP theme from WooThemes in the group Achievements: 14 years, 8 months ago
Woo prolly hasn’t added support for this plugin. Custom themes don’t always work with plugins.
-
modemlooper posted a new activity comment 14 years, 8 months ago
You’ll have to change the code in template files. BP 1.3 will have native WP menus support at that time the plugin will to.
-
modemlooper posted on the forum topic plugins in the group Creating & Extending: 14 years, 8 months ago
Most WP plugins will work. BuddyPress is just a WP plugin with special template tags and a whole lots-O-whizbang!
If you click extend above you can see that a lot of those plugins are just WP plugins that have been tagged BP as they work.
-
modemlooper posted on the forum topic Obfuscating User's Real Name in the group How-To and Troubleshooting: 14 years, 8 months ago
bp_activity_action() is a piece of work as the code is split up all over in the file.
function bp_activity_user_link() { echo bp_get_activity_user_link(); } function bp_get_activity_user_link() { global $activities_template; if ( empty( $activities_template->activity->user_id ) ) $link = $activities_template->activity->primary_link; else $link =…[Read more] -
modemlooper posted on the forum topic How to I delete Groups started by spammers? in the group How-To and Troubleshooting: 14 years, 8 months ago
-
modemlooper posted on the forum topic Obfuscating User's Real Name in the group How-To and Troubleshooting: 14 years, 8 months ago
If i’m reading you right all you need to do is replace bp_displayed_user_fullname() with bp_displayed_user_username() in the member-header.php file. There’s also the function bp_member_name() that shows on the members directory loop. And then in the activity stream there is code that spits out the who when and where of each activity…[Read more]
-
modemlooper posted a new activity comment 14 years, 8 months ago
Blog comments?
-
modemlooper posted on the forum topic Registration Link As 'Page Not Found' in the group BuddyPress Mobile: 14 years, 8 months ago
Ok, seems you may need to specify a register slug in bp-custom.php or in the mobile theme functions.php file
I haven’t tested as I do not have a copy of Genesis Connect.
-
modemlooper posted an update in the group BuddyPress Share It: 14 years, 8 months ago
If you installed 1.1.3 and blog post share button is off to the right just delete plugin and re install. The CSS was wrong. Fixed it but did not tag a new version.
-
modemlooper posted on the forum topic Any way to limit the number of nested comments in activity stream? in the group How-To and Troubleshooting: 14 years, 8 months ago
Facebook doesn’t nest for this very reason. It’s too much to read when you have a ton of comments. You can also remove it by altering CSS.
-
modemlooper posted a new activity comment 14 years, 8 months ago
Thanks, I had a test site upgraded 1.2.8 and didn’t see any join buttons. Never really noticed they only show if you have more than one admin
-
modemlooper posted on the forum topic Group join and leave buttons missing in 1.2.8 in the group How-To and Troubleshooting: 14 years, 8 months ago
Nevermind, I think they do not show if you are an admin of a group. I guess you can’t leave a group if you are the only admin. I never noticed it before. Have I had my coffee yet? @r-a-y delete this thread O.O
-
modemlooper posted a new activity comment 14 years, 8 months ago
Weird it’s not finding file, I haven’t even changed that path. Update to 1.1.3 should fix it
-
modemlooper posted on the forum topic relationships similar like facebook… parents, siblings etc. in the group How-To and Troubleshooting: 14 years, 8 months ago
That would be serious work. You’d have create a component of your own. No way to do that on top of the default group component.
- Load More
@modemlooper
Active 3 months, 2 weeks ago
hi again.. thanks so much for your reply. i did ask them and they said: “Afraid your going to have to ask what hook the developer is using. I actually see most (if not all) hooks in Network theme. I therefore need to know what hook they think is missing and I can add in. There are a lot of do actions in that file already sort of need to know what…[Read more]