hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: [Solved] Change the branding tag line
Welcome to the community! Since the tagline is hard coded into the theme's master template, you will need to modify the /themes/nebula/views/default.master.tpl file. Change the text inside the t… (View Post)1 -
Re: Integrating the Authentication system and Login module to our website
Add this to your global.js file: jQuery(document).ready(function($) { $.ajax({ url: "http://lounge.indiantripadviser.com/module/memodule", cache: false }) .done(function( html ) { $( "… (View Post)3 -
Re: User profile page is broken
Welcome to the community! This exact same problem was just sorted out in this thread: http://vanillaforums.org/discussion/comment/197005/#Comment_197005 Please read through it and try all solutions p… (View Post)1 -
Re: Export user emails.
Welcome to the community! There is a mail chimp plugin in the addon repository. http://vanillaforums.org/addon/mailchimpintegration-plugin (View Post)2 -
Re: [Solved] Does anyone know how to install Masonry to work with your theme?
You can do this with straight CSS using :nth-child() selectors (which are well supported). You can use the following selectors to skip the JS all together. li { /* Base styles for all li items/first … (View Post)2
