1 johnnyeng Oct 28, 2005 18:23
3 cassiadawn Jul 27, 2006 08:39
Anyone know what line of code it is? I'm having this same problem and I can't see what's missing (version 1.8)......
4 yabba Jul 27, 2006 08:47
By any chance are you using a custom skin from a previous version?
I ask because there are a lot of changes between 1.8 and previous versions. You can find guides to converting your skin [url=http://manual.b2evolution.net/index.php?title=.9.2_upgrade_evoskins&rcid=843]here[/url]
¥
5 cassiadawn Jul 27, 2006 09:00
Nope. I've been modifying a skin that came with 1.8.
6 yabba Jul 27, 2006 09:09
Can you post the code ( from your skin/_feedback.php ) from <form> to </form> (it might start with $Form = & new Form(); and end with $Form->end_form(); )
¥
7 cassiadawn Jul 27, 2006 09:36
:oops: It would appear I had the wrong _feedback.php file in the directory with the skin I was working on (instead of having the one that just says require get_path('skins').'_feedback.php'; I had the full one). :oops: :oops: It's working now though.
Thanks anyway for your attempt to help me inspite of myself!
8 yabba Jul 27, 2006 09:46
No problem ;)
¥
doe! :oops:
I figured it out. I just omitted a line of code.
Sorry if I wasted your time.
johnnyeng