nit3watch
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Social] error.. not activedVersion 2.0 is up and has resolved the problem
Forum: Plugins
In reply to: [BuddyPress Social] Error after activationVersion 2.0 is up and has resolved the problem
Forum: Plugins
In reply to: [BuddyPress Social] Error after activationIm going to rewrite the admin options that are dependant on get_option so eBay the plugin works like buddypress twitter and my other plugins. I world’s still like to know what wad causing the error so if any one gets the error in version 1.3,please try the above and pay back your findings.
Forum: Plugins
In reply to: [BuddyPress Social] Error after activationI cant replicate the error on my local host or on my live server using latest wp and bp, hence I would need some assistance in order to resolve the issue. It has something to do with using an array with wordpress’s get_option but I cant find anything helpfull..
Can you try replacing lines 55 – 66 in loader.php with:
// add custom social button colors to the header add_action( 'wp_head', 'my_custom_css_hook' ); function my_custom_css_hook( ) { $standard_color = get_option('my_components_settings')[buddy_social_color_0]; $hover_color = get_option('my_components_settings')[buddy_social_color_1]; echo '<style type="text/css"> .social-buttons a { color: ' . $standard_color . '; } .social-buttons a:hover { color: ' . $hover_color . '; } </style>'; }
if it gives an error about activity-sharing.php, then I know what the
problem is.If the above still gives a error about loader.php, try replacing lines
55 – 66 in loader.php with:// add custom social button colors to the header add_action( 'wp_head', 'my_custom_css_hook' ); function my_custom_css_hook( ) { $standard_color = get_option('my_components_settings'); $hover_color = get_option('my_components_settings'); echo '<style type="text/css"> .social-buttons a { color: ' . $standard_color[buddy_social_color_0] . '; } .social-buttons a:hover { color: ' . $hover_color[buddy_social_color_1] . '; } </style>'; }
Let me know and thanks again for all your assistance so far.
Forum: Plugins
In reply to: [BuddyPress Social] Error after activationI realized what the issue is. I will amend the issues and upload a new version tomorrow
Forum: Plugins
In reply to: [BuddyPress Social] Error after activationI have uploaded version 1.03 – I think this should correct the problem. Please download the latest version and try again.
Forum: Plugins
In reply to: [BuddyPress Social] Error after activationPlease provide your buddypress and wordpress versions. Also it might be conflicting with another plugin. If you can try and disable all other plugins and see if it gives the error.
I have tested with the later wp and bp and the plugin works.
Forum: Plugins
In reply to: [BuddyPress Social] Error after activationThanks for the feed back – can you please provide your buddypress and wordpress versions. Also it might be conflicting with another plugin. If you can try and disable all other plugins and see if it gives the error.
I have tested with the later wp and bp and the plugin works.
Forum: Everything else WordPress
In reply to: Where to turn too?You may not resell, share, or publish subscription credentials or access.
I am not selling access, I am selling what is rightfully mine as I purchased it and am aloud to distribute it, as per the GPL:
Does the GPL allow me to charge a fee for downloading the program from my site?
Yes. You can charge any fee you wish for distributing a copy of the program. If you distribute binaries by download, you must provide “equivalent access” to download the source—therefore, the fee to download source may not be greater than the fee to download the binary.
Does the GPL allow me to sell copies of the program for money?
Yes, the GPL allows everyone to do this. The right to sell copies is part of the definition of free software. Except in one special situation, there is no limit on what price you can charge. (The one exception is the required written offer to provide source code that must accompany binary-only release.)
And finally they are in violation of the GPL if the reason for canceling my subscription was based on me redistributing their ‘items’:
If I distribute GPL’d software for a fee, am I required to also make it available to the public without a charge?
No. However, if someone pays your fee and gets a copy, the GPL gives them the freedom to release it to the public, with or without a fee. For example, someone could pay your fee, and then put her copy on a web site for the general public.
Does the GPL allow me to distribute copies under a nondisclosure agreement?No. The GPL says that anyone who receives a copy from you has the right to redistribute copies, modified or not. You are not allowed to distribute the work on any more restrictive basis.
If someone asks you to sign an NDA for receiving GPL-covered software copyrighted by the FSF, please inform us immediately by writing to [email protected].
If the violation involves GPL-covered code that has some other copyright holder, please inform that copyright holder, just as you would for any other kind of violation of the GPL.
Also why was my Mutuuj www.ads-software.com account deleted?
@msmalley its woking now and looks amazing, props to you.
Will play around and see if there’s anything I should let you know about.
K, so from after this post.. Ill keep it on bp.org
@msmalley yip fix works. FMI – were are you mainly handling error/bug reporting? As I don’t want to frustrate you, posting on multiple forums..
Still from the admin pannel>gPress Options> renders as https://img811.imageshack.us/img811/9463/gpress.jpg like grosbouff.
Did you find a solution for this as well? cause then I could test further but dont stress, if your focus is on something else, just letting you know.
Edit: getting js errors> https://i49.tinypic.com/r7t015.jpg
Bravenewcode were doing work for automatic but have abandoned the plugin, BuddyPress Geo due to them focusing on mobile apps or something. Though the code might help you out.
What it does: https://buddypress.org/community/groups/buddypress-geo/
BuddyPress Geo allows people on a BuddyPress site to search for other users (or businesses) within a certain distance. It leverages the Google location API to convert ordinary, real-world addresses (i.e., Vancouver BC, Canada) into latitude and longitude. This functionality allows for both location-based member directories or possibly even location-based business directories.
I personally would need this functionality for searching my groups but I know most users want it for searching member locations.
@msmalley Hi 1st off, thanks for all the work you have put into this plug-in. Guys like you are the reason the internet is what it is today.
Im running: bp Version 1.2.5 and wp Version 3.0 on xampp/localhost. Iv’e tried the default theme and my child theme ( thought there might be some error with my custom theme ) and de-activated each plug-in and it’s gpress thats giving the error.
I posted on buddypress.org on you plug-in group page aswell.. with a error im getting when trying to search from groups/forums page ( search anything )
The search results display or you get the “Sorry, no members were found.”
but beneath the results/msg I get the following error:Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at F:\Programmes\xampp\htdocs\wordpress\wp-content\plugins\buddypress\bp-themes\bp-default\members\members-loop.php:3) in F:\Programmes\xampp\htdocs\wordpress\wp-includes\plugin.php on line 395
Also on the admin pannel I get the same screen as grosbouff.
https://img811.imageshack.us/img811/9463/gpress.jpg
ps: * Search by location (within a specific distance) would love to see this on the road map.