Email notifications after Joomla 1.0.9 update

Started by phil_roy, June 06, 2006, 08:05:12 AM

Previous topic - Next topic

Kindred

I use UltraEdit (which has a compare function built right in) and for more robust comparing, UltraCompare

and it's extremely reasonably priced after your shareware period expires...
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

jocke4u

Yes, I also have a license of UltraEdit in my development suite which are used much in text editing. But for PHP and Java that are my primary languages, Eclipse environment adds syntax validation and more. Then for me it's very essential to have version handling integrated.
Regards
Joacim, Sweden
[ Joomla 1.0.11 -- Virtuemart 1.0.6 -- SMF 1.1 RC3 -- SMF Bridge 1.1.6 ]

Mongoose


phil_roy

The change to index.php of Joomla had no effect sorry. And Kindred, Mac user so I think you were suggesting PC only text editors   ;)

Phil
http://www.nzmac.com
NZMac.com - Supporting the New Zealand Mac community

Kindred

I thought ConText at least does a mac version...  could be wrong... I haven't touched a mac since I left the QA dept. (and they had to pay me to do it then ;D)
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

jocke4u

Regards
Joacim, Sweden
[ Joomla 1.0.11 -- Virtuemart 1.0.6 -- SMF 1.1 RC3 -- SMF Bridge 1.1.6 ]

phil_roy

jocke4u...read my post! I wasn't even talking about Eclipse. Seriously, can we stay on the topic of the emails that are being sent out by SMF after the 1.0.9 update...please...please!?

Phil
http://www.nzmac.com
NZMac.com - Supporting the New Zealand Mac community


berginet

jup have the same problem like phil i drop in here to keep reply notifications here also

greets
berginet

jocke4u

Quote from: phil_roy on June 09, 2006, 01:06:25 AM
jocke4u...read my post! I wasn't even talking about Eclipse. Seriously, can we stay on the topic of the emails that are being sent out by SMF after the 1.0.9 update...please...please!?

Phil
Hi Phil,

Sorry about that....I am very exited about Eclipse Platform :-)

But to the topic I have noticed that I have the same issue and have made some tests last night but no real conclusion yet. I suspect that it could be something with the regular expression in integrate_outgoing_email(...) but doesn't have a solution yet.
Regards
Joacim, Sweden
[ Joomla 1.0.11 -- Virtuemart 1.0.6 -- SMF 1.1 RC3 -- SMF Bridge 1.1.6 ]

Orstio

I can fix this problem.  However, in order to fix this problem, I need to see it in action, at each and every step.  In order to do that, I need FTP access to an environment in which it is happening, so that I can modify the file to help monitor what is happening.

Because it has not happened on any site on which I do have access, I will need access to one of the sites where it is happening in order to see what is happening and fix it.


berginet

Yes Sir, it works youre doing really a great work here, thank you so much man!

best greets
bergi

gasg

#33
Another fast and clean solution is that (better then http://www.simplemachines.org/community/index.php?topic=98134.0)

BUT FIRST NOTE THAT: It works only if your forum is in unwrapped mode

Well, open the smf.php find the line 'integrate_outgoing_email' => 'integrate_outgoing_email', and remove.

If you have that code line in your Forum index.php

// Redirect users who try to access /forum directly
if (strpos($_SERVER['QUERY_STRING'], 'dlattach') === false)
{
        if(!defined('_VALID_MOS')){ header("Location: /index.php?option=com_smf&Itemid=yourItemid");}
}


Romove too, upload all file by replacing and Forum Notify work with no problem with SEO Enabled :)

If any coder have a solution for using that mode in wrapped mode please explain, Thanks.

Hope this helps who have my same problem with Forum email Notify.

Orstio

That will just redirect people to the stand alone forum, not the unwrapped forum.

gasg

Yes but this need for showing correct the post that is in the notify link.
The Real problem is sef.php file, on a particular server that cause problems, triyng with Joomla (from joomla.org) SMF from simplemachines.org and Bridge 1.1.5a, same issue...(works fine only sef.php from joomla 1.0.8..)

This for me now is the only good way that I have found.. and seems If the forum is unwrapped, works fine, if the forum is wrapped naturally it is a bad link if the index.php redirect on the com_smf link, before need to set forum unwrapped.

Orstio

Wrapped and unwrapped are the same URL.  The only difference is the method of display.

Stand alone is not bridged whatsoever.  If somebody registers on your stand alone forum, they will not be registered in Joomla.  If they login to your stand alone forum, they will not be logged into Joomla.

gasg

Right thanks, but this method don't influence on that I believe, it's only the integrate_outgoing_email function that is removing from Bridged I think, or not?
Well at this point Just for the site and forum Look is good to settings unwrapped, and remove index.php SMF  redirect code othwerthise Notifies URL dont work.

Advertisement: