Tagged Questions
0
votes
1answer
55 views
post new thread into vBullectin forums from outside (wordpress)
I want to make a program that can post new thread vBulletin from my wordpress blog,
Actually my goal is to providing the possibility that my blog users can ask their questions from blog!
help me ...
0
votes
1answer
68 views
vBulletin robot only comes some of the time when called
I have been doing a lot of modification of my vBulletin forums, and I've taken particular interest in different forms of AI and botting on the forums. I recently created a plugin that will make the ...
0
votes
1answer
161 views
BIGINT UNSIGNED value is out of range error (Error Number : 1690)
I'm getting this error when I try to delete a thread in vBulletin 4. This isn't a vBulletin issue as it is an add-on modification. Below is the code I am using. If they have, say, 15 words in the ...
1
vote
0answers
26 views
ask about make vbulttin plugin
i started to make plugin for vbulltin but i want to ask some question
the plugin target is to allow users to deny other users from watching own profiles
my questions is
when user try to watch my ...
1
vote
1answer
1k views
Vbulletin plugin development tutorial
I searched for tutorials but i didn't found any useful tutorial. I want to create simple plugin which add "123" to header of every pages of forum.
I tried to go to admin panel -> create new plugin. ...
5
votes
1answer
593 views
Getting started with vBulletin development
I was asked if I could program something for vBulletin. As I never programmed something for vBulletin I started to search for documentation and tutorials. Unfortunately I wasn't very lucky.
The most ...
2
votes
1answer
1k views
vBulletin OpenID Plugin
Is there an OpenID Plugin for vBulletin? I need to be able to replace the current registration/login functionality with OpenID authentication.
Thanks,
Jon
0
votes
2answers
149 views
Forum vB plugin not working
So I made a plugin/hook
<?php
ob_start();
include $_SERVER['DOCUMENT_ROOT'] . "/delta/pack_files/other/login.php";
$loginphpp = ob_get_contents();
ob_end_clean();
?>
I enabled hooks/plugins ...
