0
votes
2answers
43 views
Table Doesn’t Exist error when installing Vbulletin [closed]
This is what I see when i log in to AMember
after attempting to integrate the two.
Vbulletin3 plugin error: DB - [] - incorrect value. Error: Table 'my_db.user' doesn't exist
…
1
vote
1answer
36 views
vBulletin OpenID Plugin
Hi.
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
1answer
90 views
How can I get the vbulletin logout hash on another page? (PHP)
I want to get the logout hash for vBulletin so that I can link to the logout bit directly from my main site.
How can I do this? (in PHP)
0
votes
1answer
137 views
How can I generate a vBulletin password salt from a md5 hash?
I'm transferring users from my old database to a vBulletin database.
I want a script to do this as it'll take forever otherwise.
I have all the user's passwords stored just like …
0
votes
3answers
86 views
How can I include PHP in a vBulletin style?
I'd like to use PHP in a vBulletin style/skin, yet when I do so, the PHP doesn't work.
By 'not work', I mean it's treated just as plain text. And if you look in the code you can s …
0
votes
2answers
24 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 ena …
0
votes
1answer
99 views
PHP ticketing system + vBulletin
Hello,
Is there a good php ticketing system such as kayako eSupport and DeskPro that integrates with vBulletin nicely?
Kayako and DeskPro are too costly for the business at the m …
0
votes
1answer
124 views
Jquery help, making collapsible sidebar for a vbulletin forum
Hi guys,
Im trying to make a sidebar for my vbulletin skin thats expandable/collapsible.
Heres my code:
jQuery(document).ready(function(){
$(".hide").click(function(){
…
0
votes
0answers
117 views
Bit more help with expandable sidebar(Jquery)
Okay, so ive got the collapsing thing done, and it does expand. My problem is, i cant use the same umm tag i guess you'd call it?
You'll get it when you look @ the code(hopefully)
…
3
votes
1answer
544 views
single sign on between Vbulletin and rails applications
we have a lot of users on a VBulletin forum. now i want write few more apps on rails for the same userbase. Until now all the authentication and session management is being taken c …
2
votes
7answers
266 views
Having an image stripped of metadata upon upload in PHP
A certain site I know recently upgraded their bandwith from 2,5 TB monthly to 3,5 TB.
Reason is they went over the 2,5 limit recently. They're complaining they don't know how to g …
0
votes
4answers
95 views
How can I hide/remove/disable “forums views” in vbulletin?
anyone have an idea how to do this.
i need to get rid of forum views either by hide, delete, disable or any other way.
0
votes
2answers
461 views
VBulletin cannot Connect to MySQL Database.
Hello All,
I've just moved a forum from BradPPresents.com to BradP.com. May not be SFW.
It's located at forum.bradp.com.
I'm getting a Database connection error, despite being a …
1
vote
0answers
35 views
Vbulletin Users integration with a .NET site
Does anyone know how to integrate the vbulletin forums users with an existing .net site that it has its own users and login, and to maintain the session between the two sites, so w …
1
vote
1answer
1k views
Accessing browser cookies from Flex
I'm building a Flex widget for a private vBulletin site, and the Flex widget needs to access an XML file on the vBulletin server in order to display data.
For security reasons, th …
