Search Results for 'wordpress'
-
AuthorSearch Results
-
April 14, 2015 at 4:49 pm #237875
In 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/6226April 12, 2015 at 5:43 pm #237744danbp
ParticipantYou edit the topic and you add it manually to the title.
If you ask for doing this on your site, preferably use this plugin, which is more user friendly
https://wordpress.org/plugins/buddy-bbpress-support-topic/April 12, 2015 at 2:45 pm #237732In reply to: New plugin: BuddyPress Mute
Henry Wright
ModeratorHi @disha76,
I replied to your post over on the BuddyPress Mute support forum:
https://wordpress.org/support/topic/mute-button-toggle-not-working-in-presence-of-bp-cover
@djpaul yep, it’s on GitHub here:
https://github.com/henrywright/buddypress-muteApril 12, 2015 at 1:31 pm #237726Paul Wong-Gibbs
KeymasterHi @minglonaire
This is a general WordPress problem, not specific to BuddyPress. You will get better help if you look at the WordPress.org support forums: for example, https://wordpress.org/support/topic/automatic-plugin-upgrade-not-working-ftp-problems?replies=47
Thanks
April 12, 2015 at 11:19 am #237723In reply to: New plugin: BuddyPress Mute
disha76
ParticipantA superb plugin – millions of thanks.
I have a small problem in my set-up – in presence of BP-Cover activated, the Mute toggle does not work (tested in default twentyfifteen, can pm you a demo link if thats okay)I have also posted here https://wordpress.org/support/topic/bp-cover-deactivates-mute-toggle?replies=1#post-6811281
The other similar functions (or dissimilar) like “Follow” “Block” etc do work in the same settings. Thanks for looking into this.
April 11, 2015 at 9:13 pm #237713Garydock
ParticipantApril 11, 2015 at 8:17 pm #237706In reply to: BuddyPress Update: Now members page not showing
Henry Wright
ModeratorThanks for the report. This will be fixed in the next version. See #6369
-
AuthorSearch Results