Linc
AdminLinc Admin
Options are papercuts.
Reactions
-
Re: I'm so excited!
Is this a bad time to mention we want to ditch that module and fix that whole feature because we know it's glitchy and weird? :neutral_face: Sorry, don't mean to be a wet blanket... and on the other … (View Post)1 -
Re: Using a View from within a Module
Ah, yes, modules seem spurious if you're a plugin developer. But what if you're theming? Do this in your default.master.tpl: {module name="NewDiscussionModule"} Ohhh, fancy! But what about.… (View Post)2 -
Re: Q&A Plugin not working?
Is there a little dropdown arrow on the New Discussion button? If not, are you using a theme that maybe doesn't account for it? (View Post)1 -
Re: Users with no roles after import
@Rob_Che Are the banned users properly marked with a 1 in the Banned column on the User table? If so, you could run this SQL query to populate the GDN_UserRole table with every non-banned member as … (View Post)2 -
Re: greate plugin
@peregrine try $MenuItems = C('Plugins.AddMenuitem'); to just have 1 config read. C will return an array if you call a higher level key. //edit: added to docs! (View Post)2