Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
BlogThis
This discussion is related to the BlogThis addon.
Comments
=============================================================================================================
Notice: Undefined variable: Configuration in C:\xampp\htdocs\vanilla\extensions\BlogThis\library\Function.BlogThis.php on line 80
Notice: Undefined variable: Configuration in C:\xampp\htdocs\vanilla\extensions\BlogThis\library\Function.BlogThis.php on line 80
Notice: Undefined variable: Configuration in C:\xampp\htdocs\vanilla\extensions\BlogThis\library\Function.BlogThis.php on line 80
=============================================================================================================
error repeats for each comment on page.
any suggestion?
someone can explain me, is that the right fix or I have something else to configure/change?
thx
Line 80 should be
$CommentList .= '< a h r e f ="'.GetUrl($Context->Configuration, 'comments.php', '', 'DiscussionID', $Comment->DiscussionID, $CurrentPage, 'PostBackAction='.$blogged).'&BlogCommentID='.$Comment->CommentID.'">'. $CommentGrid->Context->GetDefinition($blogged).'< / a >';
"$Context->Configuration" instead of "$Configuration".
I use Category Roles myself, but I don't see why support couldn't be added with a conditional. Looking at the file the major difference is some extra SQL - correct? So all I'd need is a conditional to see if Multi Roles is installed. If you fancy writing that too - I'm happy to include it
In general - I'm happy for other people to contribute to this project, but I would like to remain the maintainer because the underly fact is I want it to work as I want it to work on the sites I run. I am of course happy to make things as optional as possible so that people can choose how they want it to be - I try and be empathetic to other people's needs!
http://lussumo.com/addons/?PostBackAction=AddOn&Success=1&AddOnID=415
TagThis!