Search Results for 'wordpress'
-
AuthorSearch Results
-
April 15, 2015 at 7:43 am #237903
In reply to: Migrating from one install to another
djsteveb
Participantcopy your database through mysql or whatever (check that box to “add drop table” or whatever it’s called!) – wordpress.org has info about that in the codex
https://codex.wordpress.org/Backing_Up_Your_Databasecopy all your files.
download, upload, import database.. pray.
https://codex.wordpress.org/Moving_WordPress
Check folder permissions… check that your wp-config has new database name and pass..
April 15, 2015 at 2:33 am #237897In reply to: Check if a field is empty
April 14, 2015 at 11:21 pm #237893In reply to: Business Portal
bp-help
Participant@ajanator48
You can try:
https://wordpress.org/plugins/s2member/April 14, 2015 at 8:58 pm #237887In reply to: Hello. BP Activity Stream
nblxhd
ParticipantAdvise, who can make a plugin for BP.
PS Was this plugin – https://wordpress.org/plugins/pet-manager/
But he was already outdated and the developer does not keep its support.
Thank You.
April 14, 2015 at 5:37 pm #237878In reply to: Remove Email requirement
danbp
Participanthi @dani-girl,
intersting question, but thought you’re wrong about Directive 95/46/CE. You have a too strict opinion ! If it would be real, nobody in Europe couldn’t use WordPress and probably also many other CMS’s.
Which is the EU country you are off ?An e-mail is a personnal data and the directive applies. But…
WordPress need it (username, email and password) to work on registering. That is a legitimate and technical reason, which is allowed.
You don’t collect it illegaly, or by roundabout and the user has access to it any time. Emails never appear publicly on WP and are used for internal purpose only.
Opt-in is mandatory since 2002 in Europe. This means you have to prevent/ask the user before he sign in.
If you clearly write and expose publicly (and easy to access) your policy, explain why you ask the mail, that you freely remove any user data on demand for example, you can ask for an email. This is also valuable for cookies. You should inform the user that you use them… Resaling and forwarding emails for commercial purpose is of course forbidden, but only IF your site has no direct reason to do that. (e-commerce is not a direct reason đ )On the other side, as site owner, you can’t use your members email for advertisement or any other mailing action without their agreement. Or you will be considered as spammer. Which is also illegal in EU.
April 14, 2015 at 4:58 pm #237876In reply to: Remove Email requirement
shanebp
ModeratorThe email requirement is a WP requirement.
There are various code snippets and plugins to get around this requirement – whether creating users only thru the Dashboard or through open registration:
https://www.google.com/?gws_rd=ssl#q=wordpress+registration+email+optional
April 14, 2015 at 4:49 pm #237875In reply to: Chat plugin?
cometchat
ParticipantHello,
I am Andrew from the CometChat team.
@mrgiblets, am sorry that you have faced load issues. We have some very large sites like Date.com using CometChat without any issues. So there will be some tweaking required to help resolve your issue. Mostly, we will have to re-write your integration and remove the WordPress bootstrap and the load should reduce instantly. We are also launching a fully hosted version of CometChat, so there will be zero load on your server. Please do not hesitate to email me at help@cometchat.com and we will get this sorted out for you.
@mcpeanut, we do NOT make any anti-piracy checks during the standard functioning of the software. As we provide full PHP source code, you can verify this by any developer. We were making a verification call in our older versions when logging into Administration Panel but never during the standard functioning. We are no longer making a verification call even when logging into Administration Panel. Please feel free to email me at the above email address and I’d be happy to clarify any doubts that you have.Warm Regards,
Andew
CometChat TeamPlease note that we do not actively monitor these forums, so for a speedy response, please email us at the above address.
April 14, 2015 at 1:33 pm #237867In reply to: BuddyPress AJAX Tutorials
danbp
ParticipantThought that such a tutorial doesn’t exist.
Best place to get some in-depth technical information, is to search for AJAX on the Trac.
April 14, 2015 at 1:22 pm #237865In reply to: Set user role on registration so can upload files
danbp
ParticipantBuddyPress doesn’t handle the Media Library.
BuddyPress doesn’t handle registration.It’s a bad practice to allow users to upload something to your site until they’re not fully registered. When a user register, WP considers this new account as pending. As long as the user hasn’t activate his account with the activation key, he can only visit the site.
As you installed BuddyPress, i suggest you use your site Ă la BuddyPress.
If you want your members be able to upload files, use BuddyDrive. Each user can upload files from within his profile page and can share them on different levels (public, private, friends only). And much better as the Media Library default behave, each document belong to his user. BuddyDrive attributes a folder to each user who upload a document.This is much simplier, well integrated and efficient in a members community as strugling with custom code (and potential errors and security issues).
April 14, 2015 at 12:41 pm #237863In reply to: Redirect from the menu to news
GenealogyCoach
ParticipantPlease give more details.The standard WP menus will do that easily with a “Links” menu entry: https://codex.wordpress.org/WordPress_Menu_User_GuideOkay…
April 14, 2015 at 11:03 am #237858In reply to: mentions suggestion js problem
aymanomar85
ParticipantHi @danbp
I used costume theme and wordpress & buddypress in same directory but i still have same problem mention not working can you support me to solve this issues.
or do you think some of this plugin do this issues ????
April 13, 2015 at 9:41 pm #237846In reply to: Warning of Buddypress
jookkoo
ParticipantHello.
Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in ……/wp-includes/functions.php on line 3547
Please help
April 13, 2015 at 8:44 pm #237840danbp
ParticipantAs said previously, it’s a theme conflict with bbPress. If you use a custom group template in a child-theme, try to deactivate it.
A solution to this will be in bbPress 2.6.
Read here please:
https://bbpress.trac.wordpress.org/ticket/2718And deactivate debug mode on your live site, so notices & warning won’t be public.
April 13, 2015 at 8:13 pm #237839Svend Rugaard
ParticipantI have now try a diffrent approach to make a clean install and use debug mode just to make sure also all the themes change i have make the last year wasnt make this error happen it give me these errors on member page with debug on :
Strict Standards: Declaration of BBP_Forums_Group_Extension::display() should be compatible with BP_Group_Extension::display($group_id = NULL) in /home/www/area51.ps3geeks.dk/wp-content/plugins/bbpress/includes/extend/buddypress/groups.php on line 28 Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/www/area51.ps3geeks.dk/wp-includes/functions.php on line 3547 Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 1.7.) in /home/www/area51.ps3geeks.dk/wp-includes/functions.php on line 3547 Warning: Cannot modify header information - headers already sent by (output started at /home/www/area51.ps3geeks.dk/wp-content/plugins/bbpress/includes/extend/buddypress/groups.php:28) in /home/www/area51.ps3geeks.dk/wp-includes/pluggable.php on line 1178Some of them even show as “Solved” on google search but obviosly they aint solved.
April 13, 2015 at 7:31 pm #237838In reply to: [Resolved] Edit Registration page
40cooper
ParticipantThanks for the suggestions. I actually figured out why nothing was changing on my end. As dumb as it sounds, it was the caching plugin on my site. I disabled it and reloaded the page and boom, fixed. Very frustrating, especially since I cleared my wordpress cache and my browser cache multiple times. Who woulda thunk.
Thanks.
April 13, 2015 at 3:01 pm #237828In reply to: Custom Post Type Support for Activity
Anonymous User
InactiveFirst ‘text-domain’ or ‘custom-domain’. When you build a plugin, to make it an “international” plugin so that it can be translated in any language, you choose a text domain. See: https://codex.wordpress.org/I18n_for_WordPress_Developers#Text_Domains
Then Using post type activities. You were actually missing one of the functions i’ve shared in this thread. So here’s a gist that will work for the WP Job Manager plugin, you’ll have to observe, learn some WordPress/BuddyPress developing stuff (such as the Plugin API) by yourself to understand it and be able to apply for any post types.
April 13, 2015 at 2:01 pm #237824In reply to: Delete Account
Supriya Gusain
ParticipantOkay, I will just go through the WordPress Plugin Directory.
Thanks for looking into this.
April 13, 2015 at 1:01 pm #237817In reply to: how to hide a plugin generated buddypress tab
shanebp
ModeratorRe Sorry: no problem, this forum can be buggy.
>why am i using the urbanfix_remove
You mean as a function name? It’s usually better not to use ‘bp_(etc)’ to avoid confusion and more importantly conflicts with BP code or code from other plugins.
http://nacin.com/2010/05/11/in-wordpress-prefix-everything/April 13, 2015 at 12:58 pm #237816Svend Rugaard
ParticipantOkay now i have try to make a complete mirror on my site it gives me this error with dedub on
Strict Standards: Declaration of BBP_Forums_Group_Extension::display() should be compatible with BP_Group_Extension::display($group_id = NULL) in /home/www/area51.playstationforum.dk/wp-content/plugins/bbpress/includes/extend/buddypress/groups.php on line 28 Notice: bbp_setup_current_user er kaldt forkert. The current user is being initialized without using $wp->init(). Se Fejlsøgning i WordPress for at finde flere oplysninger. (Denne meddelelse blev tilføjet i version 2.3). in /home/www/area51.playstationforum.dk/wp-includes/functions.php on line 3547 Notice: bp_setup_current_user er kaldt forkert. The current user is being initialized without using $wp->init(). Se Fejlsøgning i WordPress for at finde flere oplysninger. (Denne meddelelse blev tilføjet i version 1.7). in /home/www/area51.playstationforum.dk/wp-includes/functions.php on line 3547April 13, 2015 at 12:05 pm #237810In reply to: Delete Account
Henry Wright
ModeratorIt would be quite a big project to code this. If you’re not comfortable with PHP, have you tried searching the WordPress Plugin Directory?
April 13, 2015 at 3:48 am #237795In reply to: Warning of Buddypress
dreamdimples
Participantupdated buddypress today. Received the same error as above.
I did the patch (so I thought) but ended up having to reinstall wordpress all over again.
I deleted my database and reinstalled a saved copy. Everything is working now, except the error still appears in the menubar.Wordpress Version 4.1.1
Buddypress Version 2.2.2.1
install WordPress as a directory
Wordpress & Plugins were working fine before the Buddypress Upgrade
Using Customized Theme- powermag
Operating System – linux
errorlog: 13-Apr-2015 03:36:19 UTC] PHP Warning: strstr(): Empty needle in /…./wp-content/plugins/buddypress/bp-core/bp-core-filters.php on line 641April 12, 2015 at 11:43 pm #237786In reply to: Activation Key not working
mecceo
Participant@modemlooper I don’t anything about how to access a database or coding.This is the only site I’m running .I installed WordPress from HostGator
April 12, 2015 at 11:38 pm #237784In reply to: Activation Key not working
modemlooper
Moderatorif you are comfortable access a database and editing php search here on the forums, there was a previous issue where a db column was missing. but that issue was a while ago.
Are you on multisite? also did you use a one click WordPress installer that a web host provides?
April 12, 2015 at 11:33 pm #237781In reply to: Hello. BP Activity Stream
nblxhd
ParticipantKleo Theme.
— WordPress Active Plugins
bbPress: 2.5.6
BP Group Organizer: 1.0.8
BuddyPress: 2.2.1
BuddyPress Activity Shortcode: 1.0.2
BuddyPress Cover Photo: 1.0.5
BuddyPress Edit Activity: 1.0.4
BuddyPress Like: 0.2.0
Buddypress Messages Spam Blocker: 1.1
BuddyPress Toolbar: 1.6.0
CodeStyling Localization: 1.99.30
GD bbPress Attachments: 2.2
iThemes Security: 4.6.12
K Elements: 2.4
NextScripts: Social Networks Auto-Poster: 3.4.16
Paid Memberships Pro: 1.8.2.2
Peter’s Login Redirect: 2.8.2
Revolution Slider: 4.6.5
rtMedia for WordPress, BuddyPress and bbPress: 3.7.35
Social Articles: 1.8
Taxonomy Metadata: 0.4
WangGuard: 1.6.2
WooCommerce: 2.3.7
WordPress Importer: 0.6.1
WordPress SEO: 2.0.1
WPBakery Visual Composer: 4.4.2
WP Super Cache: 1.4.4
YITH WooCommerce Wishlist: 2.0.5PHP Version: 5.2.17
MySQL Version: 50617
Webserver Info: Apache/2.4.9-0-beget (Unix)### End System Info ###
April 12, 2015 at 6:02 pm #237753In reply to: Warning of Buddypress
danbp
Participantseems to be related to this:
https://buddypress.trac.wordpress.org/ticket/6226 -
AuthorSearch Results