The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Attachment BB code help
i have some threads where attachments were added as
Code:
[attachment=223]tigeraugusta.jpg[/attachment] files are hosted on server is there a way to replace "=123]" with "]" as we used in vb4 cleaner.php or any other mean creating bbcode based on above so it become an IMG bb code |
#2
|
||||
|
||||
Even if you could change it to
Code:
[attachment]tigeraugusta.jpg[/attachment] |
Благодарность от: | ||
tbworld |
#3
|
|||
|
|||
Code:
[attachment]tigeraugusta.jpg[/attachment] Files are located on server and file names are under bbcode so with custom bbcode it could be Code:
[IMG] <server URL>/bbcode-filename[/IMG] --------------- Added [DATE]1410730780[/DATE] at [TIME]1410730780[/TIME] --------------- any help how i can remove or change this bbcode |
#4
|
|||
|
|||
i found a query from vb3 this is and i edited it with vb5 table name
Code:
UPDATE text SET rawtext = replace(rawtext, '=223]', ']'); if so how i can setup this to find numbers because my 223 represents post ID of my old table |
#5
|
|||
|
|||
wondering what are you doing here how much your 40k posts helped??
that's why i usually do not recommend vbulletin regarding my question [tag=123] =123 will not create any problem if we set options to YES in custom BB Code |
#7
|
||||
|
||||
I don't know the answer to your question off the top of my head. I would need to google it. I was hoping someone who is better at writing queries would be able to help you.
You do realize that vbulletin.org is run by volunteers, don't you? We aren't required to be here to help people. We do this in our spare time. |
Благодарность от: | ||
ozzy47 |
#8
|
|||
|
|||
Ahh yes i am sorry Lynne really it was not a nice response by me
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|