watches… that is not a count of watches… it is a count of new, unread topics you are watching… more on the plugin: http://codex.simple-press.com/codex/plugins/our-plugins/available-plugins/watches/
languages… did you actually download from our http://glotpress.simple-press.com any of the language translations to use???? more on the plugin: http://codex.simple-press.com/codex/plugins/our-plugins/available-plugins/plugin-language-theme-selector/
admin bar… please explain what you mean? who cannot create a topic? its probably because your site is throwing numerous js errors… A quick look and I would guess its because you have a theme and plugins, violating the wp standards and api… they are loading their own versions of jquery and jquery ui… see: http://codex.simple-press.com/codex/faq/troubleshooting/what-is-this-jquery-conflict/
the theme apollo is loading its own jquery ui instead of the version that comes with wp… bad news… this:
<script type=’text/javascript’ src=’http://dslrnerd.com/wp-content/themes/apollo/js/jquery-ui.js?ver=1.2.1′></script>
and its a bit outdated…
additionally, you have a plugin, ajax search, loading its own version of jquery ui too… this:
<script type=’text/javascript’ src=’http://dslrnerd.com/wp-content/plugins/ajax-search-pro/js/nomin/jquery.ui.js?ver=3.5.2′></script>
and its a different version than the other one… sure fire problems… really frustrating when wp themes and plugins skirt around the api…
and finally, you are serving cached forum pages… another major problem for js… this:
<!– This Quick Cache file was built for ( dslrnerd.com/forum/ ) in 1.36916 seconds, on Jul 19th, 2013 at 12:03 am CDT. –>
<!– This Quick Cache file will automatically expire ( and be re-built automatically ) on Jul 19th, 2013 at 1:03 am CDT –>
<!– +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ –>
<!– Quick Cache Is Fully Functional
… A Quick Cache file was just served for ( dslrnerd.com/forum/ ) in 0.00256 seconds, on Jul 19th, 2013 at 5:03 am UTC. –>
All of the forum content displays on a single wp page… therefore its dynamic (with internal caching) and you cannot cache it… you must tell the caching plugins to not cache the wp page you have the forum on…