Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Help with Vanillaforums.
Yes, it looks like you have removed the foot asset which contains all of the javascript definitions. {asset name="Foot"} Add it somewhere before the closing body tag. You can see if there a… (View Post)3 -
Re: Import Comments from Database
Why? This only creates unnecessary complexity. You can change the "Format" column on these comments to "Raw", which prevents any HTML processing. Anyway, what you want to do can e… (View Post)1 -
Re: Feedback Thread
No, it will not have a negative SEO impact, at least not for your google ranking. It adheres to the google infinite scroll guide: http://googlewebmastercentral.blogspot.de/2014/02/infinite-scroll-sea… (View Post)5 -
Re: Import Comments from Database
You can use the event BeforeSaveComment of the comment model for that. So the event handler would be called: public function CommentModel_BeforeSaveComment_Handler($Sender) { ...} where $Sender->E… (View Post)2 -
Re: Ignoring whole discussions (2.1.8)
Could you describe what you mean by ignoring? If not receiving notifications or marking the discussion as read without opening would suffice, take a look at these 2 of my plugins: http://vanillaforum… (View Post)1