-
modemlooper posted on the forum topic How to make a share link servise for buddypress in the group Creating & Extending: 14 years, 9 months ago
No, like a browser bookmarklet so when you are on say YouTube to click bookmarklet it opens small window to post an update with video in update.
Though that badge plugin should be kept alive
-
modemlooper posted on the forum topic Using the WordPress Login and Register pages instead of BuddyPress in the group How-To and Troubleshooting: 14 years, 9 months ago
Just curious, what is the reason to use WP registration?
-
modemlooper posted on the forum topic How to make a share link servise for buddypress in the group Creating & Extending: 14 years, 9 months ago
I created the buddypress share plugin and this is something on my roadmap for the plugin.
-
modemlooper posted on the forum topic How to put textbox on every page on forums in the group How-To and Troubleshooting: 14 years, 9 months ago
in groups/forum/topic.php
you need to remove this if statement. That statement tells the text box to only show on last page.
if ( bp_get_the_topic_is_last_page()
-
modemlooper posted on the forum topic Next version Activity screen in the group BuddyPress Mobile: 14 years, 9 months ago
About to release version 2. Be warned, the theme is completely different than v1. If you want to do some testing before you upgrade you can do so here http://demo.go-themes.com/
-
modemlooper posted on the forum topic How to implement this? in the group BuddyPress Mobile: 14 years, 9 months ago
No, That is completely different and will be a paid plugin. BP mobile will always be free.
-
modemlooper posted on the forum topic How to implement this? in the group BuddyPress Mobile: 14 years, 9 months ago
I’m releasing it sometime over the weekend. Still a couple things to fix. New version looks different and is more a mobilized version of bp-default, this will allow almost any plugin to fit on a small screen.
-
modemlooper posted on the forum topic Application Pool Limit? in the group How-To and Troubleshooting: 14 years, 9 months ago
bet it’s the chat plugin. Also each plugin could have it’s on CSS and javascript files. Did you try using this?
-
modemlooper posted on the forum topic blogs-loop.php? in the group How-To and Troubleshooting: 14 years, 9 months ago
In bp-blog/bp-blogs-templatetags.php you can find the function bp_blog_latest_post
This function is what out puts the latest blog info on the blogs loop. You could copy this and create a new function and add the code to call the avatar and excerpt.
-
modemlooper posted on the forum topic Detecting if you are on a specific sub nav in the group Creating & Extending: 14 years, 9 months ago
To test, I used it to just echo a string if on the profile of a members page. I’m using it on a member page not members direectory. Taking the user nav and the sub nav and putting it into a sidebar so when you click profile on the user nav the get options nav […]
-
modemlooper posted on the forum topic Detecting if you are on a specific sub nav in the group Creating & Extending: 14 years, 9 months ago
Here’s something else I was trying to create. This would be great for theme devs. Basically wanted to merge the user nav and subnav together. This code works great but I’m not sure how to only show the subnav when on the parent user nav. This code just outputs everything. I got as far as […]
-
modemlooper posted on the forum topic How to implement this? in the group BuddyPress Mobile: 14 years, 9 months ago
I’m adding this to next version http://cubiq.org/add-to-home-screen
-
modemlooper posted on the forum topic Buddypress as an Ad Server in the group Creating & Extending: 14 years, 9 months ago
Seems you want something more like http://www.openx.org/
-
modemlooper posted on the forum topic Detecting if you are on a specific sub nav in the group Creating & Extending: 14 years, 9 months ago
That didn’t work.
-
modemlooper posted on the forum topic BP mobile different home page? in the group BuddyPress Mobile: 14 years, 9 months ago
-
modemlooper started the forum topic Detecting if you are on a specific sub nav in the group Creating & Extending: 14 years, 9 months ago
I know there is this to find components
if ( bp_is_page( BP_MEMBERS_SLUG ) || bp_is_member() )but what is code to detect which profile subnav you are on? May just use jquery to detect clicks 😛
-
modemlooper posted on the forum topic How enlarge my header image! in the group How-To and Troubleshooting: 14 years, 9 months ago
First: DO NOT POST THE SAME QUESTION MORE THAN ONCE IN A FORUM. If it has been at least 24 hours since you posted the topic and no body answered then reply to the first post so your topic bounces to the top. This is basic forum etiquette. ************************************************** If you want to use the […]
-
modemlooper posted on the forum topic Buddypress Template Pack issue in the group How-To and Troubleshooting: 14 years, 10 months ago
If you can deactivate all plugins and then ONLY activate template pack. Try that. The javascript I posted from your theme could be funky with other javascript. Not sure why they have CSS in it instead of having it in the css file.
-
modemlooper posted on the forum topic Buddypress Template Pack issue in the group How-To and Troubleshooting: 14 years, 10 months ago
Did you try to ask the theme developer?
-
modemlooper posted on the forum topic Buddypress Template Pack issue in the group How-To and Troubleshooting: 14 years, 10 months ago
Is this only happening when you activate BP? I’m seeing a lot of plugins calling various .js files.
- Load More
@modemlooper
Active 3 months, 2 weeks ago