Search Results for 'wordpress'
-
AuthorSearch Results
-
September 3, 2014 at 9:47 pm #189565
danbp
Participantare you speaking about this wordpress add-on ?
You must have at least PrivateContent v2.3 to use it !i would try something different.
Create a page for each student and set it to private, with a password which you give to the student.
With the password they can access to the page. This is a WP native behave.It would not be very difficult after that to include such a page in each profile.
To write your summary or summaries, adapted to each student, or any other text, you could use @imath ‘s wp-manual.
You could also publish courses in PDF and use the buddydrive plugin. Your course will then be listed on your profile, depending your buddydrive visibility settings (public, private, friends, members….).
I think this can be reasonnably be used if you have few students, but if you have more than 50 you have to use a better adapted solution.
September 3, 2014 at 8:59 pm #189562In reply to: [Resolved] Registration form Field Error
danbp
ParticipantI don’t understand why you obstinatly want to write bios on wordpress (inactive when BP is activated) when you can do that with xprofile !
On the register page you have a single line text area field. Why don’t you use a multiline area for doing this ?
field type = Multi-line Text Area.
Entered text will then appear on user’s profile !The function you want to use cannot work, as it contain errors.
Sorry to tell, but I think you have to learn some php and buddypress handling before going to reinvent the wheel or making things you don’t really understand.
Some good reads here, and many others on the forum.
September 3, 2014 at 6:01 pm #189548intristin
ParticipantOk, I just deactivated all plugs again, this time I cleared the server cache, and I restarted them one at a time. When I turned on Facebook Thumb Fixer the txt appeared. So you are correct, it was Facebook Thumb Fixer. I will contact the makers of that and see if I can find a fix. I really like that plug in so I will figure it out.
bd-wall is this plugin : https://wordpress.org/plugins/buddypress-wall/ but it seems to not be related to the problem I was having. Thank you so much for all your help.
September 3, 2014 at 5:17 pm #189546In reply to: [Resolved] Logged-In User Profile Link URL
danbp
ParticipantShortcodes are used by WordPress since version 2.5.
https://codex.wordpress.org/Shortcode
https://codex.wordpress.org/Shortcode_APITo use the above snippet, you copy/paste it into your child-theme functions.php.
And you use the shortcode like this[myprofileurl]within post or comments.Bla bla bla [myprofileurl] bla bla… will print out Bla bla bla My Profile bla bla…
I hope for you that you want to write something else before My profile as bla bla bla π
September 3, 2014 at 5:05 pm #189542In reply to: [Resolved] Set βFromβ name and email
danbp
ParticipantThank you for your reply @bookclubreader.
But the first topic is related to Contact Form 7, and your soluce applies to that plugin ONLY.
Also, the tip you linked to use a core file hack, and this is absolutely not to do.If users who don’t use that plugin go to remove both filters, their emails won’t NEVER be send i guess.
https://codex.wordpress.org/Plugin_API/Filter_Reference/wp_mail_fromFor thoose who want to modify the default sender name (from), typically wordpress@yourdomain to something else, use these snippets and put them into your child-theme functions.php
//notification mail From email field function custom_email_from($mail) { $mail = 'your_email@addre.ss'; // Replace the email address here // return $mail; } add_filter('wp_mail_from','custom_email_from'); //notification mail From name field - optional function custom_email_from_name($name) { $name = get_bloginfo('name');//or any other text return $name; } add_filter('wp_mail_from_name','custom_email_from_name');MOD EDIT: Topic moved into Third Party Plugins section
September 3, 2014 at 3:46 pm #189221In reply to: [Resolved] Set βFromβ name and email
BookClubReader
ParticipantI spoke too soon. I found the answer here – Contact Form 7 – From Name Incorrect
Here’s what solved it for me:
remove_filter('wp_mail_from', 'bp_core_email_from_address_filter' ); remove_filter('wp_mail_from_name', 'bp_core_email_from_name_filter');I added this to my function file. If you have Genesis Extender, it’s easy to do.
September 3, 2014 at 12:16 pm #189030In reply to: [Resolved] Registration form Field Error
danbp
Participant@sam01389
Q. 4:
BuddyPress wordings can easily be changed by using a language file, even if your site is in english.Q.2:
When buddypress is activated with the xprofile component, the wordpress register form is not used, except for username, password and email part.
xprofile let you extend this wp form. And if you need a bio field, you create multiline text field and call it Biography. So simple as that.Q.3
https://wordpress.org/plugins/buddypress-followers/Q.1
no comprendo ! What do you mean exactly ?Latest WP and BP maybe enough for a daily forum usage. But imagine people reading your topic in 6 mounth or in 2 years… Give the version number please. And give also the used theme type/name.
September 2, 2014 at 10:29 pm #189011In reply to: Extended Profile Deletes Base Profile "Display Name"
danbp
Participantthe ticket is fixed and closed since 19 mounth.
If you follow the last IRC discussion around this ticket – 7 mounth ago – you’ll see that the issue cames again, and a new fix was added.Also from IRC, test this setting.
Anyway, if you think the issue is still there, feel free to open a new ticket and give the steps to reproduce. Follow Boone’s instructions
Login to Trac use the same credentials as bp.org forum.
September 2, 2014 at 9:25 pm #189009In reply to: Extended Profile Deletes Base Profile "Display Name"
Sokrates
ParticipantIn fact it sounds like this issue from 3 yrs ago: https://buddypress.trac.wordpress.org/ticket/3725
September 2, 2014 at 7:45 pm #189003danbp
Participantthank you for your reply !
The php GD2 library is necessary on your server to handle images.To all readers:
In case of issues with common image handling and/or image cropping, ensure that your php has GD library enabled.
On hosted servers, it is generally the case, but not on local with WAMP for example.
Making a phpinfo will help you.
Read also here about other server requirements (required or optionnal)
September 2, 2014 at 5:39 pm #188998In reply to: Custom Taxonomy for Groups
danbp
ParticipantIs this something that will be able to happen in the 2.1 version?
No !
If you readed sarah’s post, ou have seen a mention to a post by Andrew Nacin on the Make (published 2013/28/07) where he writes:A disclaimer: This post doesnβt promise anything. Do not rely on the contents of this post for future projects. It will take us some time to lay out the proper groundwork and make sure we get this right. Do not expect this to happen in WordPress 3.7, or even 3.8. (Actually, do not expect this to happen at all.)
Nothing about taxonomies is annonced for WP 4.0, so don’t expect that BP 2.1 will get something around taxo before WP.
You may use BP Group Taxo – as experimental plugin. π
September 2, 2014 at 5:31 pm #188997In reply to: Custom Taxonomy for Groups
shanebp
ModeratorIt might be part of the 2.1 release, but more likely the 2.2 release.
https://buddypress.trac.wordpress.org/ticket/4017#comment:15September 2, 2014 at 3:49 pm #188992In reply to: Extended Profile Deletes Base Profile "Display Name"
Sokrates
ParticipantHi, Just in case it’s of use….
I’m a bit of a BP newb, and I’m using a fresh install of WP 3.9.2 and BP 2.0.1
I’m using a Gravity form as a registration form with the GravityForms User Registration add-on to register BuddyPress users.
As a newb, I have been experimenting a lot with the XProfile fields, and also noticed that at some stage of the proceedings, I had made a change that resulted in the same problem as in the first post – the WordPress last name value was deleted and the firstname field was set to the nicename when the update profile button was pressed.
I had changed the primary field in the XProfile fields from “Name”.
Replacing the primary field as Name, and mapping the “full name” field from the Gravity form to this field in the Gravity User Registration add-on screen seems to solve it for me
September 2, 2014 at 9:23 am #188905In reply to: [Resolved] Username input field missing
danbp
Participantthe missing field belongs to the wordpress part of the register page.
Check your wp / bp settings (allow user to register) and on BP settings check profile syncing with wordpress users.September 2, 2014 at 9:18 am #188904danbp
ParticipantSource code tells also this when only highlighting the link you mention
<link href=”data:image/png;base64 … followed by a very long encrypted code block.
I would suggest to check for such a base64 in all theme files, just in case of you’re victim of a malicious injection or simply use some wrong code in your beta plugin.
Your site is loading slow and with such encoded png’s the culprit is probably the images.
http://ottopress.com/tag/base64/
Embedding Images in HTML with Data URI & Base64 EncodingSeptember 1, 2014 at 10:51 pm #188891In reply to: Dropdown group list on registration page
dolliv
ParticipantI’ve came across this plugin on my search, but that’s only in checkbox form… Any chance of getting that in dropdown form?
September 1, 2014 at 4:46 pm #188877In reply to: [Resolved] Warning message on my activity page
Learner
ParticipantHi !
I recently changed my WordPress Theme to ” Customizer ” and this error message crops up at the bottom of every page thereafter.
Disabling the plugin : Social Login ” of Login Radius makes it go away…
So, either the theme or the [plugin is causing this….
Alll solutions appreciated !
September 1, 2014 at 12:02 am #188854In reply to: BuddyPress register function
August 31, 2014 at 11:25 pm #188846In reply to: BuddyPress register function
danbp
ParticipantAugust 31, 2014 at 10:42 pm #188841In reply to: Buddypress not Working
Bucobill
ParticipantOK. I have the same issue as quite a few users. I went to the themes area and activated Twenty Fourteen. It still doesn’t work. I changed to Anyone Can Register, still doesn’t work. Added an htaccess.txt file with the WP code found on the wordpress site. Overall I spent the better part of the day with issues. I cannot access the register page, it is using blurbble/register even though I set the Permalink to Postname like http://blurbble.com/index.php/sample-post/ . I uninstalled and reinstalled buddypress and still nothing. If any help could be given it would be appreciated.
August 31, 2014 at 11:23 am #188806In reply to: Buddypress not Working
samchozx
ParticipantHi, I tried the basic theme for wordpress and Budypress functioned as it should. Is there any possibility to work on the theme of what I bought Gamingzone?
August 31, 2014 at 8:52 am #188803In reply to: Undisplay some Fields required in Reg.Process
danbp
ParticipantAugust 31, 2014 at 8:35 am #188802danbp
ParticipantHi @yamaryam,
What is recommended ? No clue ! Don’t make mistake ? Don’t forget the milk bottle ? π
The theory
1) install / configure WordPress
2) activate 2014 theme
3) checking every thing is ok
4) activate network
5) checking every thing is ok
6) install / configure BuddyPress
7) checking every thing is ok
8) enjoy your dashboard: one for the main site and one for the network
9) don’t forget the milk bottleHeadache ?
August 31, 2014 at 8:26 am #188801In reply to: create a group – name label
danbp
Participantgolden rule: never change a core file.
If you want to customize things you should use a child theme. And to ad/remove or modify core functions, you should use your child theme’s functions.php or bp-custom.php
In create.php are 18 hooks you can use to add some custom explanation !
In your case, you may hook intodo_action( 'bp_before_group_details_creation_step' );https://codex.wordpress.org/Child_Themes
https://codex.buddypress.org/plugindev/bp-custom-php/August 31, 2014 at 8:06 am #188798In reply to: Installing BP and creating new pages?
danbp
ParticipantIs that correct? YES !
The rest of your topic, even if respectable, is a bit due to your inhabitude of BP i guess. And probably also of some WP usage around pages.
You can create as many pages as you want with WP. The difference between a page and post in WP is tiny, but very important. Both are post, but not with the same type ($post_type->post and $post_type->page). All this is detailled on the WP Codex.BuddyPress is a plugin and use his component pages only for internal puprpose – because WP need them to work with BP… and conversely!
BP is shipped with some widgets, including a member’s widget with 3 filters letting you do exactly what you discribe.
For other custom use of buddypress, you can search for dedicated buddypress plugins on the plugin repo.
-
AuthorSearch Results