Any benefit of using the file edits to get the tag cloud on misc.php over using a plugin/product to achieve it?
Here's mine, its personalized so if a logged in member finds it, it spits back their username
HTML Code:$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <!-- no cache headers --> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="-1" /> <meta http-equiv="Cache-Control" content="no-cache" /> <!-- end no cache headers --> $headinclude <title>404 Error Page Not Found - <phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title> </head> <body> $header $navbar <br /> <div style="padding-left: 25px; padding-right: 25px; font-weight: bold; background: white; font-size: 13px;"> <br /> <h2>Sorry <if condition="$show[member]">$bbuserinfo[username] </if>Page can not be found</h2> <p>We're sorry but, <a href="http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]" rel="nofollow">the page</a> you have requested cannot be found.</p> <if condition="$show[guest]"><p>You can try to find what your looking for using the search box below, or why not <a href="register.php" rel="nofollow">register/login</a> and enjoy all the features and information we do have to offer</p></if> <style type="text/css"> #goog-wm { } #goog-wm h3.closest-match { } #goog-wm h3.closest-match a { } #goog-wm h3.other-things { } #goog-wm ul li { } #goog-wm li.search-goog { display: block; } </style> <script type="text/javascript"> var GOOG_FIXURL_LANG = 'en'; var GOOG_FIXURL_SITE = 'http://seotips4.com/'; </script> <script type="text/javascript" src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script> <ul> <li><a href="$vboptions[bburl]/search.php">Forum Search Engine</a></li> <li>Return to the <a href="/">homepage</a></li> </ul> $vbcloud <br /> </div> $footer </body> </html>



7Likes
LinkBack URL
About LinkBacks





Reply With Quote
.

