Search Results for 'wordpress'
-
AuthorSearch Results
-
April 6, 2013 at 7:06 am #160060
In reply to: Unable to delete user
saukgp
ParticipantHi @chouf1
I am using wordpress 3.5.1 and buddypress 1.6.5 with status theme. I tried deleting users with different theme as well, but failed to do so, I am running multisite and am able to to remove user for wordpress admin panel, but cant do it from frontend buddypress profile.
April 6, 2013 at 12:00 am #160033In reply to: BuddyCamp Miami, 2013
@mercime
ParticipantApril 5, 2013 at 8:46 pm #160010In reply to: Translation Problem file
Fernon
Participant@chouf1 I’m sorry, I totally understand what you mean. Sometimes I’m in such a hurry that I forget to explain everything properly and clear :P.
Anyway the plugin I use is CodeStyling Localization.
Like I said, I also tried to edit the po file of wordpress and buddypress with notepad++ and when I update the old file in the ftp nothing changes unfortunately.
April 5, 2013 at 7:18 pm #160001In reply to: Translation Problem file
danbpfr
Participantagain:
Probably because you don’t the right thing to translate.
You edit with which tool ?Give a name please….

There are several tools and i have no time to loose to search about basic infos YOU can provide.
Anyway i wouldn’t trust online translation plugins. Preferably use poEdit on local and transfer your po/mo by FTPWhen I translate wordpress and the theme by itself it works.This is a bad reason !
In french we say: five minutes before he died, he was alive. If i apply what you say, you will ask: why did he die, he was alive 5 minutes ago ?
Nothing is written in marble, except tombstones 😉
April 5, 2013 at 6:32 pm #159999In reply to: Translation Problem file
Fernon
Participant@chouf1 internationalization plug and I tried to edit it manually. When I translate wordpress and the theme by itself it works, but when I want to translate the dutch buddypress nothing happens.
April 5, 2013 at 3:18 pm #159988In reply to: Sharing files in a group
ggsalas
ParticipantHi, I find this plugin
https://wordpress.org/support/plugin/buddypress-group-folders
But i find something with more support, for professional supportThanks
April 4, 2013 at 8:51 pm #159927gcarlos8377
ParticipantThanks @mercime for the reply
When I first installed buddypress I installed on the main site before I made my site an multisite. Now is activated on the whole network. I will proceed to upgrade and see if it works. But I don’t know if it will because like I said on the first post I did a new installation of wordpress and buddypress on a sub-domain with WP 3.5.1 and BuddyPress 1.6.5 on it and I still receive the same message.
Thanks for the support
April 4, 2013 at 8:40 pm #159925@mercime
ParticipantBuddyPress: 1.6.4 = WordPress: 3.5
You made a backup of your DB before upgrading right?
Please upgrade to WP 3.5.1 and BuddyPress 1.6.5, clear cache, change to BP Default theme and check whether issue is corrected.WordPress multisite: subdirectory
Is BuddyPress activated network-wide or is BP activated only in main site/subdirectory?
April 4, 2013 at 8:10 pm #159918In reply to: BuddyPress / WordPress Advanced Features
@mercime
Participantclosing this topic. go to https://buddypress.org/support/topic/buddypress-wordpress-advanced-features-2/
April 4, 2013 at 7:53 pm #159916In reply to: Url problems and Url links
@mercime
ParticipantApril 4, 2013 at 7:51 pm #159914In reply to: Display latest posts from other database
@mercime
Participanthttps://wordpress.org/extend/plugins/feedwordpress/ for recent posts from another installation
April 4, 2013 at 2:33 pm #159887In reply to: Theme is blank in the installation wizard
cla-enjoy
ParticipantResolved 🙂
@ggofthejungle WordPress 3.3.1 not support the BuddyPress 1.6.4
you need to going here :
https://wordpress.org/extend/plugins/buddypress/developers/
and check the Compatibility at moment I m using buddypress 1.5.5 and is working fineApril 4, 2013 at 2:20 pm #159886In reply to: Theme is blank in the installation wizard
cla-enjoy
Participantme too the same problem !
installed on ubuntu 12.04 , wordpress 3.3.1 and buddypress 1.6.5.in appearance > themes shows all themes correctly included the BuddyPress Default 1.6.5
any help ?
April 4, 2013 at 11:06 am #159870In reply to: 404 profile url for users with accented name
danbpfr
Participantper 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.April 4, 2013 at 7:27 am #159857In reply to: Date format and language
danbpfr
Participantcan 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 time. If you already checked the BP part, and it seems ok according what you say above, i don’t know what happens so far.
This issue could be a mistake from the translator or something else directly handled by WordPress.If you’re using WP 3.5.1, check the languages folder witch must contain the following files:
buddypress.mo
And WP’s default translation files:
es_ES.mo (for WP in spanish)
admin-es_ES.mo (dashboard)
admin-network-es_ES.mo (network dashboard)
continents-cities-es_ES.mo (a list of cities in your language, used for date/time setting in dashboard, not mandatory)If you use bbPress 2.2.x, there should also being a folder /bbPress/ containing bbress-es_ES.mo
In wp-config.php you must have a line saying
define(”WPLANG’, ‘es_ES’);If you use WP MS, you also have to set the network to your language in the Network Settings.
If you use a third party theme, it may contain his own /languages/ or /lang/ folder with a pot file at least. This file must be used to translate the theme.The theme translation mo file should be in this folder.
Some themes are sometimes delivered with .mo files. Unfortunatly, those additionnal mo files are rarely updated. So if the theme has a es_ES.mo or theme-es_ES.mo, you can use the pot file to check or update the theme translation. In fact, in such case, the only file in witch you can trust, is the pot file. It also can be that the pot is not updated too, which means you have to recreate it from start, with a compiler such as poEdit….

