Newsletter Subscribe and Un-Subscribe

In this section you can share self-made extensions with other users of WYSIWYG Web Builder.
There is a dedicated section for commercial extensions.
Post Reply
User avatar
r3za
 
 
Posts: 90
Joined: Wed Aug 17, 2011 11:52 am
Location: London Bridge
Contact:

Newsletter Subscribe and Un-Subscribe

Post by r3za »

Hello All,
Here is a useful extension which we have been using and hope you like it.
This extension require a database but I am happy to develop an extension without needing a database but I have to charge you some amount. Please let me know if interested.

so for now this is how it comes:
Image

Demo:
http://virtualdesigners.co.uk/projects/ ... ubscriber/

Download:
http://virtualdesigners.co.uk/projects/ ... criber.zip

This is a very simple, safe and neat News subscriber with ability:
1- Subscribe email
2- Check if email is already subscribed or not and inform the user
3- Save all emails in database
4- View all emails in admin page
5- Ability to add or remove un-subscription option


Instruction
- To have this News Subscriber up and running, you must first create a database.
- When created a database you need to import news.sql into your database OR execute below statement in your sql query area
CREATE TABLE `emails` (
`email` varchar(60) NOT NULL,
PRIMARY KEY (`email`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;


- (If you are not sure how to do above, you then need to search Google to find out how)
- Drag and drop the extension to the page. (It does not matter if your page extension is html or php.
- Enter the details for database into the extension
- Choose a strong admin password
- Admin page to view the list of emails is: http://www.yoursite.com/subscribe/list.php. Basically you can install it on any page and directory and admin page will be accessible from directory and then /subscribe/list.php

“Bear in mind that in this version you only will get the list of emails and then you have to email your customers”
New Version (in couple of months) which will be a paid extension:
- Ability to get users’s name if needed
- Ability to send group emails directly from admin page.


It works with WB8.2 and higher.

Enjoy!
Reza
Web Design and Search Engine Optimisation

Http://www.SEO25.com
Free URL Rate & Site Value Tool - Free Search Engine Submission!
Image
Post Reply