News:

Want to get involved in developing SMF? Why not lend a hand on our GitHub!

Main Menu

SMF 2.0 RC2 Is Great But...

Started by GurusForum.com, November 14, 2009, 04:26:21 PM

Previous topic - Next topic

GurusForum.com

Thanks SMF buddies.

My forum is now running on SMF 2.0 RC2

You are all great!

However, how can I make the forum to start sending emails to the members?

For example, if someone check on "Notify me of replies", my forum doesn't send email again the member who made the post.

It started after the transfer from one host to another hosting account. Is there anyting I did wrong? How can I rectify this problem?

More so, how can I add Google adsense to the forum?

Thanks
Join The Community Of The Professionals
http://gurusforum.com

Free Online Article Directory
http://gurusarticles.com

hadesflames

Might be that your new host doesn't allow emails to be sent. You can test this out by making a new page called email.php somewhere on your website, with the following code on it:

<?php
// The message
$message = "Success!";

// Send
mail('[email protected]', 'Test Email', $message);
echo
'done';
?>


replace "[email protected]" with your actual email, then point your browser to that page. Now check your email and see if you received anything with the Subject "Test Email" (might be in your junk folder) If you don't receive it, then your host likely doesn't allow sending of emails, in which case you will have to take it up with them, or switch to another host.

GurusForum.com

Thanks for your prompt reply.

I doubt if the host doesn't allow this. I'm currently using Hostgator and my Article Directory site which I hosted with them is sending emails.

Maybe there is something wrong somewhere - maybe something I didn't click or codes I didn't attach.

Take care!
Join The Community Of The Professionals
http://gurusforum.com

Free Online Article Directory
http://gurusarticles.com

Norv

Check out the mail settings in the admin panel, perhaps they're set to point to the old host SMTP server by any chance?
Searching for "mail" in the Admin's search textbox should take you to the mail settings page.
To-do lists are for deferral. The more things you write down the later they're done... until you have 100s of lists of things you don't do.

File a security report | Developers' Blog | Bug Tracker


Also known as Norv on D* | Norv N. on G+ | Norv on Github

GurusForum.com

I think you are right. It seems to me that I'm still using the SMTP settings of the old hosting account instead of Hostgator.

How do I get the new settings?

Thanks
Join The Community Of The Professionals
http://gurusforum.com

Free Online Article Directory
http://gurusarticles.com

hadesflames

Hostgator should be able to provide you with those details if you don't know them yourself.

H

Alternatively you can try switching from SMTP > phpmail in the e-mail settings
-H
Former Support Team Lead
                              I recommend:
Namecheap (domains)
Fastmail (e-mail)
Linode (VPS)
                             

GurusForum.com

Thanks buddy. I was able to configure the email
settings after talking to Hostgator this morning.
Everything is work well now.

However, how can I add Google adsense to the Curve
theme?

More so, replies to the posts on my forum do appear
above the main post. How can I rectify this in admin
panel?

Thanks all!
Join The Community Of The Professionals
http://gurusforum.com

Free Online Article Directory
http://gurusarticles.com

Kermit

For the google ad thing,if you want to control this via your AdminCP,then you can use this mod http://custom.simplemachines.org/mods/index.php?mod=255 ,but as far as i see,the mod is not compatible yet with RC2,in that case you can ask the mod author for further help http://www.simplemachines.org/community/index.php?topic=68632.0
My Mods
Please don't PM/mail me for support,unless i invite you
Formerly known as Duncan85
Quote
"Two things are infinite: the universe and human stupidity; and I'm not sure about the the universe."

A. Einstein

Norv

Quote from: GurusForum.com on November 16, 2009, 06:31:31 AM

More so, replies to the posts on my forum do appear
above the main post. How can I rectify this in admin
panel?


I think this is a setting in your Profile > Look and Layout > Show most recent posts at the top.
To-do lists are for deferral. The more things you write down the later they're done... until you have 100s of lists of things you don't do.

File a security report | Developers' Blog | Bug Tracker


Also known as Norv on D* | Norv N. on G+ | Norv on Github

GurusForum.com

Thanks. I was able to rectify the issue some days ago.

Norv, you are right with what you wrote. That's exactly
what I did then and everything went well.

Now, I have another issue at hand. And it's:

How do I add Google or CPA codes on my SMF 2.0
RC2 forum? I use default theme Curve for my forum.

Expecting your kind reply.

Take care!
Join The Community Of The Professionals
http://gurusforum.com

Free Online Article Directory
http://gurusarticles.com

hadesflames

You mean adding code to the header/foot of your forum? You can use this mod for that:
http://custom.simplemachines.org/mods/index.php?mod=351

You should be able to add code there which will appear on your header or footer.

Advertisement: