Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2007-03-12 07:29:15

Mary
Sock Enthusiast
Registered: 2004-06-27
Posts: 6,236

[plugin] [ORPHAN] upm_pending_notify: Pending article notification

upm_pending_notify: Pending article notification.

The plugin can be found on github

Last edited by colak (2015-04-04 15:53:51)

Offline

#2 2007-03-12 14:06:06

webclick
New Member
Registered: 2007-03-01
Posts: 3

Re: [plugin] [ORPHAN] upm_pending_notify: Pending article notification

Thanks Mary for the plugin, I’m installing it right now.

Offline

#3 2007-03-12 15:07:51

tinyfly
Member
From: Dallas, Texas
Registered: 2004-05-10
Posts: 462
Website

Re: [plugin] [ORPHAN] upm_pending_notify: Pending article notification

Sweet!! Thanks Mary

Offline

#4 2007-03-12 15:59:54

tinyfly
Member
From: Dallas, Texas
Registered: 2004-05-10
Posts: 462
Website

Re: [plugin] [ORPHAN] upm_pending_notify: Pending article notification

It seems that whenever I post and article by a freelancer or change the status to live by a publisher it just puts text with the content of the email underneath the article in the write section but doesn’t actually email anything.

Also, would it be possible to be able to select which publisher gets notified? In my case I am designing the txp site for a client but I don’t want to get notified everytime after I hand over the site to the client.

Offline

#5 2007-03-12 22:21:53

Jeremie
Member
From: Provence, France
Registered: 2004-08-11
Posts: 1,578
Website

Re: [plugin] [ORPHAN] upm_pending_notify: Pending article notification

Same thing for me.

Version de Textpattern: 4.0.4 (r2191)
Dernière mise à jour: 2007-01-03 02:44:05/2007-01-03 02:42:23
Document racine: /home.10.5/dorem/multi/shadowrun.fr
$path_to_site: /home.10.5/dorem/multi/shadowrun.fr
Chemin d’accès à Textpattern: /home.10.5/dorem/multi/shadowrun.fr/textpattern
Format des URL: section_title
Répertoire temporaire: /home/dorem/multi/shadowrun.fr/textpattern/tmp
URL du site: shadowrun.fr
Version de PHP: 5.2.1
Date & heure du serveur: 2007-03-12 23:17:00
MySQL: 5.0.26-log
Locale: fr_FR.UTF-8
Serveur: Apache
API PHP du serveur: cgi
Entêtes RFC 2616: 0
Système d’exploitation serveur: Linux 2.4.32-mutu
Plugins actifs: ajw_notepad_public-0.1, zem_link-0.3m, glx_image-0.5, rss_suparchive-0.15.1, mdn_count-1.4, ako_nav-0.9.1, mdn_if_custom-1.1, rei_show_custom-0.4, rss_admin_show_adv_opts-0.1, zem_contact-0.6m, bit_rss-0.3, glx_recent_articles-0.4, glx_if-0.7, upm_quicktags-0.5, ob1_title-2.2, bas_lets_see_yours-0.2, asy_captcha-1.0m, zem_contact_lang-4.0.3.5m, asy_sitemap-0.7m, zem_redirect-1.1, wet_quicklink-0.2.1m, wet_peex-0.1, upm_pending_notify-0.1

Vérifications: 
------------------------
/home.10.5/dorem/multi/shadowrun.fr/textpattern/setup/ existe encore
Certains fichiers de Textpattern ont été modifiés: /lib/admin_config.php
Vous utilisez des fichiers en développement sur un serveur public: /include/txp_category.php, 
	/include/txp_tag.php, 
	/include/txp_list.php, 
	/include/txp_page.php, 
	/include/txp_discuss.php, 
	/include/txp_prefs.php, 
	/include/txp_log.php, 
	/include/txp_image.php, 
	/include/txp_article.php, 
	/include/txp_css.php, 
	/include/txp_link.php, 
	/include/txp_file.php, 
	/lib/txplib_misc.php, 
	/lib/classTextile.php, 
	/lib/txplib_html.php, 
	/lib/txplib_db.php, 
	/lib/txplib_forms.php, 
	/lib/class.thumb.php, 
	/publish/taghandlers.php, 
	/publish/atom.php, 
	/publish/comment.php, 
	/publish/rss.php, 
	/publish.php, 
	/index.php
------------------------

contenu du fichier .htaccess: 
------------------------
Options -Indexes
AddDefaultCharset utf8
SetEnv PHP_VER 5

#DirectoryIndex index.php index.html
#Options +FollowSymLinks
#RewriteBase /relative/web/path/

Redirect Permanent /sitemap-punbb.php http://shadowrun.fr/SitemapForums
Redirect Permanent /sitemap-srfr-globale.php http://shadowrun.fr/SitemapGlobale

<IfModule mod_rewrite.c>
 RewriteEngine On

#www en .
 RewriteCond  %{HTTP_HOST}  ^www\.shadowrun\.fr [NC]
 RewriteRule  ^/?(.*)  http://shadowrun\.fr/$1 [R=301,L]

#ShadowWiki
RewriteRule ^wiki/?(.*)$ /w/index.php?title=$1 [L,QSA]

#Renvoi du ShadowWiki
RedirectMatch 301 ^/tempwiki/(.*)$ http://wiki.shadowrun.fr/wiki/$1

#Les sitemap

RewriteRule ^SitemapForums$ /sitemap-punbb12.php [PT,L]
RewriteRule ^SitemapGlobale$ /sitemap-srfr-globale2.php [PT,L]
RewriteRule ^SitemapCMS$ /sitemap.xml.gz [PT,L]


