The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
There are a couple of other threads talking about implementing BB codes via PHP - I have previously posted in them with examples.
|
#12
|
|||
|
|||
Dismounted I saw some of your post like you said including this
Anyway this is what I have so far. Dropped into "bbcode_create" PHP Code:
PHP Code:
EDIT***** PHP Code:
Quote:
EDIT********** Quote:
|
#13
|
||||
|
||||
Remember that you are in function scope, and therefore, variables such as $vbulletin and $db will not exist - unless allowed to exist through the global keyword. Also, you may want to use query_first(), which will automatically fetch the first result and place it is an associative array.
|
#14
|
|||
|
|||
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|