Members: 16,996
Threads: 38,846
Posts: 159,391
Online: 28

Newest Member: Kl_broka@rediffmail.com


Odoo.tv - Outdoor Television


Sedo - Domains kaufen und verkaufen das Projekt mambers.com steht zum Verkauf Besucherstatistiken von mambers.com etracker® Web-Controlling statt Logfile-Analyse
Old 05.09.2004, 21:42   #1 (permalink)
Mamber
 
Join Date: Sep 2004
Posts: 53
schmalls is on a distinguished road
Default Yanc Mod Under Way

Hello,

I have started working on a mod for YaNC and user. Some of the changes will be:

Frontend:
-users will be able to subscribe to any or all of the published newsletters during signup
-users who have already signed up will be able to change in their details section
-users with adequate permissions will be able to send newsletters from site (that way you can give someone permission to do newsletters but not change any other configuration)

Backend:
-all subscribers view which shows a check under each list the user is a member of and then be able to click their name and edit subscriptions


I have most of the database specific part finished and am just working on the administration and frontend parts.

Here is what I changed about the database:
-In #__newsletter_subscribers I got rid of the name and email fields (because it comes from the #__users database). I also changed id from an auto-increment to correspond with #__user id.
-Now when a new newsletter is created, a new field is added to #__newsletter_subscribers named with the id from #__newsletter_letters, this way all the subscriptions are under one line for eachuser, instead of a new line for each list they are a member of.

Then I just changed the code to use these facts.

Right now the mod is best used on a new site, but if there is enough need I will write a script to transfer existing users into the new database.

Oh yeah, I just thought I would say I have never written in PHP (I mostly know Java for school) or used mySQL, so I am learning a lot on the way. And also, since this changes the database structure, should it be a mod or another component?

-Schmalls
schmalls is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 06.09.2004, 11:02   #2 (permalink)
Administrator
 
Join Date: Mar 2004
Posts: 807
Admin will become famous soon enough
Default Re: Yanc Mod Under Way

I would release it as a new component. If you don't divide yours and the original, people could get confused. And they will have a lot trouble, if the accidentially update the old one with yours or vice versa some day.

Another option would be to contact the original author and ask him if he is interested in working together with you...
__________________
Regards,
Arthur Konze
Webmaster @ Mamboportal.com - Mambers.com
Admin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11.09.2004, 22:04   #3 (permalink)
Baby Mamber
 
Join Date: Apr 2004
Posts: 21
mattad is on a distinguished road
Default Re: Yanc Mod Under Way

Any more news on this? I need the front end part as you described desperately - in fact I can turn up a site until I have that very thing. I looked for other newsletter components but just wasnt satsified.

I want an authorized user to be able to login on the frontpage and send a newsletter out to the subscribers, without having to go to the back end.

Thanks!!!!

Matt
mattad is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12.09.2004, 13:17   #4 (permalink)
Senior Mamber
 
mambovince's Avatar
 
Join Date: Apr 2004
Location: London, UK
Posts: 165
mambovince is on a distinguished road
Thumbs up Re: Yanc Mod Under Way

This is a great idea.

I would also suggest the approach mentioned by Arthur is best.

Vince
__________________

HostBaron.com
- low price Mambo & Joomla starter packages.
Includes easy install or migrate from Mambo to Joomla!
mambovince is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 14.09.2004, 04:08   #5 (permalink)
Mamber
 
Join Date: Sep 2004
Posts: 53
schmalls is on a distinguished road
Default Re: Yanc Mod Under Way

I have it in a useable product. Here is what is currently implemented:

Frontend:
-With a link to the yanc component it displays all of the newsletters and receive html? and has a checkbox by each one if the user is logged in and if not requests that they login or register. (It probably wouldn't be hard to make the newsletter options available during registration, but I have not done so)

Backend:
-There is a new option under the Yanc menu called "All Subscribers" which gives a list of all the subscribers and has a checkbox under each mailing list and a "change" button at the end, so you can change individual users (everyone who is a user on the site will be on this list).
-Everything else is pretty much the same except for adding users which can be done by adding a new user in the user manager.

The frontend newsletter creation is a good idea, and I think I will get to work on that. Are there any other suggestions?

Thanks,
Schmalls
schmalls is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 15.09.2004, 19:50   #6 (permalink)
Mamber
 
Join Date: Sep 2004
Posts: 53
schmalls is on a distinguished road
Default Re: Yanc Mod Under Way

I have started a project on mamboforge.net called "MaMML (MaMML a Mambo Mailing List)". I will put up what I have so far after I fix a few last things and write up a little documentation for it. I have not yet implemented the frontend newsletter creation part, but it can wait til version .2. Also, there are probably quite a few functions that can still be accessed from the Admin part that were present in YaNC but probably don't work, so if there are people willing to start see what those are and submitting them to the bugtracker it would be great. I plan to change the database locations so that MaMML can coexist with YaNC.

-Schmalls
schmalls is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 15.09.2004, 22:54   #7 (permalink)
Expert Mamber
 
divamissx's Avatar
 
Join Date: Apr 2004
Location: Florida
Posts: 480
divamissx is on a distinguished road
Send a message via MSN to divamissx
Default Re: Yanc Mod Under Way

I'm glad it will be a new component because I am about ready to take the Yanc component out back and shoot it.
__________________
Divamissx, Software Development Consultant
Increase your Forum Traffic: The Forum Seeders Network
divamissx is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Yanc Subscribe Module 1.2 Released visualdensity Development Announcements 24 14.10.2005 14:06
YANC (spam mails) Heart Component Development 1 27.08.2004 11:24
Can't login after add/remove/add Yanc newsletter ikitajima Mambo 4.5 Installation and Upgrades 3 30.06.2004 22:09
yanc...newsletter e cose strane Nestor Problematiche generali 2 19.05.2004 12:29


All times are GMT +2. The time now is 11:47.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.