• I Made a guild website running on wordpress, i found a php based calendar that I want to integrate into wordpress
    the php based calendar: http://www.phpraider.com/
    I want to somehow put it into wordpress so I dont have to link it to another part of the server. How would I say integrate this into a page or whatever I might do.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter mattc908

    (@mattc908)

    anyhelp?

    Thread Starter mattc908

    (@mattc908)

    Anyone know another forum or place I can get help with it because here doesnt seem like anyone is or can help me out, already have tons of posts with 0 replies.

    Where’s the calendar utility on that site?
    Assuming it’s a simple php page/script, why not take a look at the code for a normal page (see how the sidebars are loaded) and see if you can integrate it into the main page.
    I was doing something similar elsewhere where in the end I used an iframe to load the bits I wanted into the main page.

    I would make it a plugin and add a filter to call it from inside posts and pages.

    Depending on what you want it to do it might be very easy, or slightly more work.

    Thread Starter mattc908

    (@mattc908)

    Alright how would I use iFrame to do such a task?

    I have no experience with iframes as such, so I wouldn’t know. What is it that you want to accomplish?

    I have a simple calender script that I integrated into a custom plugin I made (http://www.calculateovulation.net/ovulation-calculator).

    In this case the calendar sits as a function that is called from the plugin with necessary variables to output the desired information.

    Thread Starter mattc908

    (@mattc908)

    Well is there a way with iFrame to change the width of the page according to what it needs?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Php based program inside wordpress’ is closed to new replies.