hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: How to search the Activity Wall?
Welcome to the community! You need to implement a search model that looks through the activity model. Then you need to hook that into the base search model. You basically need to construct a query (o… (View Post)2 -
Re: Moderator Permissions - Manage Applicants & Ban Admin
You can find descriptions of permissions on the wiki here: http://vanillawiki.homebrewforums.net/index.php/Permissions (View Post)1 -
Re: What is the possibility of adding peregrine's Big Question Button to the Q&A addon?
This ability is offered via GitHub using the 'fork' button. Using the power of git blame, you can find the user that wrote every line of a project. If you want to see what was there before,… (View Post)2 -
Re: Adding Sprites/Icons to Navbar/Menu
The Sprites plugin essentially just adds some CSS that styles existing markup in certain ways. If you are the one spitting out the markup, check out the Sprite() function which takes a class and echo… (View Post)1 -
Re: Problem with links in comments section (version 2.1)
@warzyd There is an event hook right there for you to make use of. So let's do it. Step 1 make a plugin. * Create a new folder in /plugins called 'SignInForAnswer' * Inside that folde… (View Post)3
