R_J
AdminR_J Admin
-
Re: List User Post Count Dashboard
No, the fields which could be used for sorting are hard coded: * DateInserted * DateFirstVisit * DateLastActive * Name You can make it look like it would be possible to sort the results by using that… (View Post)1 -
Re: No OpenID Button for Gopi theme? (Help from any CSS Professional needed)
If I inspect the first of this icons, I can see that it has the following class: "Sprite ReactSprite ReactFacebook". If I search in the Vanilla sources, I find it on several places: https:/… (View Post)1 -
Re: Automatically creating upload folders?
MyAttachments is using the MediaModel from the FileUpload plugin without stating that in the RequiredPlugins info. So it will fail anywhere where that plugin is missing (View Post)1 -
Re: Dragging 2.0.18 up to 2.3.1
You can and should download all versions from here: https://open.vanillaforums.com/addon/vanilla-core Look at the version history to find old packages: https://open.vanillaforums.com/addon/vanilla-co… (View Post)2 -
Re: Is there a way to show all tags?
Yes and no... If you look here, you will see that the limit of the tags is hard coded and so you cannot simply change it. The correct way would be to write your own plugin, something like a "All… (View Post)1