Email works again
I finally got email working again from this site. You can now email posts and pages to yourself or to others you think might be interested. My apologies to all those that attempted to send pages/posts by email unsuccessfully. Please try again.
Thanks,
David




Hi David,
I’m following your tutorial in NextGen plugin, and I understand all, and I get succes everywhere. Anyway, there’s something I’d like to know if it is possible : can I obtain that one thumbnail from a gallery links to a page full of text, rather than to a bigger image ? I need it to create a sort of Presentation-of-All-My-Pages page.
Any suggestion will be cool.
Keep on working it !
@ignacio - Unfortunately there isn’t currently a way to do this easily, although it is still possible. It’s one of the suggestions I’ve made in the article. What you have to do is get the link to the image you want to display from the source, whether that is the thumbnail, the image displayed by a singlepic shortcode, or the full-size image. Then you have to use that URL in your post for an img tag. At that point you can insert an img tag pointing to that URL in the src attribut (i.e. <img src=”imgurl”>) and enclose that in a link tag (i.e. <a href=”linkurl”>).
By the way, I’d sure appreciate it if you could add your comments to the correct post. That way everyone will get the benefit.