This rule is also valuable for plugins.
At this point, i suspect a corrupted WP file. To eliminate this possibility, i would try the following.
Delete the whole wp-includes folder and upload a fresh copy of 3.5.1 via FTP
https://core.trac.wordpress.org/changeset/23897/tags/3.5.1?old_path=%2F&format=zipIf you use a previous version, go here:
https://core.trac.wordpress.org/browser/tagsDon’t use the right click to download something from Trac repo. Always click first on the file or folder name, and use the download button at the bottom of that page.
April 4, 2013 at 4:37 am #159848In reply to: IP and Email Addresses Showing in Dashboard Comments
bp-help
ParticipantLinks to post 5 years old on wordpress.org isn’t really going to help on this matter because most of that info would be outdated. You failed to mention if you reverted to bp-default theme and deactivated all plugins other than buddypress and see if the problem persists. That is what you need to do to see if it is a theme issue or plugin issue.
April 4, 2013 at 4:29 am #159847In reply to: IP and Email Addresses Showing in Dashboard Comments
Alice-Claire
ParticipantHi,
Thanks for the response. From what I’ve been reading, it isn’t uncommon, but I can’t seem to find a way to fix it.
1. WordPress 3.5.1
2. BuddyPress 1.6.4
4. WildCommunityNot sure about custom code, however, it doesn’t seem to be an unknown problem. Just not sure how to fix it.
See this link: https://wordpress.org/support/topic/how-to-prevent-accessibility-to-emails-038-ips-in-wp
That’s the same problem I’m having, but my members are set to Authors. My website address is: http://www.writerscarnival.ca
Again, it’s when an Author logs in, goes to Dashboard and then Comments. Under the user name of the person who left the comment.
Thanks
April 4, 2013 at 4:14 am #159844In reply to: IP and Email Addresses Showing in Dashboard Comments
bp-help
ParticipantThat is not default behavior but in a way it is desirable for an admin in case someone is going off the deep end. Please provide more detailed info on your installation including:
1.) WordPress Version
2.) BuddyPress Version
3.) If you have not done it yet then use the process of elimination. Disable all plugins other than BuddyPress. Revert to using the BuddyPress default theme and report back to whether this behavior persists. I do not like to speculate but I have done hundreds of BP installs and behaviors of this nature is usually due to a bad theme or faulty plugin.
4.) Report the theme your using.
5.) Report any type of custom code you may have added to bp-custom.php or the themes functions.phpApril 4, 2013 at 2:48 am #159838In reply to: Facebook Like Chat Free
bp-help
ParticipantUnless you are a great programmer the best thing I can advise is:
Just be aware this takes a lot of server resources because it is hosted on your server.
If you want something free try:
https://wordpress.org/extend/plugins/envolve-chat/
But also be aware this is limited unless you upgrade and pay. If I remember correctly its 25 simultaneous chats free. It is hosted by them so it doesn’t require server resources as much as the above. Also when they have issues the chat will fail to load in the browser because they host it.April 3, 2013 at 9:54 pm #159825In reply to: BuddyPress / WordPress Advanced Features
xcastaneda
ParticipantSorry, this was posted to the wrong place. I re-posted to BP Jobs Board but don’t know how to delete from here.
April 3, 2013 at 6:56 pm #159807In reply to: BuddyPress registration without username
danbpfr
ParticipantRegistration 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.
April 3, 2013 at 7:29 am #159759In reply to: Call to undefined function bp_core_get_user_email()
danbpfr
ParticipantDon’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 correctly.https://codex.buddypress.org/developer/developer-docs/action-reference/
https://codex.buddypress.org/developer/plugin-development/group-extension-api/
https://codex.wordpress.org/Plugin_API
http://wp.tutsplus.com/tutorials/plugins/fast-buddypress-development/April 3, 2013 at 7:11 am #159755In reply to: Forums – Are You Sure You Want To Do That?
danbpfr
Participantperhaps this can help: http://yoast.com/wordpress-ssl-setup/
April 3, 2013 at 6:41 am #159751In reply to: Allow users to switch CSS styles
danbpfr
Participant@splendidangst,
take some inspiration here: http://www.1stwebdesigner.com/css/quick-wordpress-theme-switcher-plugin/
Many themes allow color switching, mostly Premium like this one: http://demo.themeshift.com/devision/features/4-color-schemes/
IMO it’s an outdated template trend. Actually, user looking first for quality content i guess, not for coloring the visited site.
Remember also that BP 1.7 will soon be out and will allow much more with WP templates as therefore.
April 3, 2013 at 4:12 am #159746In reply to: Allow users to switch CSS styles
bp-help
Participant@splendidangst Not without a lot of custom code. So realistically if you can not do it yourself then you will have to hire a developer:
http://jobs.wordpress.net/
Otherwise you will have to see if anyone is willing to sacrifice that much time to guiding you but I doubt this will happen because it will need a lot of custom coding! -
AuthorSearch Results