Change Every Page of Website at Once - Joomla! Forum - community, help and support
hello all,
i changed website's name, need change name on every single page of website. take me days. there way save, dump , edit entire database @ once?
thanks!
php built on linux gator1149.hostgator.com 3.2.31 #1 smp wed oct 10 19:15:25 edt 2012 x86_64
database version 5.5.23-55
database collation utf8_general_ci
php version 5.2.17
web server apache
webserver php interface cgi-fcgi
joomla! version joomla! 2.5.0 stable [ ember ] 24-jan-2012 14:00 gmt
joomla! platform version joomla platform 11.4.0 stable [ brian kernighan ] 03-jan-2012 00:00 gmt
user agent mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.11 (khtml, gecko) chrome/23.0.1271.97 safari/537.11
i changed website's name, need change name on every single page of website. take me days. there way save, dump , edit entire database @ once?
thanks!
php built on linux gator1149.hostgator.com 3.2.31 #1 smp wed oct 10 19:15:25 edt 2012 x86_64
database version 5.5.23-55
database collation utf8_general_ci
php version 5.2.17
web server apache
webserver php interface cgi-fcgi
joomla! version joomla! 2.5.0 stable [ ember ] 24-jan-2012 14:00 gmt
joomla! platform version joomla platform 11.4.0 stable [ brian kernighan ] 03-jan-2012 00:00 gmt
user agent mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.11 (khtml, gecko) chrome/23.0.1271.97 safari/537.11
there several options. can use phpyadmin search , replace have repeat several fields
or use clever plugin such http://extensions.joomla.org/extensions ... place/4336 not permanent change database
update [table_name] set [field_name] = replace([field_name],'[string_to_find]','[string_to_replace]');
so if wanted change every occurance of "joomla" "joomla!" in articles of site use query window of phpmyadmin , type
update jos_content set introtext=replace(introtext,'joomla','joomla!');
or use clever plugin such http://extensions.joomla.org/extensions ... place/4336 not permanent change database
Comments
Post a Comment