The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
how can I remove unwanted code from post pages?
What can be removed from the source code of a forum?
All of this stuff shows up when you view source and I'd prefer to have anything removed that I can remove and store anything else in files that I can. This would improve search engine ranking be increasing my content to code ratio. It would also speed up the loading of the site. I have no idea what can be removed and what can't. For instance: Code:
</td> </tr> <tr> <td class="alt2" colspan="2" id="ajax_post_errors_message"> </td> </tr> <tr> <td class="tfoot" colspan="2" align="center"><a href="/forum/f71/kim-lawrence-aams-reintroduce-myself-34346/#" onclick="vB_QuickEditor.abort(); return false;">Cancel Changes</a></td> </tr> </table> <script type="text/javascript" src="http://www.ultimatenurse.com/forum/clientscript/vbulletin_textedit.js?v=370"></script> <script type="text/javascript"> <!-- var fontoptions = new Array("Arial", "Arial Black", "Arial Narrow", "Book Antiqua", "Century Gothic", "Comic Sans MS", "Courier New", "Fixedsys", "Franklin Gothic Medium", "Garamond", "Georgia", "Impact", "Lucida Console", "Lucida Sans Unicode", "Microsoft Sans Serif", "Palatino Linotype", "System", "Tahoma", "Times New Roman", "Trebuchet MS", "Verdana"); var sizeoptions = new Array(1, 2, 3, 4, 5, 6, 7); var smilieoptions = { }; var istyles = { "pi_button_down" : [ "#98B5E2", "#000000", "0px", "1px solid #316AC5" ], "pi_button_hover" : [ "#C1D2EE", "#000000", "0px", "1px solid #316AC5" ], "pi_button_normal" : [ "#E1E1E2", "#000000", "1px", "none" ], "pi_button_selected" : [ "#F1F6F8", "#000000", "0px", "1px solid #316AC5" ], "pi_menu_down" : [ "#98B5E2", "#316AC5", "0px", "1px solid #316AC5" ], "pi_menu_hover" : [ "#C1D2EE", "#316AC5", "0px", "1px solid #316AC5" ], "pi_menu_normal" : [ "#FFFFFF", "#000000", "0px", "1px solid #FFFFFF" ], "pi_popup_down" : [ "#98B5E2", "#000000", "0px", "1px solid #316AC5" ] }; var smiliewindow_x = 240; var smiliewindow_y = 280; var ignorequotechars = 1; var allowbasicbbcode = false; // vB Phrases vbphrase["wysiwyg_please_wait"] = "Please wait for the WYSIWYG editor to finish loading..."; vbphrase["wysiwyg_initialized"] = "WYSIWYG Editor initialized for %1$s in %2$s seconds."; vbphrase["wysiwyg_command_invalid"] = "This command is invalid or not implemented."; vbphrase["moz_must_select_text"] = "Mozilla requires that you must select some text for this function to work"; vbphrase["moz_edit_config_file"] = "You need to edit your Mozilla config file to allow this action."; vbphrase["enter_tag_option"] = "Please enter the option for your %1$s tag:"; vbphrase["must_select_text_to_use"] = "You must select some text to use this function."; vbphrase["browser_is_safari_no_wysiwyg"] = "The Safari browser does not support WYSIWYG mode."; vbphrase["enter_option_x_tag"] = "Enter the option for the [%1$s] tag:"; vbphrase["enter_text_to_be_formatted"] = "Enter the text to be formatted"; vbphrase["enter_link_text"] = "Enter the text to be displayed for the link (optional):"; vbphrase["enter_list_type"] = "What type of list do you want? Enter '1' for a numbered list, enter 'a' for an alphabetical list, or leave blank for a list with bullet points:"; vbphrase["enter_list_item"] = "Enter a list item.\r\nLeave the box empty or press 'Cancel' to complete the list:"; vbphrase["must_enter_subject"] = "You must enter a title / subject!"; vbphrase["message_too_short"] = "The message you have entered is too short. Please lengthen your message to at least %1$s characters."; vbphrase["enter_link_url"] = "Please enter the URL of your link:"; vbphrase["enter_image_url"] = "Please enter the URL of your image:"; vbphrase["enter_email_link"] = "Please enter the email address for the link:"; vbphrase["complete_image_verification"] = "You did not complete the Image Verification"; vbphrase["iespell_not_installed"] = "ieSpell is a spell-checking tool for Internet Explorer.\r\n\r\nIf you would like to download ieSpell, click OK; otherwise click Cancel.\r\n\r\nieSpell can be downloaded from http://www.iespell.com"; vbphrase["click_quick_reply_icon"] = "Please click one of the Quick Reply icons in the posts above to activate Quick Reply."; vbphrase["insert_all"] = "Insert All"; Code:
@import url("clientscript/vbulletin_editor.css?v=370"); .vBulletin_editor { background: #E1E1E2; padding: 6px; } .imagebutton { background: #E1E1E2; color: #000000; padding: 1px; border: none; } .ocolor, .ofont, .osize, .osmilie, .osyscoloar, .smilietitle { background: #FFFFFF; color: #000000; border: 1px solid #FFFFFF; } .popup_pickbutton { border: 1px solid #FFFFFF; } .popup_feedback { background: #FFFFFF; color: #000000; border-right: 1px solid #FFFFFF; } .popupwindow { background: #FFFFFF; } #fontOut, #sizeOut, .popup_feedback div { background: #FFFFFF; color: #000000; } .alt_pickbutton { border-left: 1px solid #E1E1E2; } .popup_feedback input, .popup_feedback div { border: 0px solid; padding: 0px 2px 0px 2px; cursor: default; font: 11px tahoma; overflow: hidden; Thanks. --------------- Added [DATE]1226712022[/DATE] at [TIME]1226712022[/TIME] --------------- no one has any input? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|