Log in

View Full Version : How to post?


silvermerc
09-28-2011, 06:20 PM
Well im trying to get information posted from the user's postbit to the post
Heres my code
<if condition="$post=http://habboheart.com/forum/ross/motto.php/?user=$post[field5]


But its not posting, it should be plain text aswel...
Ross

kh99
09-28-2011, 11:18 PM
Heres my code
<if condition="$post=http://habboheart.com/forum/ross/motto.php/?user=$post[field5]



I'm not sure what you're doing here - it starts out like an "if" tag but doesn't end that way. Are you trying to use an "if" or just display a link?

MAORBARI
09-29-2011, 01:52 AM
<if condition="$post == 'http://habboheart.com/forum/ross/motto.php/?user=$post[field5]'">
bla bla
</if>


I dont know what you try to do, but conitionals look like that.