<title> tags

Posted: 6/18/2009 1:27:03 PM
marnen

From: Albany, NY, US

Joined: 6/15/2009

Quick feature request. At the moment, all forum pages have just "Theremin World" as the contents of the tag. This means that in search results (even for the custom Theremin World search), they all appear as "Theremin World".<BR><BR>It would be a good idea to put the thread subject in the <title> tag instead of, or in addition to, "Theremin World". This should be a quick and easy thing to do, and would significantly increase the user experience on the forums.<BR><BR>Thanks! </div> <div class="clearfix"></div> </div> </div> <div class="forum-post-footer clearfix"> <a href="/forums/T/24582?post=163164#163164"><i class="fa fa-link"></i> link</a> <a href="#" class="pull-right" onclick="window.location='/Forums/ReportPost/163164?returnUrl=http%3A%2F%2Fwww.thereminworld.com%2FForums%2FT%2F24582%2Ftitle-tags%3Fpost%3D195994;'" title="Report post as spam or offensive">Report Post</a> </div> </div> <div class="forum-post"><a name="195994"> </a> <div class="forum-post-header"> Posted: 6/18/2009 6:38:04 PM <span class="forum-post-seq pull-right hidden-xs">2</span> </div> <div class="forum-post-details"> <div class="forum-post-userinfo"> <div class="userbadge-avatar"><a href="/user/omhoge"><img src="http://dp6mvjp51jcws.cloudfront.net/content/img/avatars/omhoge.jpg" alt="omhoge" title="omhoge"/></a></div> <div class="userbadge-username"><a href="/user/omhoge">omhoge</a></div> <div class="userbadge-details"> <div class="userbadge-location"><p>From: Kingston, NY</p></div> <div class="userbadge-joined"><p>Joined: 2/13/2005</p></div> <div class="userbadge-action-links"> <p><a href="/Forums/TopicsStartedBy/omhoge">threads</a> - <a href="/Forums/PostsBy/omhoge">posts</a></p> </div> </div> </div> <div class="forum-post-content" id="post-195994"> <div class="forum-post-body"> Thanks marnen.<BR>yup, that is *so* on the list for V2.<BR>Welcome to ThereminWorld, <BR>happy thereminizing! </div> <div class="clearfix"></div> </div> </div> <div class="forum-post-footer clearfix"> <a href="/forums/T/24582?post=195994#195994"><i class="fa fa-link"></i> link</a> <a href="#" class="pull-right" onclick="window.location='/Forums/ReportPost/195994?returnUrl=http%3A%2F%2Fwww.thereminworld.com%2FForums%2FT%2F24582%2Ftitle-tags%3Fpost%3D195994;'" title="Report post as spam or offensive">Report Post</a> </div> </div> <div class="forums-control-bar row"> <div class="col-sm-6 hidden-xs"> <div class="paged-list-navbar-desc">Showing Posts 1 - 2 of 2</div> </div> <div class="col-xs-12 col-sm-6 text-right"> <!-- don't draw it at all if there aren't any pagination items to show --> </div> </div> <div class="clearfix text-center"> <p>You must be logged in to post a reply. Please <a href="/Account/LogOn?returnUrl=http%3A%2F%2Fwww.thereminworld.com%2FForums%2FT%2F24582%2Ftitle-tags%3Fpost%3D195994">log in</a> or <a href="/Account/SignUp">register for a new account</a>.</p> </div> </main> <footer class="site-footer"> <div class="container"> <div class="row hidden-md hidden-lg"> <div class="col-xs-12 text-center"> <ul class="footer-links"> <li><a href="/theremin-store">Shop</a></li> <li><a href="/forums">Forums</a></li> <li><a href="/events">Events</a></li> <li><a href="/about-theremin-world">About</a></li> <li><a href="/privacy-policy" title="Privacy Policy">Privacy</a></li> <li><a href="/contact-us">Contact</a></li> </ul> </div> </div> <div class="row hidden-xs hidden-sm"> <div class="col-md-4 col-lg-3"> <ul> <li><a href="/privacy-policy">Privacy Policy</a></li> <li><a href="/about-theremin-world">About Theremin World</a></li> <li><a href="/staff">Staff</a></li> <li><a href="/contact-us">Contact Us</a></li> </ul> </div> <div class="col-md-4 col-lg-3"> <ul> <li><a href="/help" title="Help with the site">Help</a></li> <li><a href="/advertise" title="Advertise With Us">Advertise</a></li> <li><a href="/submit-news">Submit News</a></li> </ul> </div> <div class="col-md-4 col-lg-3"> <ul> <li><img src="http://dp6mvjp51jcws.cloudfront.net/Content/img/rss_32.png" style="width:16px;height:16px;" alt="RSS Feeds" /> Feeds:</li> <li> <ul> <li><a href="/articles/rss" title="Articles RSS">News</a></li> <li><a href="/forums/rss">Forums</a></li> <li><a href="/events/rss">Events</a></li> </ul> </li> </ul> </div> <div class="col-md-12 col-lg-3 text-center"> <ul> <li>Powered by Bariliant CMS v2.1</li> </ul> </div> </div> <div class="row"> <div class="col-sm-12"> <p>Copyright © 1996-2024 - Theremin World. All rights reserved.</p> </div> </div> </div> </footer> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js" integrity="sha384-jspctxrQmizRroXAKjoWWOOhkG3aZesspL7dmISSX5+p1LfXftbGQocYmzOsv9wx" crossorigin="anonymous"></script> <script type="text/javascript"> var $loginMsgCount; var $siteNavbar; var $frmSearch; var $btnSiteSearch; var lastSmallMode = inSmallMode(); function RefreshUnreadMessageCount() { $.ajax({ type: 'POST', url: "/messages/unreadcount", success: function (result) { // redraw the envelope and message count var envelope = $('#unreadPMCount'); var msg = result.unreadCount > 0 ? 'You have ' + result.unreadCount + ' unread messages.' : 'You have no unread messages.'; var pmEle = '<i class="fa fa-envelope-o fa-lg" title=\"' + msg + '"></i>'; if (result.unreadCount > 0) { pmEle += ' <span class="badge">' + result.unreadCount + '</span>'; $loginMsgCount.text(result.unreadCount).removeClass('hidden'); } else { $loginMsgCount.addClass('hidden'); } envelope.html(pmEle); }, traditional: true }); } function toggleSiteSearch() { if (!inSmallMode()) { return; } var v = $frmSearch.css('display'); if ('none' == v) { $frmSearch.show(); } else { $frmSearch.hide(); } } function inSmallMode() { return ($(window).width() >= 768 && $(window).width() < 992) ? true : false; } $(document).ready(function () { $loginMsgCount = $('#login-msg-count'); $siteNavbar = $('#site-navbar'); $frmSearch = $siteNavbar.find('#search-sm'); $btnSiteSearch = $siteNavbar.find('#btn-site-search'); // for dropdown searchbox in top bar $('.dropdown-menu input[type=text]').click(function (e) { e.stopPropagation(); }); $btnSiteSearch.click(function (e) { toggleSiteSearch(); }); $(window).resize(function () { var inSmall = inSmallMode(); if (inSmall === true) { if (lastSmallMode === true) { return; } else { $frmSearch.blur(); $frmSearch.hide(); lastSmallMode = inSmall; } } else { if (lastSmallMode === true) { $frmSearch.show(); lastSmallMode = inSmall; } else { return; } } }); }); </script> <script type="text/javascript" src="/Scripts/sceditor/minified/sceditor.min.js"></script> <script type="text/javascript" src="/Scripts/sceditor/minified/icons/monocons.js"></script> <script type="text/javascript" src="/Scripts/sceditor/minified/formats/bbcode.js"></script> <script type="text/javascript"> var sceTextArea = document.getElementById("sceditor-area"); sceditor.create(sceTextArea, { format: 'bbcode', width: '100%', height: '400px', icons: 'monocons', emoticonsRoot: '/Scripts/sceditor/', resizeMinWidth: -1, toolbar: 'font,color|copy,cut,paste|code,quote,horizontalrule|bold,italic,underline,strike,subscript,superscript|justify,left,right,center|emoticon,link,image,youtube|source', style: '/Scripts/sceditor/minified/themes/content/default.min.css' }); </script> <script type="text/javascript"> function showTitleEditBox() { $('#forum-topic-title-form').show(); $('#forums-title').hide(); } function findPos(obj) { var curtop = 0; if (obj.offsetParent) { do { curtop += obj.offsetTop; } while (obj = obj.offsetParent); return curtop; } } function replyWithQuote(postId) { var text = $('#post-' + postId).text().trim(); var replyContent = "[quote]" + text + "[/quote]"; sceditor.instance(sceTextArea).val(replyContent); //Scroll to location of editorDiv var editorDiv = document.getElementById('postReplyForm'); var scrollToPos = findPos(editorDiv) window.scroll(0, scrollToPos); return false; } function postReplyToTopic(event) { $('#publish').attr('disabled', 'true'); event.preventDefault(); //ga('send', 'event', 'Forums', 'Post'); $('#postReplyForm').submit(); $("#publish").one('click', postReplyToTopic); } function flagSpam(postId) { if (confirm("Mark this post as SPAM and remove from the forums?")) { $.ajax({ url: "/api/forumposts/" + postId + "/missedspam", type: "POST", contentType: "application/json;charset=utf-8", success: function (result) { alert("This post has been marked as spam and hidden from public view."); location.reload(); }, error: function () { alert("Sorry, there was an error marking the post as spam."); } }); } } $(document).ready(function () { $("#publish").one('click', postReplyToTopic); }); </script> <script src="//z-na.amazon-adsystem.com/widgets/onejs?MarketPlace=US&adInstanceId=535d9aa9-1b0f-4477-b628-fe69573a74d2"></script> </body> </html>