Tagged Questions
0
votes
0answers
28 views
VBulletin Strip_bbcode function
any idea how to use
Strip_bbcode
function in vbulletin to strip bbcodes without messing (images, links) only, and remove the rest?
0
votes
1answer
113 views
Vbulletin Editor BBcodes JS Click event
I want to pop up an alert when a user clicks on a BBcode icon in editor.
for example, I have a Spoiler BBcode and I want the event below for it :
onClick=alert("// Something Here")>
Where should ...
1
vote
1answer
585 views
bbcode to html in vbulletin
What is the function in vbulletin that convert bbcode to html ??
I found this : convert_wysiwyg_html_to_bbcode() but it's convert html to bbcode, I want the opposite of this function.
0
votes
2answers
299 views
Center DIV a BBcode
I have a bbcode for "spoilers" on my forum.
It shows/hides whatever text is inside the [spoiler] text [/spoiler] bbcode.
HTML replacement for this spoiler bbcode is as follows:
<div ...
0
votes
1answer
101 views
VBulletin: Search inside BBCode
Goal: In vB search results, to include posts that "quotes" the user when that user name is search keyword.
In a post body, it looks like [QUOTE="username"] and vB seems not searching inside the BB ...
3
votes
5answers
2k views
Parse vBulletin's BB Code in PHP
I would like a function that parses BB Code from vBulletin into a standard HTML markup.
Without using the PEAR library or the PECL extension, because I don't want to fuss with PEAR or have to depend ...
0
votes
1answer
1k views
vBulletin BBCode on external page
I integrated my vBulletin with custom front page. I'm wondering, how could I use vBulletin BBcode on that page (I'm displaying some posts there).
Any suggestions?