login & signup template
Design and Skin Customization
Thank you Douglas and
@strumelia for the prompt response.
The reason I wanted to try to modify is that the login and signup page have been tagged by google adsense for a violation. The violation is : Valuable Inventory: No content. I currently have an ad in the footer section. I had 2 thoughts.
1. Add some content to the log in form. ( ex. events, chart...etc)
2. Remove adsense from those 2 pages.
Douglas, I wanted to try your suggestion fom
https://www.jamroom.net/the-jamroom-network/forum/using-jamroom/57664/jquery-to-exclude-code-from-running-on-index-page .
Top of index.tpl
{$newvariable="something"}
Check for the variable:
{if !isset($newvariable) || $newvariable != 'something'}
Java script goes here...
{/if}
Which would be better?
updated by @rdl419: 05/14/18 09:00:33AM