Перейти к публикации
View in the app

A better way to browse. Learn more.

Дизайн и модификация Invision Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

SQL запрос массовой замены ссылки

Опубликовано:

Добрый день, перенес форум в под папку /forums

 

Помогите составить SQL запрос для массовой замены ссылки, а то в постах битые ссылки на картинки галереи.

 

Было:

http://сайт.ru/uploads/gallery/

Стало:

http://сайт.ru/forums/uploads/gallery/

 

Хочу запросы выполнять по 1, правильно ли я составил запросы?

UPDATE ibf_blog_entries SET entry = REPLACE(entry,'старый текст','новый текст');

UPDATE ibf_blog_entries SET entry_short = REPLACE(entry_short,'старый текст','новый текст');

UPDATE ibf_blog_lastinfo SET blog_last_entry_excerpt = REPLACE(blog_last_entry_excerpt,'старый текст','новый текст');

UPDATE ibf_blog_rsscache SET rsscache_feed  = REPLACE(rsscache_feed ,'старый текст','новый текст');

UPDATE ibf_ccs_custom_database_1 SET field_3 = REPLACE(field_3,'старый текст','новый текст');

UPDATE ibf_ccs_database_revisions SET revision_data = REPLACE(revision_data,'старый текст','новый текст');

UPDATE ibf_ccs_revisions SET revision_content = REPLACE(revision_content,'старый текст','новый текст');

UPDATE ibf_content_cache_posts SET cache_content  = REPLACE(cache_content,'старый текст','новый текст');

UPDATE ibf_inline_notifications SET notify_text = REPLACE(notify_text,'старый текст','новый текст');

UPDATE ibf_posts SET post = REPLACE(post,'старый текст','новый текст');

Рекомендованные сообщения

Опубликовано:

Все правильно

Опубликовано:
  • Автор

Спасибо. Поправил первый пост, забыл про RSS блога.

Создайте аккаунт или войдите в него для комментирования

Сейчас на странице 0

  • Нет пользователей, просматривающих эту страницу.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.