hbf
MVPhbf MVP
Reactions
-
Re: How to modify an old plugin for 2.1
it's not really a PHP language construct constraint the requires you to implement the interface when declaring an extension class of a parent class which does not implement the interface you need... … (View Post)1 -
Re: How to modify an old plugin for 2.1
im not aware of any oop language that allows multiple inheritance (it may exist, i just dont understand how it would work from a CS perspective). you can only really have one parent type, then you ca… (View Post)2 -
Re: How to modify an old plugin for 2.1
basically the difference is between inheritance and implementation in laymans terms: implementation means there is a class [Class Gdn_IPlugin] that describes a set of interfaces (in this case an inte… (View Post)2 -
Re: POLL: Which do you think is better? Removing or Banning users?
remove to get rid of the user profile, add info to stop forum spam and internal ban list. (View Post)1 -
Re: Adding meta description to the forum home page.
all of my plugins start as a copy paste from the most similar thing i can find. i never hit file->new (View Post)2