Displaying 2 results from an estimated 2 matches for "imageurl".
Did you mean:
image_url
2007 May 11
0
conditional value in xml node
in my rxml file , I wrote :
xml.Person(:id => "u-"+@user.id.to_s, :name => @user.pseudo,
:email => @user.email_address,
:full_name => full_name, :hops => "0", :imageURL =>
"#{photo_path(@user)}")
but when the full_name is empty I have a value full_name="" in the
generated file which lead my ActionScript to display a label Name and no
value
I can modify my As , but is there any possibility to writing differently
my xml.Person ?
thanks
ka...
2002 Jul 31
0
Re: [sqwebmail] vpopmail+mysql and sqwebmail authentication problems]
...lclient -lz" > /var/vpopmail/etc/lib_deps; fi
cd ..
tar xzvf sqwebmail*
cd sqwebmail_dir
adjust to your apache setup:
./configure --disable-changepass --enable-autopurge=7
--with-defaultlang=en --enable-cgibindir=/var/www/cgi-bin
--enable-imagedir=/usr/local/apache/icons/webmail
--enable-imageurl=/icons/webmail
--enable-mimetypes=/usr/local/apache/conf/mime.types --enable-lang=en
--with-trashquota --without-authpam --without-authuserdb
--without-authpwd --without-authshadow --without-authdaemon
--with-authvchkpw
su (or can't find vpopmail's libs, chmod 0600)
make
umask 022
make ins...