Post Reply »

You must log in to post.

Photo Portfolio XML v2
  1. frank
    Member

    Has bought the file

    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 9 months ago #
  2. flashblue
    Member

    Write HTML contact in XML like that:


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

    Posted 9 months ago #
  3. Sogree
    Inactive in forum

    Has bought the file

    Hi Flashblue


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


    greetz

    Posted 9 months ago #
  4. flashblue
    Member

    What is your e-mail address?

    Posted 9 months ago #
  5. Sogree
    Inactive in forum

    Has bought the file

    bert 48 @ zonnet nl

    Posted 9 months ago #
  6. flashblue
    Member

    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 9 months ago #
  7. siteogra
    Inactive in forum

    Has bought the file

    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 8 months ago #
  8. flashblue
    Member

    Open mailer.php. You’ll see parameters to set. You need to set mail server, mail address-password informations.

    Posted 8 months ago #
  9. Robkex
    Inactive in forum

    Has bought the file

    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 8 months ago #
  10. flashblue
    Member

    Can you send me your files? You need to embed your charset to fonts. You need to open & modify mailer.php parameters.

    Posted 8 months ago #
  11. flashblue
    Member

    I sent your files.

    Posted 8 months ago #
  12. ibiza
    Member

    Has bought the file

    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 8 months ago #
  13. flashblue
    Member

    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 8 months ago #
  14. ibiza
    Member

    Has bought the file

    but it does not work

    Posted 8 months ago #
  15. flashblue
    Member

    Can you send me your FTP info as email?

    Posted 8 months ago #
  16. ibiza
    Member

    Has bought the file

    I do not understand you want my tails of my ftp? they give your email to me

    Posted 8 months ago #
  17. flashblue
    Member

    I need to test your site settings on server.

    Posted 8 months ago #
  18. ibiza
    Member

    Has bought the file

    1. aruba.es – Linux
    2. http://mediatemple.net/ – linux

    Posted 8 months ago #
  19. flashblue
    Member

    Some PHP settings maybe disabled in your server.

    Posted 8 months ago #
  20. ibiza
    Member

    Has bought the file

    php: PHP4. Esta version ha perdido el soporte de la casa productora.


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

    Posted 8 months ago #
  21. flashblue
    Member

    You have to use PHP5.

    Posted 8 months ago #
  22. ibiza
    Member

    Has bought the file

    ok
    grazie

    Posted 8 months ago #
  23. flashblue
    Member

    Nop.

    Posted 8 months ago #
  24. siteogra
    Inactive in forum

    Has bought the file

    How to insert video from youtube.com on the page of site? And is it possible to do?

    Posted 7 months ago #
  25. flashblue
    Member

    I didn’t try it before. You can insert external swf files.

    Posted 7 months ago #
  26. lostphoto
    Member

    Has bought the file

    ok i know this has been asked before .. how do you edit the info@email.com.. part????

    Posted 6 months ago #
  27. flashblue
    Member

    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 6 months ago #
  28. lostphoto
    Member

    Has bought the file

    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 6 months ago #
  29. lostphoto
    Member

    Has bought the file

    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 6 months ago #
  30. flashblue
    Member

    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 6 months ago #