Not much of a chance of a bug fix since I have not the time to continue with this. It was a one off but I thought that it maybe useful for others. The code is quiet simple so you should be able to either create new passwords (and send reminders to…
New version.
# Link to first and last poster now working.
# BB Code vs Text now working.
# passwords are NOT translated.
Yes, read the last line: password are not migrated which means that unless you use single sign on (which I do) the migration…
I guess that this addon is dead now.
Still, there is (yet another) bug in there. It does not do UTF-8 names. Once I have worked out how to fix it, I'll post here again.
I was getting
Warning: Unexpected character in input: '' (ASCII=29) state=1 in /home/yann/projects/vanilla/public_html/extensions/DisplayName/default.php on line 69
Which was due to a ^] inserted at the end of the line. Removing that character m…
This issue is because of an unsafe use of ForceIncomingString() in the addon. Each
and every use of this function should be wrapped in htmlspecialchars() to avoid XSS
attacks.
Edit files the files default.php library/Function.TagThis.php and make…
Warning this extension (1.08 and maybe older version too) cause vanilla (1.1.10 and maybe older versions too) to be susceptible to multiple xss attacks. See bug report #19 at http://code.google.com/p/lussumo-vanilla/issues/detail?id=19 for more in…
This issue is because of an unsafe use of ForceIncomingString() in the addon. Each
and every use of this function should be wrapped in htmlspecialchars() to avoid XSS
attacks.
Edit files the files default.php library/Function.TagThis.php and make…
Warning this extension (1.08 and maybe older version too) cause vanilla (1.1.10 and maybe older versions too) to be susceptible to multiple xss attacks. See bug report #19 at http://code.google.com/p/lussumo-vanilla/issues/detail?id=19 for more in…
The SQL generating the above is:
SELECT SubscribedEntireForum FROM LUM_User WHERE UserID = '16293'
SELECT SubscribeComment FROM LUM_User WHERE UserID = '16293'
SELECT SubscribeOwn FROM LUM_User WHERE UserID = '16293'
SELECT SubscribeComment FROM LU…
@SubJunk. Yeah, it was version 2.0.3 for the last error. I have upgraded to 2.0.4 and it gives me a similar yet different set of errors. All I have done is to unzip the addon in vanilla-1.1.10/extensions/ and enable it via the settings tab. Is t…
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/yann/projects/vanilla/public_html/extensions/Notifi/default.php on line 117
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resour…
The SQL generating the above is:
SELECT SubscribedEntireForum FROM LUM_User WHERE UserID = '16293'
SELECT SubscribeComment FROM LUM_User WHERE UserID = '16293'
SELECT SubscribeOwn FROM LUM_User WHERE UserID = '16293'
SELECT SubscribeComment FROM LU…
@SubJunk. Yeah, it was version 2.0.3 for the last error. I have upgraded to 2.0.4 and it gives me a similar yet different set of errors. All I have done is to unzip the addon in vanilla-1.1.10/extensions/ and enable it via the settings tab. Is t…
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/yann/projects/vanilla/public_html/extensions/Notifi/default.php on line 117
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resour…
Newline breaks are a pain. AutoP is the addon you want. Could you make BBCodeParser depend on it? That way, it would be easier to know about the problem.
Otherwise, this addon works great!
Newline breaks are a pain. AutoP is the addon you want. Could you make BBCodeParser depend on it? That way, it would be easier to know about the problem.
Otherwise, this addon works great!
I have a patch to sort the categories alphabetically. It is attached at the bottom, hopefully it won't look horrid.
@ithcy: I could send you the patch via email if you wanted to include it in the next release.
41,43d40
< $list = array();
…
I have done a single sign on for Vanilla 1 and it was as simple as reading the code and following the instruction therein. I have no idea about 2 but I remembering seeing a plugin for it.