hmoore71
Forum Replies Created
-
Forum: Plugins
In reply to: [IBS Calendar] show month view from today forwardNo action to be taken
Forum: Plugins
In reply to: [IBS Calendar] show month view from today forwardScott I understand what you want. Unfortunately I do not own the FullCalendar feature set, the owner is Adam Shaw. And there is no facility for me to provide to you what you need.
The best I can do is suggest multiple calendars on the same page. You can have any number of IBS Calendars on the same page. Use the defaultDate to set the calendar’s date.
If this will meet your needs let me know and I can modify my handling of the defaultDate so for the second or third calendar they will be one or two months later than the first calendar.
Forum: Plugins
In reply to: [IBS Calendar] Calendar not displaying on pageGreat. Thanks for the help. You can turn debug off now.
Forum: Plugins
In reply to: [IBS Calendar] Calendar not displaying on pageSorry I meant the version 3.4 of the IBS Calendar plugin. I just released it.
PHP 5.4 is good. (Godaddy?)
Forum: Plugins
In reply to: [IBS Calendar] Calendar not displaying on pageThanks please try the 3.4 version and let me know how it goes.
Forum: Plugins
In reply to: [IBS Calendar] Calendar not displaying on pageVersion 3.4 has a fix addressing the issue but needs PHP 5.3.1 or higher.
Have not been able to reproduce.Forum: Plugins
In reply to: [IBS Calendar] Calendar not displaying on pageYes I see the issue. Do you know what version of PHP your server is using?
Forum: Plugins
In reply to: [IBS Calendar] Calendar not displaying on pageI see that there the value for “Event list Qtip settings” | “Title which defaults to “<p>%title%</p>” is some how incorrect. Try restoring it to this value.
Forum: Plugins
In reply to: [IBS Calendar] Calendar not displaying on pageWendy would you please go to admin | IBS Calendar and turn debug on?
Forum: Plugins
In reply to: [IBS Calendar] Disable Event DetailsVersion 3.2 adds two options per feed;
nolink if checked suppresses event click linking.
altlink if supplied overrides the event click link.Forum: Plugins
In reply to: [IBS Calendar] Disable Event DetailsYes this is plugin wide, by feed may come in the next major release.
To kill the link back will require more changes that appear easy enough to make. Need to add an option to each feed. This ill take some time but am on it.
Forum: Plugins
In reply to: [IBS Calendar] Disable Event DetailsVersion 3.1 has added options to control, and manipulate the contents of the Qtip.
Each content type is optioned with a variable such as <p>%description%</p>
To remove the description change the variable to an HTML comment.
<!– p>%description%<p –> or such.Forum: Plugins
In reply to: [IBS Calendar] Disable Event DetailsIt will take a day or two to have a new release out to option the contents of the qtip. Fullcalendar only displays the time(if available) and the contents of the event title.
This issue will be closed when the option is available.
Forum: Plugins
In reply to: [IBS Calendar] Disable Event DetailsYes that makes sense. First the event software could put that sensitive information in the calendar’s event description and not the title. I assume that is what is happening.
Personally I don’t think that having that information in a “public” feed is a good idea.
Do not have a a solution offhand to accommodate your needs if that information is being placed in the title area.
Forum: Plugins
In reply to: [IBS Calendar] Disable Event Detailsdisable the display in the qtip or in the calendar?