Needs work
Project:
myTinyTodo
Version:
7.x-1.0-beta6
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
1 Sep 2011 at 12:32 UTC
Updated:
18 Jan 2012 at 23:05 UTC
now is embeded as iframe. can it be embedded as php?
Comments
Comment #1
fizk commentedHi Kervi,
What do you mean by embedded as php? Do you want to call a function and get the HTML for the myTinyTodo?
Comment #2
dgastudio commentedyes!
Comment #3
fizk commentedAlright, I'll work on this.
Comment #4
dgastudio commentedthank u
Comment #5
fizk commentedkervi, I've committed some code to do this in the dev version. Can you help me fix the CSS so it shows up properly? Thanks :)
Comment #6
dgastudio commentedno problem, i'll test it tomorrow.
thank u!
Comment #7
fizk commentedThe latest 7.x-1.0-dev should look better, but there are a few CSS issues:
Comment #8
fizk commentedTo test the HTML output, you can use:
echo theme('mytinytodo_html', array('nid' => 3, 'field' => 'field_todo_list', 'pda' => false));Where:
nidis the node id that has a myTinyTodo field.fieldis the exact name of the field that you created for that node's content type.Comment #9
chrislabeard commentedThanks so much for this awesome module.
Can't wait to integrate it into my site, I wasn't sure if i should post here or not. But can I do this with the 6x version as well?
Comment #10
fizk commentedchrislabeard, your welcome, I'm glad you're enjoying it :)
I haven't back ported this feature to 6.x yet, but it will get in.
Comment #11
chrislabeard commentedAwesome thanks fizk!