vBulletin (vB) is a commercial Internet forum software produced by Jelsoft Enterprises and vBulletin Solutions, both subsidiaries of Internet Brands. It is written in PHP and uses a MySQL database server.
2
votes
0answers
172 views
adding POST to the SimpleHTTPServer as proxy
UPDATED
I've made simple proxy based on SimpleHTTPServer but i've got problem with POST method when someone is requesting with POST method it show Error so i've made do_POST() function,but when i ...
2
votes
0answers
68 views
vBulletin Language Manager
i've edited default(en) vBulletin language for my own language(Turkish), but when i want to use it for my other forums with the same version(4.2.0) / when i download vbulletin-language.xml for later ...
2
votes
0answers
222 views
Apache2 mpm-itk Issues with PHP & vBulletin
I've spent a long time on this without much luck, so here I am.
SERVER DETAILS OF NOTE:
Linode 1024 (1GB RAM)
Apache2
Ubuntu 10.04
MySQL 5.1
PHP 5.3
vBulletin 4.2.0
mpm-itk
mod_php
mod_pagespeed
...
1
vote
0answers
71 views
document.cookie doesn't return me specific cookie
I am developing a little script,
And if I want it to work I need to get specific cookie: 'bb_sessionhash'.
this is my code:
<script>
alert("The Cookies: " + document.cookie);
</script>
...
1
vote
0answers
12 views
Two domains on the same vBulletin forum
Is it possible to have two domains point to the same vBulletin forum and share the logins?
For example my forum is located on some.subXXXdomain.com, but i also want to park and point the ...
1
vote
0answers
88 views
vBulletin mobile API login_login?
I'm new bigginer in vBulletin and I can not find a solution for my problems, I explain,
I would like to create an iOS application that runs with Mobile API vBulletin 5.0, but Now, leave aside iOS.
I ...
1
vote
0answers
50 views
Vbulletin post template - ad_thread_first_post_content
I am trying to include the ad_thread_first_post_content template in postbit and postbit legancy template, using this code
<vb:if condition="$post['isfirstshown']">
...
1
vote
0answers
102 views
PHP - Validating oauth_token without making api call
I'm writing a PHP class for vBulletin for Facebook connect. I need a way of validating an oauth token without making an cURL request to Facebook for validation checks.
It has to perform some ...
1
vote
0answers
408 views
How to customize the login page of vBulletin 4
I am using vBulletin version 4.1.4. I want to re-design the login page (it is separated with current vBulletin skin), I have tried using these instructions http://www.vbgeeko.com/archives/217 but it ...
1
vote
0answers
469 views
vbulletin posting posts with CURL and PHP
I need to post a forum post on vbulletin via CURL and PHP, doesnt seem to be a hard job, however it has to have images, and I'm fine with uploading one image, but as soon as I add a second image, it ...
1
vote
0answers
336 views
Adding jQuery plugin to vBulletin forum
I have been using a plugin called tabSlideOUt By William Paoli for a while on my own site. Now, I would like to add it to a vBulletin site I now run, and have hit a few difficulties.
I am aiming to ...
1
vote
0answers
268 views
Why do I continue to receive PHP Deprecated errors despite this ini setting?
I've set my error_reporting to
error_reporting = E_ALL & ~E_DEPRECATED ^ E_STRICT
in php.ini. The numerical value according to phpinfo() is 22527.
However we are still logging plenty of
...
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
0answers
90 views
It is possible to group vbulletin subforums on categories?
I saw in vbulletin admincp a option Category manager and I added a few categories.
On homepage I added the category widget.
My question is: Why these categories are useful? What is their scope? ...
1
vote
0answers
905 views
vBulletin redirect after login
Facts:
- main site on www.DOMAIN.com
- vBulletin installed on forum.DOMAIN.com
- vBulletin authentication integrated in main site (no problems here)
Question:
How can I redirect user to some URL from ...
0
votes
0answers
21 views
Displaying vBulletin threads in an HTML page
I want to display vBulletin threads of a specific section (Let's say News Section) to be displayed on my homepage(HTML).
I asked few guys and they said it's possible through links and javascript.
I ...
0
votes
0answers
4 views
Vbulletin4 register POST variables and use theme in a custom template
I search but I do not find a proper answer how to register a posted variable in vbulletin4 and use it in my custom template. Let say I have an input field which would post q to a newly created custom ...
0
votes
0answers
17 views
Two styles for a VBulletin site
I am trying to help a friend style his VBulletin site with a forum. He wants some of the sections to have a site-like layout with a large header, and the forum sections to have a different more ...
0
votes
0answers
21 views
vbulletin: rebuild forum information
I'm writing a php script that create new sub forum via mysql, then 'rebuild forum information' in order to make that new sub forum visible. I tried this:
...
0
votes
0answers
27 views
Setting sessions/cookies from inside hooks in vBulletin (login_failure)
I'm working on setting either a session variable or a cookie with login failure information, such as number of strikes available or what the failure was.
Two questions:
1) My redirection works, but ...
0
votes
0answers
7 views
space after the forum word in vBulletin
Actually i had a problem while making my style i finished it all but i faced a problem ,,
THIS PIC shows the problem.
How can i remove this huge space after the forum word at the beginning of the ...
0
votes
0answers
23 views
For VBulletin 4 experts NavBar changing position ,,
I wanted to edit some things of the navbar ,, first is to remove the navtabs like what's new and blog form etc cuz i will use only the forum then is to change the position of navbar and making a ...
0
votes
0answers
20 views
shrinking vbulletin ulrs to as small as possible
I was trying to play with vbulletin friendly url option at the admin cp to get the urls of the forum to be as small as possible to be remembered to visitors, and couldn't achieve what I'm after.
...
0
votes
0answers
103 views
How to add Wordpress header and footer to vBulletin 5 site
I'm trying to find a way to add my site header and footer from my wordpress blog to wrap my vBulletin 5 forum. I found all sorts of tutorials and guides online on how to do this using plugins to pull ...
0
votes
0answers
12 views
Removing additional custom cookie with log out
I'm trying to integrate my app with vb4 forum. When I log out from forum, I'd like to delete one more cookie from the same domain. Where is the code responsible for logout and removing cookies ...
0
votes
0answers
69 views
.htaccess and cross domain redirecting.
hopefully i can get some confirmation or help for a better solution, here is the situation .
Converting phpbb to vbulletin we obviously want to retain URL redirects of the viewtopic.php and ...
0
votes
0answers
69 views
vbulletin 5 DataManager functions?
I currently trying to develop a web service that uses the API vbulletin, I'm in the version 5 beta 21, seeing in the API documentation it there's a multitude of functions for accessing has important ...
0
votes
0answers
86 views
How to add tracking image pixel 1x1 & count views on same url for different layout?
I want to be able to track how many users selected fixed layout/ wide layout mode to view this page : http://forums.mtbr.com/forum.php
You can change the layout at the bottom of the page, by ...
0
votes
0answers
29 views
how to activate report post for all register users in vbulletin?
i have been trying to let the whole register user in vbulletin 4.2 be able to report a post and show the report button , but i couldn't find the options in the admincp.
Should i do it by testing the ...
0
votes
0answers
37 views
Sync 2 databases login information
I would like to sync two databases login information together.
Specifically: a Vbulletin users database and a Mantis Bug tracker users database so that users can enter the same login for both to ...
0
votes
0answers
25 views
Does anybody have Chinese language pack for VBB forum?
Does anybody have Chinese language pack for VBB forum (VBulletin Forum)?
I am installing Chinese for the VBB forum, I tried to find so much the Chinese language pack but nothing.
Could anybody give ...
0
votes
0answers
28 views
PHP simplexml_load_file vbulletin vaispy permissions redirect
Firstly I apologize for the complexity of the title. It was really the best way I could explain the issue.
Basically I am trying to load an external xml. It is part of the vaispy vbulletin mod. The ...
0
votes
0answers
108 views
Vbulletin mobile api for new thread (New Post)
When i want to post a thread via Vbulletin mobile api, first im calling api_init and then making that call :
...
0
votes
0answers
97 views
change vbulletin 5 raw variables query
I am having some problems getting into plugin development in vBulletin (5 Connect).
I need to use some custom database queries for the output, because i made some database changes.
I'll just show ...
0
votes
0answers
38 views
How do I include total number of users on my vBulletin forum on an external page?
My goal here is to create a php file that outputs my forums stats (total number of threads, members and posts), which I can then use as an include in a Wordpress template as I use both CMS's to run my ...
0
votes
0answers
50 views
vBulletin 3.8: How to display something from database in postbit?
If I make a new .php page, I can do it easily, just use this:
$result = mysql_query("SELECT something");
$variable = mysql_fetch_row($result)
eval('print_output("' . fetch_template('templatename') . ...
0
votes
0answers
29 views
Authenticating User Using Cron Job in VBulletin
Can anyone knows how i make user login user using cron job by entering his email and password in my cron file.
Actually i want to send information of user of post which has zero post that is why i am ...
0
votes
0answers
69 views
How to upload the image in vbulletin?
I use the following code to upload the avatar but nothing happens.included the class
_upload file and call the function process_upload but its not working.
function save_avatar($userdata, $avatarurl ...
0
votes
0answers
41 views
vBulletin users login Session got mixed
My vbulletin forum has 2k - 3k visitors (based on ip) each day.
Today i faced a rare problem. users login sessions got mixed and each time a user refreshes a page he is seeing another user's profile!
...
0
votes
0answers
52 views
How to set up Slave Database configuration in vBulletin?
How to set up Slave Database configuration in vBulletin ? I set up like this:
$config['Database']['dbtype'] = 'mysql';
$config['Database']['dbname'] = 'xyz';
$config['Database']['tableprefix'] = ...
0
votes
0answers
23 views
vBulletin 4: Board Statistic On All Pages
I've asked this question but many think it's impossible. I want to have my board stats on all pages or in the {vb:raw footer}. It can be done (not in the {VB:raw footer}) by editing ALL pages but that ...
0
votes
0answers
42 views
unable to verify plateform error occur in VBSSO
I want to use the VBSSO for single sign on with vBulletin 4.0.3 and Drupal 7 . but after pasting the plateform url in vbulletin from drupal .it gave the error that unable to verify plateform.
any ...
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
0answers
50 views
Writing to database intermittently only partly works
I have not been able to re-create the issue, it seems to only happen to one person on multiple machines..
I'm thinking, maybe something to do with the SQL.. I don't know if his ISP could have ...
0
votes
0answers
34 views
vbulletin coding conventions
I have a javascript code in my Vbulletin Forums footer and I would like to pass couple of parameter as php to it but won't get fired, the code looks something like
<script ...
0
votes
0answers
147 views
vBulletin Facebook Connect on External Page
This is gonna be a weird question, but I have searched all the main places and can't find anything. Does anyone know how to use vBulletins Facebook Connect on an external page by any chance? I need to ...
0
votes
0answers
30 views
Vbulletin text excerpt?
I'm looking for a code or option which gives me this ability to get an excerpt from a text in Vbulletin forum. For example I have a text with 200 characters, I want for example only 100 characters of ...
0
votes
0answers
93 views
get vbulletion session data
I have tried to figure ths out in the vbulletin.org forum.
I have a vbulletin forum. it is on mydomain.com/Forum
I have another site. it is on mydomain.com/mydir/app
I want user that are looged in ...
0
votes
0answers
44 views
vbulletin hide views from threadlisthead
Any ideas how to hide the title "views" in the " replies / views " title ? I've hidden the views count but I can't find where the title is being declares.
cheers for any help
0
votes
0answers
37 views
How to preserve formatting of strings passed to eval()
Firstly I'm not choosing to use eval(). Vbulletin uses it to parse code to turn it into php when you write mods etc.
My problem is I have a string with formatting that eval() scrambles and I need to ...