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.
RelNoFollow
RelNoFollow
0
Comments
On this site RelNoFollow 1.3.
Can we get this updated please?
I use the extension "PreviewPost". By clicking on the preview button the following message appears:
Notice: Undefined property: AuthRoleID in /srv/www/domain.com/httpdocs/modx/forum/extensions/RelNoFollow/default.php on line 23
is there any solution for this?
thx in advance!
Notice: Undefined property: Blog::$AuthRoleID in /home/simon/public_html/vanillasource.co.uk/forums/extensions/RelNoFollow/default.php on line 23
this is not working on my blog page
Notice: Undefined property: Blog::$AuthRoleID in /home/simon/public_html/vanillasource.co.uk/forums/extensions/RelNoFollow/default.php on line 23
This error appears when you are trying to preview a post (and possibly other places). To fix, change line 22 from
if ($FormatPurpose == FORMAT_STRING_FOR_DISPLAY) {
to
if ($FormatPurpose == FORMAT_STRING_FOR_DISPLAY && isset($Object->AuthRoleID)) {
cheers
im getting this ...
The plugin folder was not properly defined.
im getting this ...
The plugin folder was not properly defined.