almostbasic
NewComments
-
Forgot to include- I checked SMTP logs: The notification emails do not show up in the SMTP logs at all. They aren't even reaching the SMTP server. New registration emails (which are working) do show up in the SMTP logs.
-
I tried disabling all plugins, and it did not help. Again, it DOES send emails on registration, but not confirmation emails, so I know it's not an SMTP issue. I am testing this myself, with an account that has ALL options checked for confirmation emails. Version 2.2, no modified core files. Any ideas?
-
(edit) sorry, it double posted
-
Still can't get this to work. Anyone have any ideas?
-
I am using SendGrid for the emails, and have never had an issue. The forum still sends emails on new registrations, password resets, etc. so the SMTP settings are working. It's ONLY the notification emails that aren't being sent.
-
In a custom plugin in this function: public function discussionsController_render_before($sender)
-
Thank you. I'm not sure I'm using it correctly though. I tried both of these, and neither worked, am I missing something? $sender->Head->ClearTag('meta'); and $sender->Head->ClearTag('meta', 'description'); Thanks for the help!
-
Thanks a ton peregrine - that seems to work. I really appreciate you taking the time to come up with a solution. =)
-
Planning to, is this something that was dealt with in 2.1.11, or is that just a general recommendation?
-
Agreed, but I don't understand why. Here is my permissions settings for "Applicant" According to those rules, Applicant should not be able to flag, right?
-
They added the "Section-" type classes in version 2.1. They show up in the Baseline and Bittersweet default themes, and they show up on this site as well. But, they do not show up when I use my theme with a default.master.php file. I tried several other themes using a default.master.php file, and had the same result. I dug…
-
Ok, it works properly with the Baseline theme, so it's something wrong with my theme. Is that body tag setup properly for using a default.master.php file? Anything else I should look for?
-
Minor update in case anyone else tries to do this: I noticed that these URL's would cause a redirect loop for guests, so I changed the: $Destination = Url('', true); line to the forum root like: $Destination = Url('http://www.mydomain.com/forum/', true); This works well for guests and members alike. Thanks again for the…
-
Putting the main activity page in as the destination URL worked flawlessly. Thanks for the help!
-
Bump! Any ideas?
-
Is there any reference anywhere on how to hook into to different pages? For example, I have the same meta title on the forum home page, /discussions/, an/categories/ Is it possible to hook into them individually and alter their page titles? Thanks again, I really appreciate all of your help. I'm fairly new to Vanilla - ran…
-
What about adding noindex, nofollow tags to the individual posts?
-
Got it working in 2.1.10 - thank you for the help! I got it working on the individual discussion pages as well. I think something similar would be really helpful on the individual comment urls like: https://www.websiteurl.com/forum/discussion/comment/12345/ They end up with the same page title as the main discussion URL,…
-
@Bleistivt - thank you for the help. Would this plugin work on 2.1.10 or is it only possible in 2.2? Thanks again!
-
That's good news, but isn't that only on the threads? I believe this forum is running 2.2, and the additional pages in the categories and main forum page do not include the page number in the title. Is it possible to add that function to those sections as well?