** ONLY RUN THIS IF YOU KNOW WHAT YOU ARE DOING**
** THIS IS MEANT AS A LAST RESORT **
Step 1: Log Into phpMyAdmin (Or The Software You Use to explore MySQL Databases)
Step 2: Confirm The Language Key ID and Language ID:
SELECT * FROM sys_localization_strings WHERE String LIKE '%©%';
Step 3: Update The Copyright for your desired language:
UPDATE sys_localization_strings SET String = 'copy; {0} Сетевые Studios' WHERE IDKey = '1401' AND IDLanguage = '2';
(This has been cleaned up a lot)
UPDATE `sys_localization_strings`
SET String = 'My New Copyright Message'
WHERE IDKey = 3;
Since most folks will log into PHPMyAdmin in any case to apply this, they can also just use the interface to change the contents of this field in the sys_local table.
N.B. If you edit SQL files (or any other code), never use a word processor as they are infamous for changing see more
please be careful taking tutorials from anybody who would use Microsoft word to edit webpages. darkcloud, im sure you meant well with this post, and as codesatori says, that most have phpmyadmin, and there is a UI that would all them to simply edit the field, and hit go after that. im a bit concerned that you would consider microsoft word a good editor for editing anything other than word files.
SOLUTIONS: if you need an editor, one that works well, and will not inject its own garbage see more
Syntax Highlighting and Syntax Folding
Supported languages :
C C++ Java C# XML HTML
PHP CSS makefile ASCII art (.nfo) doxygen ini file
batch file Javascript ASP VB/VBS SQL Objective-C
RC resource file Pascal Perl Python Lua TeX
TCL Assembler Ruby Lisp Scheme Properties
Diff Smalltalk Postscript VHDL Ada Caml
AutoIt KiXtart Matlab Verilog Haskell InnoSetup
CMake YAML COBOL D R PowerShell
Gui4Cli
WYSIWYG
If you have a colour printer, print your see more
i will have to give you credit on getting past the 2000 word limit on the blog post though. found that to be interesting. maybe the 2000 word limit is only on the comments?
oh well yeah that was an excruciatingly long post you have done here, and wish it would be edited, because its not really necessary to have all that on here as something as that needs to be done that is as simple as changing the copyright on the footer of boonex.
I've gone through D7's builder and can't find anything to change to that preference it would be a great help if anyone can help.