View previous topic :: View next topic |
Author |
Message |
dreamybaby819
Joined: 10 Jan 2004 Posts: 1 Location: New York
|
Posted: Tue Mar 30, 2004 10:50 pm Post subject: |
|
|
maelody wrote: | i've installed everything and everything seems to be working fine, except when i use <?php getfield("new_link"); ?> on my template, the new fields i made (mood, music, book) aren't showing up. any ideas? |
i get the same thing.... |
|
Back to top |
|
 |
PrincessHope
Joined: 10 Dec 2002 Posts: 10 Location: No Wher Near YOU
|
Posted: Tue Jul 06, 2004 12:18 am Post subject: |
|
|
change:
Code: | <?php getfield("new_link"); ?> |
to
Code: | <?php draw_fields("new_link"); ?> |
and it'll work. |
|
Back to top |
|
 |
noie
Joined: 02 Jan 2004 Posts: 5
|
Posted: Tue Aug 17, 2004 11:13 pm Post subject: |
|
|
I am trying this hack also, but so far it's not working. Well, I DO get the new "Add/Remove Fields" option, but when I put in a new field, I get no confirmation that it's been created, and when I go to "Post/Edit", I don't see the new field. What am I doing wrong?? |
|
Back to top |
|
 |
lilly00815
Joined: 11 Jan 2005 Posts: 1
|
Posted: Tue Jan 11, 2005 11:45 pm Post subject: solution |
|
|
if someone's interested, i got the solution.
put:
Code: | <?php echo getfield("new_link") ?> |
in your template
works fine!  |
|
Back to top |
|
 |
|