Forum Replies Created
-
Author
-
gideon1210Participant
I managed to find the code <?php bp_members_pagination_links(); ?> under the members-loop if i remove it it takes out the page links on all pages but i doesnt change the layout of the page does anyone no any code i can put here so it doesnt appear on the main page but under search results
gideon1210ParticipantSorry it wasnt the best example but on your demo version if you go on the members search page at the bottom you have (1 2 … 124 →) is there away of taking it off the main search page so you just have the 12 most recent logged on profiles appear and then when you do the search it would appear at the bottom so they can scroll through the local users instead of everyone on the site
gideon1210ParticipantI tried hiding it with the code used to hide the other tabs on the quick nav have you any idea as to what code to use
gideon1210Participantdo you no how to change the name of it from change avatar to something else
gideon1210ParticipantI found this online i think this answers the question
If you offer a free membership which offers the same access to the site as a paid member then you need the regular license.
If you only offer a paid membership where you have to pay to access any of the site the you need the extended license.
My question would be once the license is purchased how long does it last
gideon1210Participantdoes that mean as long as you have a free membership available your ok with the regular licence
gideon1210ParticipantI agree apparently this was meant to be added in jan and feb but you can use mygeo plugin which doesnt work very well but its better than nothing
gideon1210ParticipantHi i changed that but it still sends the email with the same text which i would like to change
Subject: Your membership at —— has been CANCELLED
and i cant find this string anywhere
gideon1210ParticipantIs there anyway of changing it in the file itself or do you have to use a plugin
gideon1210ParticipantHere is a link to you demo site with the search as you can see you have a member who is in the age range yet the text says members no search results
gideon1210Participanton the members directory to navigate when you have more than 9 people on a page
gideon1210Participantyes im putting it in functions.php and for example changing
array(
‘title’ => __(‘Restrict users from sending private messages’,’kleo_framework’),
‘front’ => __(‘Send messages’,’kleo_framework’),
‘name’ => ‘pm’
),but it doesnt change it on the site
gideon1210ParticipantIts the album on the quick nav not on the top menu its the album where you upload and comment on the pics 🙂
gideon1210ParticipantI added it in the functions.php amd i tried it under the quick css but i doesnt seem to do anything the album i want to change is on the quick nav section
gideon1210ParticipantBecause this is a different question i no longer have a plugin active and im using the default messaging system so it blocks people from sending an initial message is there not the correct level but the default system doesnt block them from replying
gideon1210ParticipantIs there anyway of including the link with that code then and how do you change the subject from
$subject = bp_get_email_subject( array( ‘text’ => sprintf( __( ‘New friendship request from %s’, ‘buddypress’ ), $initiator_name ) ) );
$message = sprintf( __(to something custom
gideon1210ParticipantThe code doesnt break the page now but it still goes through to account rather than levels
gideon1210ParticipantHi i tried that code and it doesnt seem to work
gideon1210ParticipantIs there a way of having it so when a user logs in it defaults them to one page but when you view another profile it defaults you to a different page
gideon1210ParticipantI tried changing the code on levels.php but it doesnt seem to work is that where you change this or is it on functions.php
gideon1210Participanti tried it under quick css and header php and it didnt work the code i added was .top-links {#f4e5cb}
gideon1210ParticipantI tried what you suggested and created a header2 and removed the menu code, but when i change it on the front-page.php from get_header();?> to get_header2();?> it doesnt recognize the string
gideon1210ParticipantThanks that works fine how do i redirect it to the users profile if i change
wp_redirect( site_url( ‘members’ ) );
to
wp_redirect( site_url( ‘members/profile’ ) );
it doesnt redirect
gideon1210ParticipantHi adam i used the code on the quick css
when i use.top-bar ul.left {
display: none;
}it removes it completely and if i change
display: none home;
it leaves it on every page is there any solution
-
AuthorPosts