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

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

Go Back   Mambers.com > Development > Development Announcements

Reply
 
LinkBack Thread Tools Display Modes
Old 27.09.2004, 21:16   #1 (permalink)
Mamber
 
Join Date: Sep 2004
Posts: 53
schmalls is on a distinguished road
Default MaMML 0.3.0 - the highest numbered version yet! released.

MaMML a Mambo Mailing List version 0.3.0 has been released.

Here are some of the changes:

-added content appending functionality
--{mosimage} tags are replaced with correct images in html mailings, but are removed in text only
-added user registration which can be accessed by "index.php?option=com_mamml&action=showRegistratio n"
-added temporary from fields change
-changed subscriber view to multipage (it took a long, long time to load over 50 people)
-cleaned up interface some more
-fixed a few bugs I found along the way

Please check it out and report any bugs that you find. This version should be much more friendly to sites with large user bases when using the "subscriber" view in the backend. There have been no database changes since v 0.1 so upgrading shouldn't be a problem.

To get it go to http://mamboforge.net/projects/mamml/ orhttp://schmalls.shyper.com

-Schmalls
schmalls is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 27.09.2004, 22:03   #2 (permalink)
Junior Mamber
 
manolo's Avatar
 
Join Date: Aug 2004
Posts: 45
manolo is on a distinguished road
Default Re: MaMML 0.3.0 - the highest numbered version yet! released.

Is it possible to make it also work at the frontend, ive got some publishers who want to write newsletters but dont want a backend admin...

thx
manolo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 27.09.2004, 22:26   #3 (permalink)
Mamber
 
Join Date: Sep 2004
Posts: 53
schmalls is on a distinguished road
Default Re: MaMML 0.3.0 - the highest numbered version yet! released.

it already allows frontend mailing for anyone who is a Publisher or above.

-Schmalls
schmalls is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02.10.2004, 23:21   #4 (permalink)
Junior Mamber
 
Join Date: Sep 2004
Posts: 32
SebberJUZ is on a distinguished road
Default Re: MaMML 0.3.0 - the highest numbered version yet! released.

hi there.

what do i do when i get this:

Quote:
Notice: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'contentid = '' WHERE list_id = 1 AND published = 0' at l in /var/www/web6/html/includes/database.php on line 184
any help would be appreciated

also, just a little feedback on MAMML: it could be a bit more user friendly, maybe in the backend a central menu for the entire mamml and, ah well, i dont know i just think it could still be spiced up a bit, just my two cents. great work though... keep it up
SebberJUZ is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04.10.2004, 09:15   #5 (permalink)
Mamber
 
Join Date: Sep 2004
Posts: 53
schmalls is on a distinguished road
Default Re: MaMML 0.3.0 - the highest numbered version yet! released.

it looks like the error has something to do with attaching a content item. Is that what you are trying to do and it is not working? Or is it doing that with a normal mailing? Also, is it with the frontend or backend?

-Schmalls
schmalls is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04.10.2004, 15:37   #6 (permalink)
Junior Mamber
 
Join Date: Sep 2004
Posts: 32
SebberJUZ is on a distinguished road
Default Re: MaMML 0.3.0 - the highest numbered version yet! released.

Quote:
Originally Posted by schmalls
it looks like the error has something to do with attaching a content item. Is that what you are trying to do and it is not working? Or is it doing that with a normal mailing? Also, is it with the frontend or backend?

-Schmalls
frontend. i am not trying to append it to any content. the sql database should be flawless, its the latest update and its used by many other sites on that sever without problems...
SebberJUZ is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04.10.2004, 15:56   #7 (permalink)
Junior Mamber
 
Join Date: Sep 2004
Posts: 32
SebberJUZ is on a distinguished road
Default Re: MaMML 0.3.0 - the highest numbered version yet! released.

i also get this error when i want to delete a list in the backend
SebberJUZ is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04.10.2004, 18:15   #8 (permalink)
Junior Mamber
 
Join Date: Sep 2004
Posts: 32
SebberJUZ is on a distinguished road
Default Re: MaMML 0.3.0 - the highest numbered version yet! released.

another thing:
the roll-over links for publish and preview are screwed up. might that be because i use a different language pack? i am not sure.
SebberJUZ is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04.10.2004, 18:22   #9 (permalink)
Mamber
 
Join Date: Sep 2004
Posts: 53
schmalls is on a distinguished road
Default Re: MaMML 0.3.0 - the highest numbered version yet! released.

I believe I have found it. Had you already created a mailing but not sent it, and went back to edit it? There is a bug when you do this apparently. To fix it, open up [mambo]/components/com_mamml/classes/class.mailer.php and delete line 203:
Code:
contentid = '" . $contentid . "'
but about the deleting in the backend, I can't find anything, maybe a copy of the error message would be helpful.

-Schmalls
schmalls is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04.10.2004, 19:29   #10 (permalink)
Junior Mamber
 
Join Date: Sep 2004
Posts: 32
SebberJUZ is on a distinguished road
Default Re: MaMML 0.3.0 - the highest numbered version yet! released.

the error in the frontent seems to be gone now, thanks

the error in the backend i get when wanting to delete a list, is this:

1) the same as i posted above

plus

2) an alert window that sais:
(same as above)...at line 1 in SQL=ALTER TABLE mos_mamml_subscribers DROP COLUMN 1

and what about that roll-over problem? where it sais "pubish" and "preview" i have only textlinks in the frontend, and when i hover over them, they disappear thus creating a messy thing there
SebberJUZ 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
MaMML (MaMML a Mambo Mailing List) v0.2.1 released schmalls Development Announcements 2 17.09.2004 21:42
MaMML (MaMML a Mambo Mailing List) v0.1 released schmalls Development Announcements 2 16.09.2004 16:40
Version 0.8 of PollXT is released omerten Development Announcements 0 12.06.2004 22:01
Shout It! version 1.2 Released! dknight Development Announcements 11 28.04.2004 07:56


All times are GMT +2. The time now is 16:21.

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.