Michael
Forum Replies Created
-
I applied yalet’s patch manually, myself, and it worked great. I did change “tools.php?page=wpmu_ldap_adduser.functions.php” to “users.php?page=wpmu_ldap_adduser.functions.php” just for consistency, although both work.
Is it possible to make a similar change to the “Add New” button on the All Users page?
I am looking at users.php in WordPress core (lines 404 and 406 in WP 3.4.2), and the code that renders that button does not seem as easy to alter with a function.
Forum: Plugins
In reply to: [Comment Form Quicktags] Twenty Eleven theme and Comment Form QuicktagsYes, I added it to my child theme’s style.css file.
#ed_toolbar { text-align: right; }
This all becomes moot for me now, since Comment Form Quicktags does not work with the new iframe-based Jetpack Comments, but that is another story.
Tim,
I submitted the information about the spammy mshot to the Jetpack support team via the form URL you provided. Thanks.
Michael
Bob,
Do you have multisite turned on? On our multisite installation, I initially looked in /wp-content/uploads/ and could not find that folder.
This plugin does not seem to have an option to centrally locate the copy of the player. Instead it installs a separate copy of the player in the blogs.dir folder for every site that uses it.
Try looking in the default upload path for multisite, which is /wp-content/blogs.dir/##/files/jw-player-plugin-for-wordpress/player
## is your blog id number.
Michael
With the 3.0.1 update, I can now see the Fancybox for WP settings option on all sites. Thanks.
Yes, the updated Pastebin version fixed the end date issue in the sidebar widget. Thanks.
I am a brand new user of The Events Calendar because I had to migrate a standalone WordPress 3.0.4 site into our WordPress 3.2.1 multisite network. The month view is pretty nice; I could see budgeting for the Pro version next FY.
Anyway, I upgraded their events from version 1.6.4 to 2.0.2 of The Events Calendar, and I noticed the Start Date, End Date bug mentioned here, and the hotfix from Nick Ciske’s blog post solved that problem. Which is great, because the missing Date was causing some weird alignment issues in the tribe-events-event-meta section.
However, I am still noticing another odd problem with the way the Events List Widget interacts with the individual event page. Before the hotfix, when the individual event was displayed, and that upcoming event was in the sidebar, both the start and end date for that event were missing in the sidebar; just a hyphen. And other event in the sidebar was missing the end date. Example:
UPCOMING POETRY EVENTS
January 30, 2012 8:15 pm –
Susan Stewart & Mark Strand
–
Terrance HayesAfter the hotfix, the former was fixed, but not the latter. The end date does not display for the other event. You can see problem swapped between the two sidebar events at both links.
https://poetry.princeton.edu/event/terrance-hayes/
https://poetry.princeton.edu/event/susan-stewart-mark-strand/—–
And another possible bug with the widget. When paging back to older entries from the main page, the upcoming events disappear from the Events List Widget.
https://poetry.princeton.edu/
https://poetry.princeton.edu/page/2/—–
Also, not to hijack the thread with a completely different bug (or feature?), but on the same Poetry site, I noticed that the site authors had never filled in an Organizer. So on all of the individual event pages, it filled in the Organizer field with the Event Title. Even though the Organizer Name is still blank in the Edit Event screen. See the two individual event links above and this one:
https://poetry.princeton.edu/event/performance-studies-memories-and-futures-symposium/Thanks,
MichaelI am in the same situation as billboc. On my WordPress 3.2.1 multisite network, the Fancybox for WP link under the Settings menu has disappeared from all sites.
Trying to access the URL directly gives me the error:
“You do not have sufficient permissions to access this page.”
/wp-admin/options-general.php?page=fancybox-for-wordpressIf I revert back to 2.7.5, I can see the menu again, but I have lost my settings.
I retried the download with the minor changes (corrected version number and red “Note:” on the settings page), but it still did not work.
Forum: Plugins
In reply to: [FancyBox for WordPress] [Plugin: FancyBox for WordPress] Plugin not workingmeganlee1984,
Your question was posted a month ago, but just in case you never got it working…
If you edit your gallery in the Visual tab of the Post Editor, there is an option:
Link thumbnails to: __ Image File __ Attachment PageIf you link thumbnails to Attachment Page (the default), the images on click go to a page with just the photo itself on it.
If you link thumbnails to Image File, the lightbox JavaScript takes over.
this seems to have resolved itself, likely because of connecting and disconnecting the site from WordPress.com
Sounds good. I am just glad that I could be of some help with this issue. Version 1.2 added some amazing features to Jetpack, and I can’t wait to roll it out to our users.
You might have to copy my post into a text editor that soft wraps to see the code differences.
The important takeaway was that this part (the version info) was gone initially:
s:7:"version";s:16:"1.2.1:1321659331";s:11:"old_version";s:16:"1.2.1:1321659331";}
mdawaffe,
I spoke too soon. I saw a couple of others in the forums that were having trouble with the Sharing feature, then I found a blog on my -qa system that did not yet have Jetpack connected to WordPress.com. I connected the blog to WordPress.com, and the Sharing button was missing. I looked at the option_value for the option_name “jetpack_options” in the wp_#_options table for that blog (and then for a working blog).
Site where sharing button is missing:
a:5:{s:28:"fallback_no_verify_ssl_certs";i:0;s:9:"time_diff";i:0;s:2:"id";i:28445670;s:10:"blog_token";s:65:"***";s:10:"user_token";s:67:"***";}
SIte where sharing button appears:
a:7:{s:2:"id";s:8:"28446198";s:10:"blog_token";s:65:"***";s:10:"user_token";s:67:"***";s:28:"fallback_no_verify_ssl_certs";s:1:"0";s:9:"time_diff";s:1:"0";s:7:"version";s:16:"1.2.1:1321655493";s:11:"old_version";s:14:"1.1:1321655489";}
Well, that was interesting. Where is the version info? So I deleted the jetpack_activated row for the broken blog. (It was a throwaway site.) When I reloaded the Jetpack admin page for that blog, the Sharing button appeared. I looked in the database. The jetpack_activated row was recreated, and the jetpack_options row looked much closed to the working one:
a:7:{s:28:"fallback_no_verify_ssl_certs";i:0;s:9:"time_diff";i:0;s:2:"id";i:28445670;s:10:"blog_token";s:65:"***";s:10:"user_token";s:67:"***";s:7:"version";s:16:"1.2.1:1321658529";s:11:"old_version";s:16:"1.2.1:1321658529";}
I repeated my “jetpack_activated” deletion test again with another blog and got the same result. No version info in jetpack_options initially, but version info was generated after I deleted and reloaded.
So the only way that I can think of to try and recreate this:
1. Have a WP 3.2.1 multisite network with Jetpack 1.1.3. (Mine uses subdirectories. PHP 5.3.3)
2. Do not connect Jetpack to WordPress.com on a couple of blogs.
3. Upgrade Jetpack to 1.2.1 (I did it in the file system, not the GUI, both on my dev and qa servers)
4. Connect one of the test sites to WordPress.com to see if the Sharing configure button shows up.
5. If Sharing is broken, check out the options table for that blog.It was a really weird bug. Hopefully, it was an isolated one. I upgraded to Jetpack 1.2.1, and those two blogs still had a missing sharing button. Fortunately, they were just test sites that were of no consequence. I deleted them.
BTW, shot in the dark questions: 1. No, 2. No, 3. No (APC turned off temporarily), 4. No, 5. all are subdirectories.
As, I said, though, it was, hopefully, an isolated issue, but if it pops up again for someone else, at least you have a starting point.
I deployed Jetpack 1.2.1 to our -qa environment, repeated some of the same testing that I had done on our dev environment, and the problem did not resurface.
I feel confident deploying this to our production environment next week. Thanks for your help, mdawaffe.
Michael
Yes, I see Configure buttons for WordPress.com Stats, Spelling and Grammar, Gravatar Hovercards, and Extra Sidebar Widgets — just like the working sites. Sharing is the only one with the missing configure button.
Two test sites with the semi-functional Jetpack are:
https://dilligaf.princeton.edu/rarebooks/
https://dilligaf.princeton.edu/rbscreference/They are each connected to WordPress.com, authorized by user “wdsoit.” I have tried disconnecting and reconnecting to WordPress.com within each site as well.
And I guess I should clarify something. The dev sites with the problem had already been created awhile ago; they had just not been connected to WordPress.com. A few minutes ago, on the same network, I created a brand new site “foobar,” connected it to WordPress.com, and everything worked just fine.
https://dilligaf.princeton.edu/foobar/