All day numbers and week days appear in only a single column - datepicker

All the day numbers and week days on twitter bootstrap date picker show up in only one column. Could you help me?

This happens when the css part of the datepicker is missing. Grab the less file from https://github.com/twitter/bootstrap/pull/657/files and incorporate it to your system, or take it directly in css from the link you posted

Related

Wildcard for meta description in Joomla

I am wondering if there's a way that I can easily change the month in some Joomla Menus meta title and description.
I thought maybe I could use some sort of wildcard that I could change (somewhere).
So say I put in (*&&) it would display as "October 2017" and then I could change it on the 1st of every month.
I have hundreds that would need changing monthly otherwise and it would be rather time consuming.
The free or paid version of Regular Labs ReReplacer could be used for this.

Display Moodle lesson activities/resources in other places

Keeping it short, I would like to display the resources/activities somewhere else on the page. I am looking for the code where I can use in a different div that will show the resources of the current week selected. Using the weekly format of 1 week per page. Any help would be appreciated.
You can do that, there is a function in course renderer,
course_section_cm_list, check that. it will provide you the list.

Facebook timeline no postings before 1970-01-01

I am administrating a company FB channel and currently I am trying to upload images of the brand's history. However, the upload feature freezes when I add an image or posting prior to 1970-1-1. I guess that's an issue with the database and related to the UNIX timestamp. Does anyone have a hint for me?
They are possibly using epoch timestamps which can not contain dates prior to 1/1/1970. In anycase... This is a bug and should be reported to Facebook at their Bug System
For what it's worth, text posts and milestones can still be backdated before the Unix epoch, just not photos or videos.
I've had the same problem too for almost on two months. (Three bug reports didn't change anything!)
I can confirm that milestones can be placed before 1970. Thanks. I have sent numerous bug reports to FB about the problem with photos with no results. I guess no one over 42 works at Facebook.
It appears that Facebook is only using epoch timestamps to determine IF they want to save the date now.
Before I could set the date to before the UNIX timestamp, and they still appear correctly. However, if you want to change the date you can only choose a date of 1 January 1970 or later.
It amazes me that this bug still hasn't been fixed.
Yes, thank you! posting milestones do work prior to 1/1/1970 including with photos. I added a milestone and tried both adding a photo (from the existing photo gallery) at the same time as posting the milestone and editing the milestone after it was posted to add the photo. Not tried video yet (as I don't have any moving images prior to 1970!). See FB for Swords Aviation. You do need to set the start date of your timeline prior to the date you want to post of course.

Dates in Drupal are off by one day when logged in

Dates on a website I maintain display fine, until I log in (as an admin). Then they are off by minus one day.
I figured this is because the timestamps are then displayed in UTC while they should be displayed in UTC+1. And since UTC is one hour off, days display one day off.
I could hunt down every piece of code displaying dates and hard code them to always display as UTC+1 (which is what I want), but I have a feeling there might be an easier, global way to fix this.
Check your timezone settings. Drupal must be using it for displaying dates.

CMSMS module Availability with CGCalendar

*CMSMS module QUESTION *
Hi all,
I have asked this question on the CMSMS forum but as of yet have not received any responses, so hopefully someone here can help!
I am using the 'Availability' module in conjuction with 'CGCalendar' which is great, but in stead of buttons to go the next and previous months (powered by Ajax), I need a drop down select box to choose a new month/year. I thought I had figured this out by refreshing the page with jQuery passing thorugh new values for month and year, but although the reservations change as required, the number of days in the month and the start date are the same as the initial number.
You can view a test page here:
http://aonachmor.cahilldesigns.com/test
Hopefully this makes sense, I know it is a bit specific but you guys are professionals and someone out there must know how to fix this!
Thanks