форум vBSupport.ru > vBulletin > vBulletin 3.8.x > Вопросы по vBulletin 3.8
  • »
VBsupport перешел с домена .ORG на родной .RU Ура! Пожалуйста, обновите свои закладки - VBsupport.ru
 
 
 
 
sqner
Простоузер
Default How to remove
0

How to remove a total of residue after the tag BBCode ( post , thread bbcode tag)
[download] [/ download]

sqner добавил 08-20-2011 в 01:27 AM
how to delete from the database because BBcode residues in posts, topics are marker [download] [download]

Last edited by sqner : 08-20-2011 at 01:27 AM. Reason: Добавлено сообщение
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
OldEr
Специалист
Master
 
OldEr's Avatar
Default
2

If you want to remove "[downloads]" and "[/downloads]" from posts just use these queries:

UPDATE `post` SET `pagetext` = REPLACE(`pagetext`, '[downloads]', '');
UPDATE `post` SET `pagetext` = REPLACE(`pagetext`, '[/downloads]', '');

and rebuild the post cache in admincp.
 
 
sqner
Простоузер
Default
1

Quote:
Originally Posted by OldEr View Post
If you want to remove "[downloads]" and "[/downloads]" from posts just use these queries:

UPDATE `post` SET `pagetext` = REPLACE(`pagetext`, '[downloads]', '');
UPDATE `post` SET `pagetext` = REPLACE(`pagetext`, '[/downloads]', '');

and rebuild the post cache in admincp.
спасибо дружище
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off




All times are GMT +4. The time now is 03:55 PM.


Powered by vBulletin® Version 3.0.8
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Loading...