#Le bordel

RewriteRule ^RSS-ShadowWiki$ //w/index.php?title=Special:Recentchanges&feed=rss [PT,L]

#TXP
 RewriteCond %{REQUEST_FILENAME} -f [OR]
 RewriteCond %{REQUEST_FILENAME} -d
 RewriteRule ^(.+) - [PT,L]

 RewriteRule ^(.*) /index.php
</IfModule>

#php_value register_globals 0

And on the write screen, logged as a priv5 account, on html line 438 I got:

</style>Dear Jérémie Bouillon,

Compte de test has submitted an article for review:

etc.

Offline

#6 2007-03-13 11:49:08

pieman
Member
From: Bristol, UK
Registered: 2005-09-22
Posts: 491
Website

Re: [plugin] [ORPHAN] upm_pending_notify: Pending article notification

this is gonna be useful…. nice work Mary

Offline

#7 2007-03-13 12:19:56

sthmtc
Member
From: CGN, GER
Registered: 2005-01-17
Posts: 586
Website

Re: [plugin] [ORPHAN] upm_pending_notify: Pending article notification

first of all — thank you very much mary!

unfortunately it doesn’t work for me neither. i’m having the exact same problem as described above by tinyfly and jeremie.

Offline

#8 2007-03-13 17:10:16

Mary
Sock Enthusiast
Registered: 2004-06-27
Posts: 6,236

Re: [plugin] [ORPHAN] upm_pending_notify: Pending article notification

Bah! Try the update.

Last edited by Mary (2013-01-24 17:25:29)

Offline

#9 2007-03-13 17:23:52

tinyfly
Member
From: Dallas, Texas
Registered: 2004-05-10
Posts: 462
Website

Re: [plugin] [ORPHAN] upm_pending_notify: Pending article notification

Updated. Now when I try saving an article with a “freelancer” login it never saves, it is just continually trying to load the page.

update: I logged out then logged in with a “Publisher” login and the article is there it just never sent an email.

Last edited by tinyfly (2007-03-13 17:26:10)

Offline

#10 2007-03-13 17:28:39

Mary
Sock Enthusiast
Registered: 2004-06-27
Posts: 6,236

Re: [plugin] [ORPHAN] upm_pending_notify: Pending article notification

That doesn’t make any sense. Do you have other plugins installed? I’m wondering if maybe it’s some kind of conflict.

Also, would it be possible to be able to select which publisher gets notified?

Possible? Yes. At this moment in time? No.

Offline

#11 2007-03-13 17:41:25

tinyfly
Member
From: Dallas, Texas
Registered: 2004-05-10
Posts: 462
Website

Re: [plugin] [ORPHAN] upm_pending_notify: Pending article notification

I disabled my plugins and tried again. I still get the same effect the page never reloads after save and email is never sent.

The other txp email functions work though (i.e. resetting passwords).

update: uh…nevermind. My local web server was freaking out and I had to restart it. Your plugin works great. Nothing to see here (waves hand in semi-Jedi fashion).

Last edited by tinyfly (2007-03-13 18:02:07)

Offline

#12 2007-03-16 19:23:12

Mary
Sock Enthusiast
Registered: 2004-06-27
Posts: 6,236

Re: [plugin] [ORPHAN] upm_pending_notify: Pending article notification

Oh thank goodness. I tested again and still couldn’t replicate the problem. Thought I was losing what’s left of my mind. :)

Offline

#13 2007-06-13 15:36:15

Richard
New Member
From: Ontario Canada
Registered: 2007-06-13
Posts: 5
Website

Re: [plugin] [ORPHAN] upm_pending_notify: Pending article notification

Hi Mary

Thank you so much for this plugin. It’s just we wanted at our site, but I’ve run into a slight problem which maybe you can help with. As publisher I receive the notifications like I’m supposed to but none of the writers are receiving notification after I publish their articles, or so they tell me and I have no reason to believe they are messing with my head.

If you have any suggestions as to what I can do about this I’d be most grateful

cheers

Richard


“Every artists strictly illimitable country is himself/the artist who has played that country false has comitted suicide” e.e. cummings

Offline

#14 2007-06-14 01:16:27

Mary
Sock Enthusiast
Registered: 2004-06-27
Posts: 6,236

Re: [plugin] [ORPHAN] upm_pending_notify: Pending article notification

First things to check: are their defined email addresses correct? did they check their email spam folders in case they were flagged as spam?

Offline

#15 2007-06-14 02:29:30

Richard
New Member
From: Ontario Canada
Registered: 2007-06-13
Posts: 5
Website

Re: [plugin] [ORPHAN] upm_pending_notify: Pending article notification

mary

Yeah I’ve checked all the obvious stuff, I was actually kind of hoping either one was the case – but no all that was cool. I think it may turn out to be an internal problem not something with the plugin, because none of them have been receiving emails when they change their passwords, but when we had comments activated they were receiving comments no problem.

Jakob provided a potential fix for the latter problem – not getting notified of password changes – that involved a change that being made in development stages but not generally available yet. But since nobody else on this forum has run into that problem I don’t know if that’s the solution. His fix allows people to change their own email addresses which is cool, but I honestly don’t see how it will solve my problem.

cheers

Richard


“Every artists strictly illimitable country is himself/the artist who has played that country false has comitted suicide” e.e. cummings

Offline

Board footer

Powered by FluxBB