Forum Replies Created
-
Author
-
adamParticipant
thank you – i changed this to
COPY CODEjq('html, body').animate({ scrollTop: 0;
and that seemed to do the trick.
adamParticipantthe only files i see in there are password files:
password-verify.js
password-verify.min.jsadamParticipantI don’t know if this is what you’re looking for but this is code for function.php to create a welcome email with variables of your choosing. It works great with the WP Better Emails plugin for email theming.
http://buddydev.com/buddypress/send-welcome-email-to-users-when-they-activate-their-account-on-wordpress-buddypress-based-social-network/adamParticipantthis is working now. i am not certain, but i believe the problem was caused by creating root profiles in wp-config. when i changed this to false i started seeing the alt attributes.
December 3, 2014 at 23:55 in reply to: How to generate menu items with links to logged in user profile … ? #37561adamParticipantto clarify, i don’t want to use it as a menu item but simply a hyperlink within text on a page.
December 3, 2014 at 23:49 in reply to: How to generate menu items with links to logged in user profile … ? #37557adamParticipantit also just goes to the homepage for me. how do i get the ##profile_link## short code to change dynamically based on the username? the url is still /##profile_link##/profile/change-avatar/#item-nav for me.
adamParticipanthi @adam – you’re an awesome developer/designer. any interest in helping me with my site http://www.couplefriends.com? even if you have just a little time to spare it would be appreciated. i can pay. you can email me at emailadamrose at gmail.com thanks! -adam
adamParticipantHow come I can’t select Birthdate in the Select Age Range Field? It says “There is no date field”. And there is no Birthdate in the Select Numerical field. I can’t get Age to – Age from to appear in search 🙁
adamParticipanthi @boblebad – i’m a little late on this thread, but thought this could be of help to you or anyone else reading this. i had to do something similar. i just wanted my About page to have a certain background color while the other pages do not. I had to find the page id by setting my permalinks temporarily to default and then use this for my code:
.page-id-1348 #main {
background-color: #e0f0fc;
}my About page id as you can see is 1348. You can follow this example to change the background of individual pages.
adamParticipantI’m just confused how the location fields need to be setup on registration in order for the location proximity search to work. Right now, I just have City and State fields and I don’t think that’s enough.
adamParticipantah thank you so much! yes, that shows the settings now and i can see the fields in my member directory page. have you got the radius search working for you? it doesn’t seem to be working right for me, but i think the issue is how i have members entering their address upon registration and i may need to investigate this further. if you can confirm it works as it’s supposed to for you i’d appreciate it.
adamParticipanthi – i’m confused. the geomywp author is saying sweetdate is now integrated with his plugin here:
http://geomywp.com/blog/geo-my-wp-2-4/
and settings here:
http://geomywp.com/blog/geo-my-wp-2-4/sweet-date-settings/but, when I install the latest version of geomywp (with the latest sweetdate version installed) i don’t see these sweetdate specific settings.
is it ready yet?
adamParticipantin wp-admin go to settings->general settings and make sure “anyone can register” is checked.
adamParticipantI believe the code you’re looking for is here (halfway down the page):
https://archived.seventhqueen.com/forums/topic/hide-members-without-avatars
though I haven’t tried it myself.adamParticipantI use this plugin and it works great:
http://buddydev.com/plugins/bp-username-changer/adamParticipantadamParticipantthis option is in the admin panel. go to wp-admin->sweetdate->layout settings and make sure ajax search in menu is turned off.
adamParticipantyou want to activate and make changes within your child theme so that when a new update comes out all you have to do is upgrade the “normal” theme and you won’t lose all of the changes you’ve already made. the child theme changes will override the “normal” theme.
adamParticipant@frien337 very nice! your site is also very fast. can i ask what type of hosting you’re using?
adamParticipantHi @Robert & @Abe – Do you mind if I ask if you’re planning on adding any new features to January’s (or the next) update and what those might be?
I really like @Tenshi’s basic vs advanced search suggestion above, as well @dearik’s email matches and I’m still very much hoping for a geolocation feature (i.e. search members by distance from you). Thanks! 🙂
adamParticipantI believe this thread is what you’re looking for:
https://archived.seventhqueen.com/forums/topic/editing-header-phpadamParticipantIf you’re using Buddypress Xprofile Custom Fields Type use the code on the bottom of this thread on their support page:
http://wordpress.org/support/topic/show-birthdate-in-registration-page-and-age-in-profile-page
adamParticipantit does NOT inform you that you’ve been blocked 🙂 they are just invisible to that member.
adamParticipantI get a fatal error when I try YD Profile Visitor Tracker:
Plugin could not be activated because it triggered a fatal error.
Fatal error: Call-time pass-by-reference has been removed in /home6/couplefr/public_html/wp-content/plugins/yd-profile-visitor-tracker/yd-profile-visitor-tracker.php on line 174adamParticipantyou can also try:
COPY CODE<h2><?php bp_member_profile_data( 'field=Name' )?> <?php bp_member_profile_data( 'field=Surname' ); ?></h2>
For the name as you want it displayed.
adamParticipantI have done something similar. That is the right place. Add this:
<?php bp_member_profile_data( ‘field=Occupation’ )?>This is assuming your field name is Occupation. If not, change that to whatever the field name is.
adamParticipantThis is sort of what you’re looking for:
http://buddydev.com/plugins/recent-visitors-for-buddypress-profile/I use it and it works great.
adamParticipantoh i see. you want to keep the information below the navigational menu, but get rid of the menu itself. sorry, not sure how to do that. i will let seventhqueen respond.
adamParticipantwell if you use the code above it will remove all of the menu items, but you won’t get a 404-error. all of the profile information will remain in the blue section. on your own profile, you’ll still see the navigational menu below the blue section.
-
AuthorPosts