-
Henry started the topic Call to undefined function bp_is_my_activity() – Codex article in the forum How-to & Troubleshooting 11 years ago
bp_is_my_activity()
Hey guys – @hnla and @modemlooper
The function above seems to be undefined yet it is detailed in the Codex article:
Shall I remove that section from the article? I didn’t want to go ahead and do it in case you have any objections.
-
Asynaptic replied to the topic How to Contribute to BuddyPress if I'm not a programmer? in the forum Requests & Feedback 11 years ago
thanks @ubernaut +1
@modemlooper yes, I understand that but you’re missing the whole point… why has there been no prograss in 2 years? And yes, I do realize that it could be done as a plugin but again, that is missing the point! As it is, imho this mentality of functionality being in plugins vs. core has gone way too far.
-
Asynaptic replied to the topic How to Contribute to BuddyPress if I'm not a programmer? in the forum Requests & Feedback 11 years ago
@modemlooper Thanks, I did know about hiring a coder to build a plugin. But you’ll note that’s not what I asked.
The article lays it on a bit too thick but it does have a point. For example, the ticket on custom post types has languished without any attention after a great initial discussion. And it has been punted several times already.
This is…[Read more]
-
Asynaptic started the topic [Resolved] Q re Invite Anyone and modemlooper's BP codes plugin in the forum Creating & Extending 11 years ago
If I close registration and send an invite via the invite anyone plugin, will the recipient of the invite be able to register a new account?
I want to close a site’s registration and only allow those invited to join. The way that BAQ invitation codes plugin (and its buddypress equivalent: @modemlooper ‘s https://github.com/modemlooper/bp-codes)…[Read more]
-
MikeAlan replied to the topic Creating 'New Group' changes 'http://' to 'HTTPS:// ' in the forum How-to & Troubleshooting 11 years, 1 month ago
@modemlooper & Henry, thanks for your help so far.
Ok . . . . . I have just done a fresh install of WP and BP in a sub domain and not in a separate folder as it was before. So the address is now ‘cyc.manorway.org.uk’ All the HTTPS’s have gone (there were a lot of them looking at the browser source code!).
The next problem: I can now get into the…[Read more] -
Henry replied to the topic Must I set up subnav items when creating a new component? in the forum How-to & Troubleshooting 11 years, 1 month ago
@modemlooper got ya! I see now – perhaps the pagination needs the actions variables to be available. Hiding the subnav (but still keeping it) works.
Thanks for all your help in this thread, appreciate it! ๐
Now i’m off to learn about why this blasted pagination query needs the action variables in order to work…
-
Henry replied to the topic Must I set up subnav items when creating a new component? in the forum How-to & Troubleshooting 11 years, 1 month ago
@modemlooper tried the space, it didn’t work very well for me.
looking through BP core – i noticed every single component has a subnav set – even BP Follow has subnavs set – it’s making me think subnavs (bp_current_actions) are needed as the BP Follow subnavs are highly redundant:
members/username/following/following
members/username/followers/followers -
Henry replied to the topic Must I set up subnav items when creating a new component? in the forum How-to & Troubleshooting 11 years, 1 month ago
bp_current_component
bp_current_action
bp_action_variablesmembers/user/bp_current_component/bp_current_action/bp_action_variables
So
bp_current_component
is the main nav item,bp_current_action
is the subnav item andbp_action_variables
is what comes after that.bp_dump() shows me that when bp_current_action has a value,…[Read more]
-
Henry replied to the topic Must I set up subnav items when creating a new component? in the forum How-to & Troubleshooting 11 years, 1 month ago
@modemlooper ah yes I see! – I suppose if it works, why not ๐
-
Henry replied to the topic Must I set up subnav items when creating a new component? in the forum How-to & Troubleshooting 11 years, 1 month ago
@modemlooper not sure I follow?
-
Henry replied to the topic Must I set up subnav items when creating a new component? in the forum How-to & Troubleshooting 11 years, 1 month ago
@modemlooper – Great stuff, as in doing this?
$nav = array(
'name' => __( 'Component name', 'bp-component-name' ),
'slug' => 'component-name',
'position' => 80,
'screen_function' => 'bp_component_blah'
);This does give the page I need:
example.com/members/username/component-name
Although this leads…[Read more]
-
bp-help replied to the topic Can someone please fix the page for the Buddypress Template Pack Plugin? in the forum Installing BuddyPress 11 years, 1 month ago
@cc-cailin
As @modemlooper stated you should not use that plugin. Please review:
You would build a theme like any standard WordPress theme. -
Henry replied to the topic Adding bp-default's ajax.js and global.js to your theme in the forum How-to & Troubleshooting 11 years, 1 month ago
@modemlooper Thanks, I’ll give that a shot but then I may decide not to edit them altogether as they work well already. I could add my own .js elsewhere
@hnla the site I’m working on was built pre BP 1.7 so uses a child theme of bp-default. I thought that BP assumes add_theme_support for bp-default child themes?
-
bp-help replied to the topic [Resolved] Adding member profile options to the menu. in the forum How-to & Troubleshooting 11 years, 1 month ago
@hkcharlie
Once upon a time @modemlooper had a plugin that would do this but he removed it from the repository. The only downside was it did not give any options to order the nav item. It just added a profile nav item at the end of the other nav items. I have no clue if he has this available anywhere on the net. Sorry! -
Tim replied to the topic How to edit a post in buddypress in the forum How-to & Troubleshooting 11 years, 2 months ago
@modemlooper
“Neither Facebook, Twitter or Google+ allow yo to edit activity/ status updates. Seems like itโs the normal on the interwebs.”Facebook does let you edit now.
Even if they didn’t, is that a good reason to not allow it on buddypress? Facebook do lots of things that don’t follow the “golden rule”.
-
Eric Langley replied to the topic [Resolved] How to create a dynamic link to "my profile" in the forum How-to & Troubleshooting 11 years, 2 months ago
I have the same need but snippet did not work for me. I am running Running BP 1.81.
The link goes to //sample-page/โ<?php
-
bp-help replied to the topic Need Help integrating Facebook into my Buddypress in the forum Third Party Plugins 11 years, 2 months ago
@realista69
This is contains the same basic subject matter as your other post:
https://buddypress.org/support/topic/guidance-with-streaming-data-from-facebook-etc/
@modemlooper has already given you advice there so check it out. -
Squirrel replied to the topic Private Portal with BuddyPress in the forum Creating & Extending 11 years, 2 months ago
Hi
Thanks @modemlooper I managed to figure it out after trying a few things and your conditional helped me deduce it.
if ( bp_is_current_component(‘activity’) && !bp_is_user_activity() ) {
worked for me.
(redirect if on main activity page but not own activity) -
Uncle Nerdicus replied to the topic Allow all characters in a PHP โexplodeโ function in the forum Creating & Extending 11 years, 3 months ago
@modemlooper Thanks for your reply ๐ I believe what you suggested in the first place is possible, I just posted the entire PHP file at http://pastebin.com/WnpZsY1t – It’s the “actions.php” file from the “buddy press-messages-attachment” plugin. The code excerpt I posted was lines 47-50. Where would I embed the code you suggest to make this work out?
-
Hugo Ashmore replied to the topic Verified accounts? in the forum Creating & Extending 11 years, 4 months ago
@modemlooper Clearly given up on the English language as well are no longer for sell
” no longer for sails ” and you probably meant ” after a donut-ation
- Load More
@modemlooper
Active 9 months, 3 weeks ago