hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: How to make the below things to be seen in a div tag ?
I assume you want to add this to your mast template so it is shown on every page. Vanilla has some Smarty plugins that make this addition trivial: <div> {user_link} {photo_link} {signinout_link… (View Post)1 -
Re: The best way to prevent spam board!
The single best thing you can do, imo, is enable Akismet anti-spam. (View Post)1 -
Re: 2 Part Question 2.3.1
If you want to only allow sign in via SSO, you can change the register option to connect only. $Configuration['Garden']['Registration']['Method'] = 'Connect'; (View Post)1 -
Re: How to add adsense vanilla 2.3.1
Some popular addons for ads: Pocket - To put your adsense code AptAds - For more involved rotation of ads CategoryAds - For a simple rotating of ads per category (View Post)2 -
Re: Is there a way to hide/replace badges as users level up in the same category?
You could do this fairly easily as a custom rule. Assuming you are talking about the Length Of Service rule, you could even extend the base rule to use the existing checking code and only remove othe… (View Post)3