Quote Originally Posted by oakley701
Also there are alot of renaming links in the templates_c folders as well that can help.
You should NEVER edit any file inside of the templates_c directly. Files in this directory are actually temporary cache files that are dynamically created and destroyed based on the file that they correspond to in the main templates directory. Whenever you make changes to your templates, you should only do so in the templates directory. If your changes do not show up immediately, you should go into the templates_c directory and delete the corresponding cache file. This will cause vShare to rescan the template and cache a new copy of it, allowing for your changes to be seen immediately. The order for this is templates-->templates_c. If you change files in the templates_c directory and change something else in the templates directory, any change that you made to the file in templates_c (which is the file that is being viewed on your site) would be overwritten with whatever you did in templates. This could cause problems with your site.