FORUM

Photo Portfolio XML v2

Home / Forum / Components Discussions / Photo Portfolio XML v2 / Page 2

  • hello flashblue,


    how can I make an hyperlink to an external site from the news section on home.xml file?
    I tried to write for example:


    <news>
    <item>
    <title>FLASHBLUE</title>
    <content><a href=“http://www.flashcomponents.net/author/flashblue.html”>template by flashblue</a></content>
    <date>15.06.2009</date>
    </item>
    </news>


    but it doesn’t work :(


    #  /  posted on Jun 15, 2009
  • Write HTML contact in XML like that:


    <content><![CDATA[<a href=“http://www.flashcomponents.net/author/flashblue.html”>template by flashblue</a>]]></content>


    #  /  posted on Jun 15, 2009
  • Hi Flashblue


    I send an email with a question to your hotmail account. Hope it didn’t end up in the spambox!


    greetz


    #  /  posted on Jun 17, 2009
  • What is your e-mail address?


    #  /  posted on Jun 17, 2009
  • bert 48 @ zonnet nl


    #  /  posted on Jun 17, 2009
  • I saw your mail. But, it’s about mixing another product which I didn’t build. I’ll look at when I’m available.


    #  /  posted on Jun 17, 2009
  • Hi!
    On the contact-page there is a text e-mail, it opens e-mail client with this adress info@sitename.com by default. Where is I can change this adress?
    (I mean not send through mailer.php)


    #  /  posted on Jul 03, 2009
  • Open mailer.php. You’ll see parameters to set. You need to set mail server, mail address-password informations.


    #  /  posted on Jul 03, 2009
  • Dear flashblue,


    Gratulations – you made the the most normal flash gallery. Sorry for my english. So because i’m from baltic states i want to ask you about two things in the contact form:


    1. I can change font (which have baltic characters) in a subject field. But in full name and message fields, i can’t. So i need it so much.
    2. when I press on email with red fill (by default info@sitename.com), it sending to mail recipient info@sitename.com. For example i need send to mail recipient blabla@gmail.com. Please help me with this one too.


    Thanks & Best regards
    Robkex


    #  /  posted on Jul 04, 2009
  • Can you send me your files? You need to embed your charset to fonts. You need to open & modify mailer.php parameters.


    #  /  posted on Jul 04, 2009
  • I sent your files.


    #  /  posted on Jul 04, 2009
  • I hold the same problem with e-mail gmail it does not work


    public $SMTPHostname = “mail.gmail.com”; public $SMTPName = “davide baraldi”; public $SMTPUsername = “bla@gmail.com”; public $SMTPPassword = “mypassword”; public $sitename = “my web site”; public $eol = “ ”;
    where mistake?


    #  /  posted on Jul 05, 2009
  • It’s for self hosted websites. You need to delete that line in mailer.php to make it work:


    $objmail->IsSMTP();
    $objmail->Host = $this->SMTPHostname;
    $objmail->SMTPAuth = true;
    $objmail->Username = $this->SMTPUsername;
    $objmail->Password = $this->SMTPPassword;


    Make it like that:


    $objmail->IsMail();


    ————————————————-


    You just need to write your smtpusername or your email address for that.


    #  /  posted on Jul 05, 2009
  • but it does not work


    #  /  posted on Jul 09, 2009
  • Can you send me your FTP info as email?


    #  /  posted on Jul 10, 2009
  • I do not understand you want my tails of my ftp? they give your email to me


    #  /  posted on Jul 10, 2009
  • I need to test your site settings on server.


    #  /  posted on Jul 10, 2009
  • 1. aruba.es – Linux
    2. http://mediatemple.net/ – linux


    #  /  posted on Jul 12, 2009
  • Some PHP settings maybe disabled in your server.


    #  /  posted on Jul 13, 2009
  • php: PHP4. Esta version ha perdido el soporte de la casa productora.


    but if you want I can use also the v.05


    #  /  posted on Jul 13, 2009
  • You have to use PHP5.


    #  /  posted on Jul 13, 2009
  • ok
    grazie


    #  /  posted on Jul 15, 2009
  • Nop.


    #  /  posted on Jul 15, 2009
  • How to insert video from youtube.com on the page of site? And is it possible to do?


    #  /  posted on Jul 23, 2009
  • I didn’t try it before. You can insert external swf files.


    #  /  posted on Jul 23, 2009
  • ok i know this has been asked before .. how do you edit the info@email.com.. part????


    #  /  posted on Aug 18, 2009
  • Open mailer.php. You’ll see
    <code>
    public $SMTPHostname = “mail.sitename.com”; public $SMTPName = “Your Name”; public $SMTPUsername = “your_mail_address@sitename.com”; public $SMTPPassword = “your_password”; public $sitename = “Sitename – HTML Title”;
    </code>


    Change that parameters to your smtp host & email.


    #  /  posted on Aug 19, 2009
  • ok so ive been away for a while and havent really messed with the contact part.. when i click on the email part.. i get a pop up that sends it to info@sitename.com.. how do i change that.. and i cant still send emails using go daddy.com i dont know if im changing the code wrong..


    #  /  posted on Aug 27, 2009
  • this is what i got…. still not working


    public $SMTPHostname = “smtpout.secureserver.net”; public $SMTPName = “William Harris”; public $SMTPUsername = “william.harris@lostphoto.me”; public $SMTPPassword = “password”; public $sitename = “LostPhoto”; public $eol = “ ”;
    #  /  posted on Aug 27, 2009
  • Can you send me your smtp info to test? Maybe your e-mail address is disabled for internet e-mail for security reasons on server.


    #  /  posted on Aug 28, 2009