-
danbpfr replied to the topic Reduce white space above page title in the forum How-to & Troubleshooting 11 years, 7 months ago
have you correctly setup your child theme ? Which BP version do you use ?
Anyway in your child theme style.css, you must have those commented lines at the top of the file
Theme name & Template name are mandatory/*
Theme Name: BuddyPress Dusk
Theme URI: http://example.org/themes/dusk/
Description: Dark theme for BuddyPress.
Version:…
[Read more] -
danbpfr replied to the topic [Resolved] Profile settings url in the forum Creating & Extending 11 years, 7 months ago
sorry there is a little error in my code !
replace ‘css_id’ => ‘notif’,
by ‘item_css_id’ => ‘notif’,css test to use in child theme styles.css
li#notif-personal-li {
font-weight: bold!important;
} -
danbpfr replied to the topic [Resolved] Sitewide posts not showing in the forum How-to & Troubleshooting 11 years, 7 months ago
secondary blog post activity is not showed on the site wide activity, but on the user profile activity, if i remember well and on the blog directory (date/time – latest post title)
Only the main blog activity is on the SWA.
-
danbpfr replied to the topic Date format and language in the forum How-to & Troubleshooting 11 years, 7 months ago
i didn’t say “except” buddupress-es_ES !
i said
check the languages folder witch must contain the following files:buddypress.mo
And WP’s default translation files:
[file list] -
danbpfr replied to the topic Activity time stamp in the forum How-to & Troubleshooting 11 years, 7 months ago
BP use the time/date settings you made in your WP settings.
If you absolutely need another output only for the profile activity, you have to code something yourself.
See in bp-activity-admin.php how it’s actually done. It’s a core file, don’t modify it.
-
danbpfr replied to the topic 404 profile url for users with accented name in the forum How-to & Troubleshooting 11 years, 7 months ago
per default WP does not allow to use special characters in usernames.
As this is typically a WPissue, it’s better you search on wordpress.org forum
FYI, BP doesn’t manage registering, it only shows a form. -
danbpfr replied to the topic IP and Email Addresses Showing in Dashboard Comments in the forum How-to & Troubleshooting 11 years, 7 months ago
have you the same issue when bp-default theme is activated ?
-
danbpfr replied to the topic Date format and language in the forum How-to & Troubleshooting 11 years, 7 months ago
can you give a site URL please ? Also do you use BP on a multisite or on a single WP ? What PHP version do you use ? And does your host provide gettext with PHP. ?
https://codex.wordpress.org/User:Ipstenu/How_to_create_a_phpinfo%28%29_pageBasically, the %s ago thing is a wordpress function – also used by BP on the activity…[Read more]
-
danbpfr replied to the topic "New topic" near Joing group in the forum How-to & Troubleshooting 11 years, 7 months ago
not sure what you need. This button IS near Join Group !
in bp-default theme, are 2 reference to “New Topic”
/forums/index.p:23 (showing a link under Forum Directory title)
/groups/single/forum.php:19 (showing above topics list)And in bp-default/functions.php: 132 you have the do_action code who shows the button beside the Join…[Read more]
-
danbpfr replied to the topic Hiding / Removing sidebar from registartion page in the forum How-to & Troubleshooting 11 years, 7 months ago
is your child theme activated ?
have refreshed your browser (F5) ?
-
danbpfr replied to the topic BuddyPress registration without username in the forum How-to & Troubleshooting 11 years, 7 months ago
Registration is a wordpress core process witch need a username and an e-mail for security purpose.
BuddyµPress use also usernames (or whatever you name it) and the user e-mail.
-
danbpfr replied to the topic Hiding / Removing sidebar from registartion page in the forum How-to & Troubleshooting 11 years, 7 months ago
no need to modify your css.
in /child-hteme/registration/register.php
simply comment the line:218 (1.6.5) at the end of the file // get_sidebar( ‘buddypress’ );
If needed you can do the same thing in activation.php, in the same folder.
-
danbpfr replied to the topic [Resolved] Cannot add friend, message, edit profile in the forum How-to & Troubleshooting 11 years, 7 months ago
De nada !
-
danbpfr replied to the topic Add file to profile in the forum How-to & Troubleshooting 11 years, 7 months ago
the xprofile component offers all type of html forms fields, except upload box for security reason. This is simply not possible “as is”. The only thing you can do is to copy/paste an URL into a a single line textarea.
Or invite your user to enter their CV into a multiline textarea. And copy/pasting a formated CV in this box will…[Read more]
-
danbpfr replied to the topic create a child theme/change style in the forum How-to & Troubleshooting 11 years, 7 months ago
hi @talitaco,
BP 1.7 introduce a new template era.
So for child theme, you don’t have to add the import comments to styles.cssYou also need to read and read and read, untill you get it, the Codex:
https://codex.buddypress.org/theme-compatibility/add-buddypress-styles-to-a-theme/
https://codex.buddypress.org/developer-and-designer-information/ -
danbpfr replied to the topic Call to undefined function bp_core_get_user_email() in the forum How-to & Troubleshooting 11 years, 7 months ago
Don’t do that ! WP use emails for login process and BP use it for avatar showing and some other core routine.
And if you wanna filter something in BP or WP, learn a bit about doing this…[Read more] -
danbpfr replied to the topic [Resolved] Cannot add friend, message, edit profile in the forum How-to & Troubleshooting 11 years, 7 months ago
you have to test first the default install. WP and BuddyPress with bp-default template.
Don’t forget to activate all BP components and to SAVE after each step.
Read also (again ?) here before: https://codex.buddypress.org/legacy/configuring-components-v1-6/If you have some plugins, you activate them one by one, and test again your…[Read more]
-
danbpfr replied to the topic Forums – Are You Sure You Want To Do That? in the forum Installing BuddyPress 11 years, 7 months ago
perhaps this can help: http://yoast.com/wordpress-ssl-setup/
-
danbpfr replied to the topic Cannot post drug names in the forum How-to & Troubleshooting 11 years, 7 months ago
Probably ! 😉 Malaysian anti drug laws are very strict, so far i know.
http://www.vpnaccounts.com/malaysian-internet-censorship.html
http://en.wikipedia.org/wiki/Censorship_in_Malaysia -
danbpfr replied to the topic [Resolved] Forums don;t show anywhere… in the forum Installing BuddyPress 11 years, 7 months ago
Witch BP version please ?
- Load More
@chouf1
Not recently active