The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
hey there,
I am currently coding a script which will post information automatically from specific "feeds". The whole script is finished which means now, I have to integrate it into vBulletin. Now this is generally easy, until I get the the "post insertion". The problem here is that my posts will contain HTML, so I need to figure out one of the following: - How to set a specific user's posts to be directly posted, not filtered through anything which may change the content of the given post. OR - How to convert ALL HTML from a given post into friendly BBCode Either of these means that my script will be complete, so any help is appreciated. Thanks JmZ |
|
#2
|
||||
|
||||
|
Try...
PHP Code:
|
|
#3
|
|||
|
|||
|
ah great
ill give that a go, thanks shovel |
|
#4
|
||||
|
||||
|
Make sure that your point that require_once() method to the appropriate directory, that was a bit taken right out of the vBulletin source.
|
|
#5
|
|||
|
|||
|
ok here's what I get now:
Code:
Fatal error: Call to a member function clean_gpc() on a non-object |
|
#6
|
||||
|
||||
|
Remember to go ahead and bring in your back-end if you haven't..
PHP Code:
|
|
#7
|
|||
|
|||
|
oh perfect
it works great, hopefully it keeps working consistently without any errors thanks a lot for the replies shovel |
|
#8
|
||||
|
||||
|
No problem.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|