-
LPH2005 started the forum topic CDN with W3-Total-Cache & CloudFront in the group Creating & Extending: 14 years, 4 months ago
Has anyone been able to get CDN with CloudFront and W3-Total Cache (dev version) working? Error: Unable to list buckets (check your credentials). Changed credentials several times, just in case. Even tried with a CNAME, just in case. So – if you’ve managed to get this to work then please let me in on the […]
-
LPH2005 posted a new activity comment 14 years, 4 months ago
Same – tried all types of configurations. Error: Unable to list buckets (check your credentials).
-
LPH2005 posted on the forum topic Moodle in the group Creating & Extending: 14 years, 4 months ago
@Jalien – no problem. I’m a complete novice – even after 15 + years I make huge mistakes and have to squint at the screen for long hours to figure out why something isn’t working 😉
-
LPH2005 posted on the forum topic Line 186 bp-activity-classes.php – SELECT * in the group Miscellaneous: 14 years, 4 months ago
Figures I’d use the wrong word “tables” versus “fields” … I knew what I meant .. but am clearly a novice 🙂 OK. I was reading that SELECT * is taxing on the server and it’s better to specify the “fields” .. so in that statement … are all the fields required? Thanks Jeff for […]
-
LPH2005 started the forum topic JS not linked to external files in the group How-To and Troubleshooting: 14 years, 4 months ago
After trying to combine js files by checking the source code of a loaded page, I noticed that several scripts are not linked < script type=”text/javascript”>var ajaxurl=”http://www.thechembook.com/wp-load.php”; .bp-like.activity_liked .activity-meta, .bp-like.activity_liked a.view, .users-who-like, .mini a.view-likes, .mini…[Read more]
-
LPH2005 started the forum topic Line 186 bp-activity-classes.php – SELECT * in the group Miscellaneous: 14 years, 4 months ago
From Line 186 of the bp-activity-classes.php: $activities = $wpdb->get_results( $wpdb->prepare( “SELECT * FROM {$bp->activity->table_name} WHERE id IN ({$activity_ids}) ORDER BY date_recorded {$sort} $pag_sql” ) ); I’m just learning here (so please be gentle) – is there a reason the SELECT * is used rather than specific tables? Is the * necessary?…[Read more]
-
LPH2005 posted on the forum topic Integrating buddypress in my theme in the group Creating & Extending: 14 years, 4 months ago
Do you have a link for us?
-
LPH2005 posted on the forum topic So… where is it? Is this a joke? in the group Installing BuddyPress: 14 years, 4 months ago
Go here:
yourdomain.com/wp-admin/admin.php?page=bb-forums-setup
Did you set this up?
-
LPH2005 posted on the forum topic How to combine js files and cs files in the group How-To and Troubleshooting: 14 years, 4 months ago
domain.com/wp-admin/options-general.php?page=w3-total-cache/w3-total-cache.php
The development version provides a nice list of links across the top.
General | Page Cache | Minify | Database Cache | Object Cache | Browser Cache | User Agent Groups | Content Delivery Network | FAQ | Support | Install | About
Choose Minify to combine the js and…[Read more]
-
LPH2005 posted on the forum topic Can't delete user in the group Installing BuddyPress: 14 years, 4 months ago
Sweet
-
LPH2005 posted on the forum topic Can't delete user in the group Installing BuddyPress: 14 years, 4 months ago
Anyway, it looks like $this is being used improperly.
$group_ids = $this->get_group_ids( $user_id );
http://php.syntaxerrors.info/index.php?title=Using_$this_when_not_in_object_context
It’s a php4 versus php5 issue … but … hopefully a programmer can help here.
-
LPH2005 posted on the forum topic Can't delete user in the group Installing BuddyPress: 14 years, 4 months ago
I can’t help much (hopefully others will chime in here) but the error comes from this function: function delete_all_for_user( $user_id ) { global $wpdb, $bp; // Get all the group ids for the current user’s groups and update counts $group_ids = $this->get_group_ids( $user_id ); foreach ( $group_ids->groups as $group_id ) { groups_update_groupmeta(…[Read more]
-
LPH2005 posted on the forum topic Moodle in the group Creating & Extending: 14 years, 4 months ago
The new BuddyPress Courseware I’m working on, will kick ass, I wouldn’t even bother testing moodle I look forward to your plugin. Moodle was adopted by our school district last year. Best wishes on your plugin and hope that it is better than Moodle, because it takes a long time to tweak it. Let me know […]
-
LPH2005 posted on the forum topic How to activate this plugin correctly? in the group Tweetstream: 14 years, 4 months ago
Are you stating that the api-key and secret key can be modified by anyone?.
-
LPH2005 started the forum topic Priorities for BP.org – Enhancements to theme first? in the group buddypress.org Ninjas: 14 years, 4 months ago
Now that we have the list going on the writeboard (http://123.writeboard.com/7555930eb348e12b5).
Can we set some priorities as to what order we’d like to get things fixed on this site?
Can we agree to work on the enhancements; that is, the theme edits first? Are there objections to starting there?
-
LPH2005 started the forum topic Remove RSS phrase and link in the group Buddypress Sitewide activity Widget: 14 years, 4 months ago
Hi – awesome plugin. 1. How do I remove the RSS phrase and link in the title? I modified line 34 – but that would need to be redone if (when) there is a new plugin. Is there a better way? 2. How do I hide “Viewing item 1 to 1 (of 1 items) “? […]
-
LPH2005 joined the group Buddypress Sitewide activity Widget 14 years, 4 months ago
-
LPH2005 joined the group Login With Ajax 14 years, 4 months ago
-
LPH2005 posted on the forum topic Admins losing points when deleting spam, etc in the group CubePoints Buddypress Integration: 14 years, 4 months ago
Sweet !
I look forward to the next release.
-
LPH2005 posted on the forum topic Moodle in the group Creating & Extending: 14 years, 4 months ago
Happy to help. I’ll try to give a little detail of the gotchas. 1. Go to http://moodle.schoolsict.net/2010/04/21/db-authentication-with-phpass-integrating-wordpress/ and read their directions. Download their files. 2. Backup your files and database 3. Upload the /auth/db files you downloaded from schoolsict 4. Go to phpmyadmin and create the views…[Read more]
- Load More
@lph2005
Not recently active
I manually created the bucket through S3 and it worked out fine for me.