Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Plugin dont show quote
@jackmaessen this is not a bug and unrelated to the problem of @loliserver The tooltip doesn't show if the post is fully visible in the viewport because that would be redundant. However it should sti… (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: Controller inside a plugin suddenly not recognized
Are you testing this on windows? I tried refactoring a plugin to use controllers a while ago but have given up on it, because it was very dodgy on windows. It would save the wrong path to the autoloa… (View Post)3 -
Re: Why is there so much markup in php files?
You are right, I would avoid doing this. You could also try using a background-image for the icon. In fact I would make use of vanillas category image functionality for convenience. You would then al… (View Post)3