Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Plugin dont show quote
Are you using the latest version? I can't debug your localhost, sorry. If you decide to try it on a public vanilla install though, pm me a link. (View Post)2 -
Re: Addon did not show on dashboard for enabling.
@Propser No, I suspect the large majority will keep working. (View Post)2 -
Re: Addon did not show on dashboard for enabling.
Sorry, since I developed this plugin for a 2.2 and php5.4 site you likely need to replace line 3 of class.registercta.plugin.php with $PluginInfo['registercta'] = array( and line 13 with ); ...or wai… (View Post)3 -
Re: Profile Data Display
To display it like a list: dl.About dt, dl.About dd { display: block; padding-bottom: 3px;}dl.About dt { float: left; margin-right: 7px;}dl.About dt:after { content: ':';}dl.About { padding-left: 10p… (View Post)5 -
Re: Showing Users with Most Reactions?
Check out my YagaDiscussionReactionCount plugin from github: https://github.com/bleistivt/YagaDiscussionReactionCount It also tracks the total reaction count in a user table field. Then all you'd nee… (View Post)2