vBulletin
Tag details
Welcome to the 'vBulletin' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'vBulletin'.
Look up
"vBulletin"
at The Free Dictionary
Latest blogosphere posts tagged “vBulletin”
-
I Want to Install VB Suite 4.0 Can I Import Old Posts of VB3.8.4
vBTEAM Underground —
Authority: 172
Hi Every Body Plz Tell me... I Want To Install VB suite 4 on My New Site in New Data base But I Want To Import Data(Posts,Members,etc) From my Old VB3.8.4 can i do it??? If Yes Plz Give Me Brief Tutorial about it...8 hours ago -
Help - Page Names dont show on WOL.
vBTEAM Underground —
Authority: 172
Alright, so I tried to be as descriptive as I could in the title. History: I recently upgraded from 3.8.4 to 4.0.0 Beta 4. No problems there and everything upgraded successfully. Added skins and a few mods. Dilemma: When I click to view the Online.php page, where it shows what page the users are currently ...11 hours ago -
Help : FAtal Error on Installing
vBTEAM Underground —
Authority: 172
Quote: Fatal error: Maximum execution time of 10 seconds exceeded in /home/vol6/000a.biz/a000b_4596149/mybuddhis.000a.biz/htdocs/vb4/includes/vb_template.php on line 235 help me plz T_T13 hours ago -
((need help with setting up my forum))
vBTEAM Underground —
Authority: 172
hi Sozo here..... now i was looking for a forum host for vBulletin 4 until i hear from a friend vBulletin 4 dont work while on the PS3 now this is bad for me as Im making a forum thats mostly about a PS3 game.... and about 40% of people on ps3 dont have a PC... so this means i need my forum workable on the ps3.... ...20 hours ago -
I use vbulletin4 beta 4 nulled by DGT
vBTEAM Underground —
Authority: 172
Date: 01 December 2009 URGENT ACTION AND RESPONSE REQUIRED PLEASE Re: vBulletin Software use at http://xxxxx/forum/ vBulletin actively protects its intellectual property through "Pirate Reports" ( www.piratereports.com ) and is keen to avoid formal reporting, to identify any administrative errors, or errors ...1 day ago -
Admin Different Color?
vBTEAM Underground —
Authority: 172
How do i set different usergroups to show as different colors?1 day ago -
My mod of vb4.0 has been Modify by hasann
vBTEAM Underground —
Authority: 172
sorry my english not so good He just only change by remove dy- in product Sub-Forum Manager 4.0 http://www.vbulletin.org/forum/showthread.php?t=229148 http://www.vbteam.info/vb-4-0-addons...ger-4-0-a.html Original Here : http://www.vbteam.info/vb-4-0-addons...ger-1-0-a.html Username HTML Markup in ...1 day ago -
How to create?
vBTEAM Underground —
Authority: 172
Plzz any buy help me to tell how to create sub forum........????????? i m waiting2 days ago -
Upgrading from Beta 3 to Beta 4?
vBTEAM Underground —
Authority: 172
How do I upgrade from v4 Beta 3 to v4 Beta 4?2 days ago -
vB Veterans opinion on when 4.0 gold will come?
vBTEAM Underground —
Authority: 172
Hi there. I know, there is a good chance no one here is psychic. I am asking, if there is any veteran who has been around vBulletin for a while, based on where they are currently at, when may we expect to see the complete version 4.0 come to the public? (not warez public, but available for sale) What are the stages ...2 days ago -
VBulletin by B3ndy
freelancersblog.net —
Authority: 176
Looking for a good VBulletin template designer to skin our existing VBulletin community with our new site design. We are running the latest version of VBulletin. Design needs to be compatable with all major browsers… (Budget: $30-250, Jobs: Layout / Formatting, vBulletin, Website Design) Original post by ...3 days ago -
vBulletin 4.x - rendering templates and registering variables
vBTEAM Underground —
Authority: 172
Introduction Starting with vB4, templates no longer get output using eval: PHP Code: eval( $mytemplate = " . fetch_template ( mytemplate ) . "; ); is outdated. Whats more: Variables and arrays from plugins that are executed on a page no longer can automatically ...3 days ago -
vBulletin 4.x Creating NavLinks w/sub menus
vBTEAM Underground —
Authority: 172
This article is NOT to be used just to add another link to a submenu. It is for creating the Nav Link tab along with all the submenus. Again, if all you want is to add submenus to an existing tab, then this article is NOT for you!!! This article is also for use by users who understand the basics of conditions and ...3 days ago -
vbulletin 4.x - Add WYSIWYG Editor to Your Modifications
vBTEAM Underground —
Authority: 172
This tutorial will provide you the proper method for including the WYSIWYG editor in your modifications. I have tested this and it works so following this tutorial will provide a working editor. You are welcome to tweak it to your liking so that you get different outputs or vice versa. Lets begin. Step 1. Make sure ...3 days ago -
Creating your own vBulletin page in vbulletin 4.x
vBTEAM Underground —
Authority: 172
Instructions: Create a new file, whatever you want to call it (lets say test.php ). Open up test.php and add the following (replace TEST with whatever template you want to show): PHP Code: // ####################### SET PHP ENVIRONMENT ########################### error_reporting ( ...3 days ago -
Adding Stylesheets to Your vB4 Mod via Plugins
vBTEAM Underground —
Authority: 172
As many coders have noticed, we still dont have a template hook in headinclude to add our own CSS to the css.php call in the template. Additionally, the simple method I am listing here might still be useful in the future, even when we get that hook. One of the great things of the new vBulletin, in fact, is that you ...3 days ago -
vBulletin 4.x Template / Tags
vBTEAM Underground —
Authority: 172
The use of template tags is not a new concept to vBulletin 4 developers and designers. We have been using them for years for conditional statements and building phrases that had parameters. In vBulletin 4, Phrase parsing has been moved to the variable parsing system but conditional usage has been improved and several ...3 days ago -
vBulletin 4.x Paginating Results
vBTEAM Underground —
Authority: 172
Introduction The main work for pagination has to be done in the PHP-code, still no surprise there. Cleaning URL parameters We start off by cleaning the URL parameters that will tell our paginator how many entries to show per page and on which page of the resultset were actually on PHP Code: ...3 days ago -
vbulletin 4.x Template Syntax Links
vBTEAM Underground —
Authority: 172
In vBulletin 4.0, we will support friendly URL for SEO and readability purposes. At the present, we support member, thread, and forum links. I expect that this list will grow to include albums, etc before the release date. You need to be aware of the new format for outputting these urls. TEMPLATES When you wish to ...3 days ago -
vBulletin 4.x Template Hooks
vBTEAM Underground —
Authority: 172
These locations are as of vBulletin 4 Beta 4 Template Hooks For new style hooks: Code: grep -o "{vb:raw template_hook.*\?}" vbulletin-style.xml > thooks.txt To find any old: Code: grep -o "template_hook\[.*\?\]" vbulletin-style.xml > thooks2.txt Code: {vb:raw ...3 days ago

