-
Pisanojm posted on the forum topic Speeding up buddypress in the group How-To and Troubleshooting: 13 years, 7 months ago
Greg, I am using W3TC for object caching (xcache opcode) and browser caching. Along with that I am using MAXCDN as the CDN (was prior using Amazon S3). MAXCDN is set now to cache almost all of my graphics, css, and javascripts -including plugins and child-themes. One of the two sites I was referring to […]
-
Pisanojm posted on the forum topic Speeding up buddypress in the group How-To and Troubleshooting: 13 years, 7 months ago
Just a quantity FYI. My MAXCDN sites are serving about 200-300 megabytes of information per day. I have two highly visited sites that receive about 1000 uniques per day, so this will give you and idea as to how long one terrabyte of of data will last you with the MAXCDN lowest-price plan. At 250 […]
-
Pisanojm posted a new activity comment 13 years, 7 months ago
You can simply add this to the bp-custom.php file that should be (if not create it) in your plugins folder.
Here is the Codex Help file on this:
https://codex.buddypress.org/extending-buddypress/bp-custom-php/cc: @milordk
-
Pisanojm posted on the forum topic User Control in the group BuddyPress Docs: 13 years, 7 months ago
Thanks you for your quick response.
Yes, I am running 1.0
-
Pisanojm posted on the forum topic User Control in the group BuddyPress Docs: 13 years, 8 months ago
Looks like you have the ability to select who/what can do what after doc is created…
Also, I’m having trouble saving any document. It keeps telling me to fill both title and content even though I have…. Could be a plugin conflict maybe, I’ll try to troubleshoot this later…
-
Pisanojm started the forum topic User Control in the group BuddyPress Docs: 13 years, 8 months ago
Boone,
Just installed this… is there a way to limit docs being created to mods and admins of groups?
-
Pisanojm joined the group BuddyPress Docs 13 years, 8 months ago
-
Pisanojm posted a new activity comment 13 years, 8 months ago
[SOLVED]
Thanks to @brajesh (again!), he has solved this for me… please see the code below:
add_filter("jes_bp_get_event_edtsd","custom_jet_date_edtsd");
[Read more]
function custom_jet_date_edtsd($jet_date){
global $events_template;
return… -
Pisanojm posted a new activity comment 13 years, 8 months ago
We have stopped support via via the Buddypress site until the new version is released. The new version is likely to have addressed this specific issue that some folks are having. A new version will be coming out very soon and there will be much better options for those needing support. Stay tuned…
cc: @blackphantom
-
Pisanojm posted a new activity comment 13 years, 8 months ago
The Code has been completely re-written again and over 600 lines have been removed as part of the optimization. Peter is working to finalize the new version. I’ve asked him about time lines, but he stated that there is no definite yet, but soon. The new version, will likely come in two forms a basic version and a premium with support and…[Read more]
-
Pisanojm posted on the forum topic Speeding up buddypress in the group How-To and Troubleshooting: 13 years, 8 months ago
It was a good day when Bowe showed me I could use MAXCDN to cache avatars… It was not working with my older AMAZON S3 CDN solution and I was actively trying to find someone for over 7 months to tell me why! Today, I finally got the xcache php opcode to work on both […]
-
Pisanojm posted on the forum topic Going To Try A Caching Plugin. WP Super Cache or W3 Total cache? in the group How-To and Troubleshooting: 13 years, 8 months ago
Bowe… carrying over this conversation here… It does seem indeed that the issue is because of the older Amazon S3 technology… I’ve switched to MAX CDN mirroring and the problem I’ve bean having for over 7 months with this virtually looks like it has disappeared! I will report back in a few days to a […]
-
Pisanojm posted on the forum topic Going To Try A Caching Plugin. WP Super Cache or W3 Total cache? in the group How-To and Troubleshooting: 13 years, 8 months ago
This is very well done, but there are still issues with what you have described and getting it to work with personal/group avatars… I detailed on your site…
-
Pisanojm posted on the forum topic Going To Try A Caching Plugin. WP Super Cache or W3 Total cache? in the group How-To and Troubleshooting: 13 years, 8 months ago
@bowromir ..very excited to see what you come up with for a cdn for avatars today!
-
Pisanojm posted an update 13 years, 8 months ago
@travel-junkie How about a ONE day April Fools day special… without the “foolin” part? 🙂
I’m sorry I missed the sale, I’ve been watching your plugin for months here and it looks fantastic… we’ve been using the Jet Events plugin, but it is a little too buggy for me in our production site.
The price of your plugin is just out of our…[Read more]
-
To be honest, we weren’t gonna have another sale on until after version 2 has been released, which will probably happen in late May, beginning June. v2.0 will have to be purchased seperatly (existing customers get 50%off) and I think it’d be just wrong having a sale on so short before the new version. Only customers who purchased the plugin a…[Read more]
-
-
Pisanojm posted on the forum topic Going To Try A Caching Plugin. WP Super Cache or W3 Total cache? in the group How-To and Troubleshooting: 13 years, 8 months ago
@bowromir That would be incredible!
-
Pisanojm posted an update 13 years, 8 months ago
-
Pisanojm posted an update in the group Jet Event System for BuddyPress: 13 years, 8 months ago
I’ve tried numerous things, but I cannot get the date to format in US –> dd.mm.yy
Here is a picture of the dates needed to be order changed on th Event List:http://gyazo.com/74be21830ece476b1eafd872a000b428.png
There has to be an easy “fix” for this?
Also, is there a way to change the output order of “The Event will take place” …
Thanks.
-
[SOLVED]
Thanks to @brajesh (again!), he has solved this for me… please see the code below:
`add_filter(“jes_bp_get_event_edtsd”,”custom_jet_date_edtsd”);
function custom_jet_date_edtsd($jet_date){
global $events_template;
return…[Read more] -
@pisanojm I am also stuck with the same annoying problem and can’t find any reference to a solution. Can you please guide me to where i should place this code that you have supplied here. I would appreciate if you could explain in which file and where within the file. (I am not a programmer)
Thanks in advance!-
You can simply add this to the bp-custom.php file that should be (if not create it) in your plugins folder.
Here is the Codex Help file on this:
https://codex.buddypress.org/extending-buddypress/bp-custom-php/cc: @milordk
-
Thanks @pisanojm for the swift reply. Awesome, it worked!
-
-
-
-
Pisanojm posted an update 13 years, 8 months ago
@travel-junkie Hey @travel-junkie Do you think you are ever going to have a “SALE” event on your buddyvents plugin? Just asking… 🙂
-
Pisanojm posted on the forum topic Going To Try A Caching Plugin. WP Super Cache or W3 Total cache? in the group How-To and Troubleshooting: 13 years, 8 months ago
What I really need is a way to CDN the avatars… this would be a huge help, but so far no one has come up with a good way to do it other than @apeatling on the BP-Demo site, but none of us know how he did it yet… 🙂
- Load More
@pisanojm
Not recently active
Thanks @pisanojm for the swift reply. Awesome, it worked!