-
shanebp replied to the topic [Resolved] template compat – override profile in the forum How-to & Troubleshooting 11 years, 5 months ago
Client wants Extended Profiles turned off, so the override was profile-wp, not profile-loop
now working thanks to @hnla
pls mark as resolved.
-
OC2PS replied to the topic Plugin request: Associate images with xprofile field options in the forum Creating & Extending 11 years, 5 months ago
@hnla It is a good idea, but only works if it is institutional and tech-enabled. e.g. An area on this website dedicated to that pursuit that enables developers to bid on projects and “crowds” to “promise” money (via some sort of escrow or another, simpler system)…it is important to know both – what the developers need for the project, and what…[Read more]
-
OC2PS replied to the topic Plugin request: Associate images with xprofile field options in the forum Creating & Extending 11 years, 5 months ago
@hnla As you have astutely noted, this is a plugin request, and hence I am hoping someone might release a plugin.
-
Henry replied to the topic Amend Members Directory title in the forum How-to & Troubleshooting 11 years, 5 months ago
@hnla i’m going to start using theme compat post 1.8 as i need the template hierarchy stuff you’ve been working on. Can’t wait for that!
-
Henry replied to the topic [Resolved] Conditional check for activate page in the forum How-to & Troubleshooting 11 years, 5 months ago
@hnla you beat me to it – i was just reading that exact page. Thanks for your help!
-
Henry replied to the topic [Resolved] Conditional check for activate page in the forum How-to & Troubleshooting 11 years, 5 months ago
@sbrajesh thank you! Adding
exit(0);
nailed it!bp_is_current_component( ‘activate’ )
and‘activate’ == bp_is_current_component()
andbp_is_activation_page()
andis_page('activate')
all work by themselves – it was my function that was missing an exit statement that was the problem. Thanks to @sbrajesh it’s all sorted now. -
bp-help replied to the topic don't want registration page to show after login in the forum How-to & Troubleshooting 11 years, 5 months ago
@benjino
Then take @hnla ‘s advice. If you don’t know php then you have 3 choices,
1.) learn some php
2.) hire a developer
3.) just don’t play around with anything above your skill level.Without trying to sound rude or condescending you have had more than enough help for your topic and nobody can spoon feed you how to get it done when you…[Read more]
-
Henry replied to the topic don't want registration page to show after login in the forum How-to & Troubleshooting 11 years, 5 months ago
@hnla actually suggested an easier option i almost overlooked. You could set up 2 menus in WP Admin and display them in your theme according to the logged-in status of the user:
<?php
[Read more]
if ( is_user_logged_in() ) {
wp_nav_menu( array( 'theme_location' => 'user-loggedin-menu' ) );
} else {
wp_nav_menu( array( 'theme_location' =>… -
Henry replied to the topic don't want registration page to show after login in the forum How-to & Troubleshooting 11 years, 5 months ago
@hnla I searched for the thread you mentioned which had the solution already posted. Can be found here:
https://buddypress.org/support/topic/adding-dynamic-profile-link-to-main-menu-item/
-
Henry replied to the topic don't want registration page to show after login in the forum How-to & Troubleshooting 11 years, 5 months ago
@benjino the whole menu is filtered so you can build as much of it or as little of it as desired.
Take the portion of my code that builds the link:
<li><a href="/register" title="Register">Register</a></li>
Changing this to
[Read more]
<li><a href="/link-before" title="Link before">Link before</a></li>
<li>
<a href="/register"… -
Henry replied to the topic don't want registration page to show after login in the forum How-to & Troubleshooting 11 years, 5 months ago
@hnla Yes, spot on. The first function i wrote in a rush, i tired to target a specific menu but when i tried testing the function it didn’t work as expected. Although my second function will work, you’re right it will spit out the register link to all WP menus that are in operation
-
Henry replied to the topic Template hierarchy Codex page in the forum Requests & Feedback 11 years, 5 months ago
-
Paul Wong-Gibbs replied to the topic Template hierarchy Codex page in the forum Requests & Feedback 11 years, 5 months ago
@hnla Is that updated for the “final” version in 1.8? So many changes in that ticket 🙂
-
Henry replied to the topic Dynamic profile fields in the forum How-to & Troubleshooting 11 years, 5 months ago
@hnla i’ve made a start but have to pop out for a while. You can see where i’ve got to so far
-
Henry replied to the topic Dynamic profile fields in the forum How-to & Troubleshooting 11 years, 5 months ago
Loving the second approach! although not as clean as the first approach, it’ll be much easier to do. jQuery show, hide and toggle could all be used to get the desired effect! i’m going to have a crack at it this weekend…
-
bp-help replied to the topic White Screen of Death on BuddyPress.org Activity Submission in the forum Requests & Feedback 11 years, 5 months ago
@themightymo
Your welcome! Maybe @mercime and @hnla could shed some light on this issue? -
bp-help replied to the topic White Screen of Death on BuddyPress.org Activity Submission in the forum Requests & Feedback 11 years, 5 months ago
@themightymo
Just tested it out even though it is not a feature I use here but after I posted an activity update it went to a white screen with what appears to be a redirect loop that will not resolve. @mercime @hnla Do you guys have the same issue? -
Henry replied to the topic Complete list of all BuddyPress pages in the forum How-to & Troubleshooting 11 years, 5 months ago
Thanks @hnla
i’ve been through the directory structure with a toothpick and have come up with a good list. It would be great if you could feed back to the documentation team that a full list published somewhere in the codex would be greatly appreciated :}
-
Henry replied to the topic Change avatar template notice bug – Tester needed in the forum How-to & Troubleshooting 11 years, 5 months ago
-
jwf3773 started the topic In Need of some Guidance … in the forum Requests & Feedback 11 years, 6 months ago
Hi @hnla & @johnjamesjacoby
Firstly, let me apologize for bugging you…I’m sure you’re very busy.I posted the following:
https://buddypress.org/support/topic/refresh-page-after-logging-in-from-sidebar/I’m not certain if I’ve posted my question in the wrong forum or not (How-to & Troubleshooting)? If I have, please just let me know which is…[Read more]
- Load More
@hnla
Active 6 years, 4 months ago