Reply To: {profile_form} for logged in users
The nk parameter is the subscriber id plus the token, both on wp_newsletter table. To make a modification on the user profile page (I image since you said they are logged in), youshould intercept the...
View ArticleReply To: Facebook subscription not working correct
Solved it’s the Facebook All plugin doing things interfering with my extension. Added a protection directly on your site in my extension… GRRR
View ArticleReply To: Facebook subscription not working correct
Stefano, thanks a lot. If i can help in the future let me know. I will remove the Subscriber data for you
View ArticleReply To: Custom Newsletter Theme Images
just add an img tag pointing to your logo, you can upload the logo in the theme folder.
View ArticleReply To: Newsletter form and send link pdf file
See the subscrption steps, there is a button to generate that page. you can find more on my site on the newsletter documentation pages.
View ArticleReply To: How do i integrate newsletter pro with short stack contests
It seems you can configure the plugin to push the data collected to Newsletter, but you need to discover how to configure it. The you can try to force it to simulate a post of a subscriber data.
View ArticleReply To: Option for the admin to select certain posts
Actually not with the packaged themes.
View ArticleReply To: Newsletters' subscribers are not being marked as “bounced”…
Hi, there is not concept of invalid email, but only the concept of formally correct email address to which we are not able to deliver a mail. But that can only be deduced if an error message is sent...
View ArticleReply To: How to use Premium Contents
Try to use the short code [premium_content][/premium_content] to surround what you need to hide. Use the level parameter to set the type of block: [premium_content level="X"] where from 1 to 3.
View ArticleReply To: Custom Newsletter Theme Images
Thanks. I’m sorry but I’m not a php expert. Could you please help me? How can I modify the sentence bellow to accomplish this? <tr style=”background: #fff; background-image: url(<?php echo...
View ArticleReply To: newsletter page shows only a form
Stefano tahnk you very much. Have a nice day
View ArticleReply To: mandrill smtp config
Hi, mandrill is used only as SMTP. Your provider doesn’t need to support anything, only to let you connect to and external server on port 465 (for example).
View ArticleReply To: Custom Newsletter Theme Images
Hi background images are NOT shown by most of the email client. Anyway, put the images in your theme folder, for example: wp-content/extensions/newsletter/emails/themes/mytheme/logo.jpg and then refer...
View ArticleReply To: {profile_form} for logged in users
That call sends out a redirect. To show the form use NewsletterSubscription::instance()->profile_form() (if I remeber well, I have not the code here)
View ArticleCall form from Footer
Hello, The plugin is working fine for the widget and the newsletter page. How can I call the subscribe form from the footer. As in the footer.php file. I tried the shortcode of [newsletter] but didn’t...
View ArticleReply To: How do i integrate newsletter pro with short stack contests
Thats why im confused on this, my understanding is a need to just give them a url like http://www.mysite.com/newsletter?email=“email@email.com” but i have no idea how that works. I guess i could just...
View ArticleReply To: question about config forms
Not sure if THIS is helpful. I wanted to add first and last names to the NEWSLETTER sign up form on the site. So this worked for me. on the newsletter file subscription.php line 1341, began my...
View ArticleReply To: question about config forms
If you want the field order changed, you should create a custom form where the name and surname are placed before the email field. If you just want to enable those field, they can be enabled on the...
View ArticleReply To: How do i integrate newsletter pro with short stack contests
The url is http://www.yoursite.com/wp-content/plugins/newsletter/do/subscribe.php?ne=emailaddress Try it.
View ArticleReply To: Own theme – only [newsletter] instead of the form
How do you display the content of a page in your theme?
View Article