+ Reply to Thread
Results 1 to 5 of 5
  1. #1
    Junior Member
    Join Date
    Nov 2011
    Posts
    24

    Default Has anyone integrated a calendar to Robust CMS

    Type: Support request
    I'm looking to integrate a calendar (date picker) into the Robust CMS. Has anyone done this before that can give me some guidance?

    I've looked through several PHP, jQuery and Javascript calendars and haven't found a suitable script.

    I need a perpetual calendar where the user can select a date and it will act as a link. That date/link will direct to a blog/news page.

    -Pete

  2. #2
    OXYLUS Development Emanuel's Avatar
    Join Date
    Feb 2008
    Location
    Romania
    Posts
    257

    Default

    Hello

    Did you try this ?

    FullCalendar - Full-sized Calendar jQuery Plugin

    Looks pretty neat
    - Search before posting, most of the problems has been discussed already.
    - Make sure you have all the fixes and updates installed before reporting anything
    - Allow us up to 48 hours to respond
    - After having your support request resolved please rate the thread.
    - Be polite, keep in mind we are offering the support for free as curtoasy for you.


    http://www.oxylusflash.com
    http://www.oxylustemplates.com
    http://www.flashtory.com

  3. #3
    Junior Member
    Join Date
    Nov 2011
    Posts
    24

    Default Thanks for the Calendar suggestion

    Thanks for the calendar suggestion, Emanuel. I'll look into it. It looks like it'll do the job, I just wonder it it can be made smaller (widget size) through CSS.

    -Pete

    Quote Originally Posted by Emanuel View Post
    Hello

    Did you try this ?

    FullCalendar - Full-sized Calendar jQuery Plugin

    Looks pretty neat

  4. #4
    Junior Member
    Join Date
    Nov 2011
    Posts
    24

    Default Calendar works, but....

    The calendar works great, but one or more of the jQuery (or JavaScript - don't know which one yet) is corrupting some of the other featured on the site. Also my client just threw me a curve ball! He wants the calendar in the right column (widget area) of one specific news feed, but not any other ones.

    Wouldn't that require creating a different News template that could be altered in Dreamweaver? Then making an iFrame (I did that in the homepage for a rotater script) to show the Calendar so that the jQuery and JavaScripts don't destroy anything else?

    Any suggestions?

    Thanks,
    Pete


    Quote Originally Posted by Emanuel View Post
    Hello

    Did you try this ?

    FullCalendar - Full-sized Calendar jQuery Plugin

    Looks pretty neat

  5. #5
    Junior Member
    Join Date
    Nov 2011
    Posts
    24

    Default A bit more success!

    I was WAY over thinking my previous solution about creating a new NEWS template!

    What I've done so far is create a new News Module and started a new News Item. Within the Description and Full News fields I've created an HTML table, inserting the news text in the left column and ad iFrame in the right column. The iFrame links to the Calendar so that the scripts do not destroy anything in the template. I've had some success with targeting the _parent page from a standard link but haven't yet figured out how to do it from within the Calendar script(s).

    The script looks like this:

    $(document).ready(function() {

    var date = new Date();
    var d = date.getDate();
    var m = date.getMonth();
    var y = date.getFullYear();

    $('#calendar').fullCalendar({
    theme: true,
    header: {
    left: 'prev,next',
    center: 'title',
    right: 'today' /** month,agendaWeek,agendaDay has been omited for space**/
    },
    editable: true,
    events: [
    {
    title: 'Daily Reading',
    start: new Date(2012, 0, 25),
    end: new Date(2012, 0, 25),
    url: 'http://www.valleyfaithbook.com/daily-readings/test-daily-reading-2/'
    },
    {
    title: 'Daily Reading',
    start: new Date(2012, 2, 17),
    end: new Date(2012, 2, 17),
    url: 'http://www.valleyfaithbook.com/daily-readings/test-daily-reading-2/'
    }
    ]
    });

    });


    Anyone got any suggestions???

    Thanks,
    Pete



    Quote Originally Posted by PeteCas View Post
    The calendar works great, but one or more of the jQuery (or JavaScript - don't know which one yet) is corrupting some of the other featured on the site. Also my client just threw me a curve ball! He wants the calendar in the right column (widget area) of one specific news feed, but not any other ones.

    Wouldn't that require creating a different News template that could be altered in Dreamweaver? Then making an iFrame (I did that in the homepage for a rotater script) to show the Calendar so that the jQuery and JavaScripts don't destroy anything else?

    Any suggestions?

    Thanks,
    Pete

Similar Threads

  1. contact in robust
    By marc in forum Robust Business and Portfolio Template with CMS and SHOP
    Replies: 2
    Last Post: 09-20-2010, 09:59 AM
  2. top slider with cms robust
    By marc in forum Robust Business and Portfolio Template with CMS and SHOP
    Replies: 2
    Last Post: 09-20-2010, 09:58 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts