The Arcive of Official vBulletin Modifications Site.
It is not a VB3 engine, just a parsed copy!
Archives
Graphics
Styles
Mods
Articles
Forums
VBSupport
vb.org Archive
>
Search Forums
Search Results
User Name
Remember Me?
Password
FAQ
Community
Calendar
Today's Posts
Search
Community Links
Members List
Search Forums
Show Threads
Show Posts
Tag Search
Advanced Search
Найти все сообщения с благодарностями
Go to Page...
Showing results 1 to 23 of 23
Search took
0.00
seconds.
Search:
Posts Made By:
smokin1337
Forum:
vBulletin 3.8 Template Modifications
12-10-2009, 10:00 PM
Replies:
0
Miscellaneous Hacks -
No-Parse Url's in Specific Forum
Views:
1,403
Posted By
smokin1337
No-Parse Url's in Specific Forum
I have been trying to do this and figured out how. It involves some template edits, so you need to be comfortable doing so.
First open SHOWTHREAD template, find:
<input type="hidden"...
Forum:
vBulletin 3.8 Template Modifications
11-12-2009, 12:44 AM
Replies:
5
Miscellaneous Hacks -
Open Admincp/Modcp in a New Tab
Views:
2,154
Posted By
smokin1337
Nah it's not, I posted it because it aggravated...
Nah it's not, I posted it because it aggravated me because it would always open in the same tab. So i added target="_blank" so it opens in a new tab for me. I didn't think about the browser settings...
Forum:
vBulletin 3.8 Template Modifications
11-10-2009, 10:00 PM
Replies:
5
Miscellaneous Hacks -
Open Admincp/Modcp in a New Tab
Views:
2,154
Posted By
smokin1337
Open Admincp/Modcp in a New Tab
I don't know if this has been done or not if so sorry. This will open Admincp/Modcp in a new tab.
Go to admincp->Styles and Templates->Style Manager->Yourstyle->Edit Templates->footer
For...
Forum:
vBulletin 3.8 Add-ons
10-27-2009, 07:10 PM
Replies:
99
Miscellaneous Hacks -
Display OS and Browser Information on Postbit
Views:
20,760
Posted By
smokin1337
This is the entire plugin Display information on...
This is the entire plugin Display information on postbit with win 7 added:
$os = $post['OS'];
$browser = $post['browser'];
iF (!empty($os) && !empty($browser)) {
$browsername = array(
...
Forum:
vBulletin 3.8 Template Modifications
10-22-2009, 10:00 PM
Replies:
8
Mini Mods -
Signature Backgrounds
Views:
2,807
Posted By
smokin1337
Signature Backgrounds
This mod will allow users to add backgrounds to their signatures. It requires 3 new fields and 1 template edit. This mod requires some experience in editing templates.
First field is X-1:
Type:...
Forum:
vBulletin 3.8 Template Modifications
10-20-2009, 07:05 PM
Replies:
12
Profile Enhancements -
PSN Portable ID in Postbit
Views:
3,688
Posted By
smokin1337
Yea it is kinda big thats why i added this: ...
Yea it is kinda big thats why i added this:
As an alternate since the EU image is so much bigger you can use it under the users signature. Follow this to use for a sig.
In postbit or postbit...
Forum:
vBulletin 3.8 Template Modifications
10-20-2009, 02:37 PM
Replies:
12
Profile Enhancements -
PSN Portable ID in Postbit
Views:
3,688
Posted By
smokin1337
It does work, some themes are different. You have...
It does work, some themes are different. You have to know how to edit templates, also i'm thinking the person using it has to make a portable id on playstation.com. I didn't make one though and it...
Forum:
vBulletin 3.8 Template Modifications
10-19-2009, 04:18 PM
Replies:
12
Profile Enhancements -
PSN Portable ID in Postbit
Views:
3,688
Posted By
smokin1337
Should work now use the EU code instead.
Should work now use the EU code instead.
Forum:
vBulletin 3.8 Template Modifications
10-18-2009, 10:00 PM
Replies:
12
Profile Enhancements -
PSN Portable ID in Postbit
Views:
3,688
Posted By
smokin1337
PSN Portable ID in Postbit
This will display your PSN Portable ID in postbit. You have to add 1 profile field and 1 template mod.
Example:
http://fp.profiles.us.playstation.com/playstation/psn/pid/S_m_o_k_i_n.png
EU...
Forum:
vBulletin 3.8 Template Modifications
10-18-2009, 10:00 PM
Replies:
1
Profile Enhancements -
XBox Live Avatar
Views:
2,175
Posted By
smokin1337
XBox Live Avatar
This is a mod to allow users to use their XBox live avatar as their forum avatar. For this there will need to be 2 custom profile fields added.
Install time: 10 min.
The first is:
...
Forum:
vBulletin 3.8 Add-ons
10-12-2009, 11:54 PM
Replies:
1,702
Major Additions -
AME 2.5 - Media Embedding for posts, sigs, vm's, groups and blogs
Views:
415,330
Posted By
smokin1337
Is there anyway to make this parse links on...
Is there anyway to make this parse links on FORUMHOME ? I want to put a video on my FORUMHOME and not sure how to do it, i will be changing the video regularly.
Forum:
vB3 Programming Discussions
10-11-2009, 06:26 PM
Replies:
4
How to use "or" in a template
Views:
645
Posted By
smokin1337
Works perfect thank you very much.
Works perfect thank you very much.
Forum:
vB3 Programming Discussions
10-11-2009, 04:51 PM
Replies:
4
How to use "or" in a template
Views:
645
Posted By
smokin1337
How to use "or" in a template
I want to use this statement but it's not working. Any ideas what i need to change to make it work ?
<if condition="$bbuserinfo['usergroupid'] != 1 || 3">
It works like this:
<if...
Forum:
vBulletin 3.8 Template Modifications
10-11-2009, 12:50 PM
Replies:
23
Forum Home Enhancements -
Marquee Announcements
Views:
3,974
Posted By
smokin1337
Updated to v1.1, i added an xml for easier...
Updated to v1.1, i added an xml for easier management.
Forum:
vBulletin 3.8 Add-ons
10-10-2009, 02:56 PM
Replies:
99
Miscellaneous Hacks -
Display OS and Browser Information on Postbit
Views:
20,760
Posted By
smokin1337
I added windows 7 but had to delete windows 98...
I added windows 7 but had to delete windows 98 from the xml to make it work. To do it go into Plugins->Manage Plugins->Display OS and Browser->save on new post
Repalce ALL with:
$useragent =...
Forum:
vB3 General Discussions
10-10-2009, 12:50 PM
Replies:
2
What mod is like vBPlaza ?
Views:
538
Posted By
smokin1337
What mod is like vBPlaza ?
I am looking for a mod like vBPlaza to allow users to purchase stuff like name changes, colors, titles, etc. I would use vBPlaza but i have heard a few bad things about its security. Are there any...
Forum:
vBulletin 3.8 Template Modifications
10-09-2009, 10:02 PM
Replies:
23
Forum Home Enhancements -
Marquee Announcements
Views:
3,974
Posted By
smokin1337
Anywhere you want thats the reason i made it...
Anywhere you want thats the reason i made it because i wanted different ones for different parts of my forum.
Try removing this line and see if it helps, it seems to be doing that on IE.
...
Forum:
vB3 General Discussions
10-09-2009, 04:07 PM
Replies:
2
Internet Explorer
Views:
490
Posted By
smokin1337
Internet Explorer
I have been getting alot of members saying they can't view my site with IE. They can register and everything but once they return to the forum it's saying Internet Explorer can't display the page....
Forum:
vBulletin 3.8 Template Modifications
10-09-2009, 02:36 PM
Replies:
23
Forum Home Enhancements -
Marquee Announcements
Views:
3,974
Posted By
smokin1337
It goes all the way across for me, depending on...
It goes all the way across for me, depending on your style the code may need a little editing.
Forum:
vBulletin 3.8 Template Modifications
10-09-2009, 03:52 AM
Replies:
23
Forum Home Enhancements -
Marquee Announcements
Views:
3,974
Posted By
smokin1337
You can add whatever you like i used this image...
You can add whatever you like i used this image for the yourimagehere place. If that's what you mean.
Forum:
vBulletin 3.8 Template Modifications
10-06-2009, 02:26 AM
Replies:
23
Forum Home Enhancements -
Marquee Announcements
Views:
3,974
Posted By
smokin1337
I appreciate the advice, I am just learning HTML...
I appreciate the advice, I am just learning HTML and such.
Forum:
vBulletin 3.8 Template Modifications
10-05-2009, 05:18 PM
Replies:
23
Forum Home Enhancements -
Marquee Announcements
Views:
3,974
Posted By
smokin1337
Just a note if you don't wnat the image at the...
Just a note if you don't wnat the image at the end of the table just remove this line
HTML Code:
<td class="alt2"><img src="yourimage.png"/></td>
Forum:
vBulletin 3.8 Template Modifications
10-04-2009, 10:00 PM
Replies:
23
Forum Home Enhancements -
Marquee Announcements
Views:
3,974
Posted By
smokin1337
Marquee Announcements
This is a simple announcement/news mod. It place a marquee announcement section anywhere on the forum you choose. On mouseover the marquee stops allowing users to view the messages. Integrates well...
Showing results 1 to 23 of 23
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
News and Announcements
News and Announcements
Mod of the Month
Official vB.com Announcements
vBulletin Pre-Sales Questions
vBulletin Styles and Graphics
vBulletin Styles
vBulletin 5.x Styles
vBulletin 3.8 Styles
vBulletin 3.8 Admin CP Styles
vBulletin 4.x Styles
vBulletin Graphic Sets
vBulletin Button Sets
vBulletin Smilie Sets
Miscellaneous Images
vBulletin Rank Sets
vBulletin Avatar Sets
vBulletin Status Icon Sets
vBulletin Article Depository
Read An Article
vBulletin 3 Articles
Programming Articles
General Articles
Management Articles
Graphics Articles
vBulletin Tips & Tricks
vBulletin 4 Articles
vBulletin 5 Connect Articles
Article Submissions
Submit New Article
vBulletin Modifications
vBulletin 5.x Modifications
vBulletin 5.x Products & Extensions
vBulletin 5.x Template Modifications
vBulletin 4.x Modifications
vBulletin 4.x Add-ons
vBulletin 4.x Template Modifications
vBulletin 3.8 Modifications
vBulletin 3.8 Add-ons
vBulletin 3.8 Template Modifications
Premium Modifications
vBulletin Open Source Products
Sphinx
Project Tools
ibProArcade
Archive
vB.org Archives
General
vB1 Hacks
Testing Zone
Board of the Month
Big Board Discussions
General Hosting/Server Discussions
Member Archives
vBulletin 2.x
vBulletin 2.x Full Releases
vBulletin 2.x Beta Releases
vBulletin 2.x Template Modifications
vBulletin 2.x Styles
vBulletin 2.x Admin CP Styles
vBulletin 3.0
vBulletin 3.0 Full Releases
vBulletin 3.0 Beta Releases
vBulletin 3.0 Template Modifications
vBulletin 3.0 Styles
vBulletin 3.0 Admin CP Styles
vBulletin 3.5
vBulletin 3.5 Add-ons
vBulletin 3.5 Template Modifications
vBulletin 3.5 Styles
vBulletin 3.5 Admin CP Styles
vBulletin 3.6
vBulletin 3.6 Template Modifications
vBulletin 3.6 Add-ons
vBulletin 3.6 Styles
vBulletin 3.6 Admin CP Styles
vBulletin 3.7
vBulletin 3.7 Add-ons
vBulletin 3.7 Template Modifications
vBulletin 3.7 Styles
vBulletin 3.7 Admin CP Styles
Premium Archives
uCash & uShop
vBadvanced CMPS
RPG Integration Hack
vBindex
vBgarage
Advanced Warning System (AWS)
vbArticles
vB Chat
vbBux / vbPlaza
ibProArcade Archive
vRewrite - SEOed URLs for vBulletin
Modification Graveyard
vBulletin 5 Connect Discussion
vB5 General Discussions
vB5 Programming Discussions
vB5 Design and Graphics Discussions
vBulletin 4 Discussion
vB4 General Discussions
vB4 Programming Discussions
vB4 Design and Graphics Discussions
vBulletin 3 Discussion
vB3 Programming Discussions
vB3 General Discussions
vB3 Design and Graphics Discussions
Community Discussions
Modification Requests/Questions (Unpaid)
Style and Graphics Requests (Unpaid)
Forum and Server Management
Community Central
vBulletin.org Site Feedback
Community Lounge
Community Reviews
All times are GMT. The time now is
03:37 AM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X
vBulletin 3.8.12 by vBS Debug Information
Page Generation
0.02281 seconds
Memory Usage
2,029KB
Queries Executed
10
(?)
More Information
Template Usage:
(1)
ad_footer_end
(1)
ad_footer_start
(1)
ad_header_end
(1)
ad_header_logo
(1)
ad_navbar_below
(1)
footer
(1)
forumjump
(1)
gobutton
(1)
header
(1)
headinclude
(1)
navbar
(2)
navbar_link
(120)
option
(1)
post_thanks_navbar_search
(1)
search_results
(23)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(38)
threadbit_pagelink
Phrase Groups Available:
global
inlinemod
prefix
search
Included Files:
./
search.php
./
global.php
./includes/
init.php
./includes/
class_core.php
./includes/
config.php
./includes/
functions.php
./includes/
class_hook.php
./includes/
modsystem_functions.php
./includes/
functions_search.php
./includes/
functions_databuild.php
./includes/
functions_forumlist.php
./includes/
functions_misc.php
./includes/
functions_forumdisplay.php
./includes/
functions_bigthree.php
Hooks Called:
init_startup
init_startup_session_setup_start
init_startup_session_setup_complete
cache_permissions
style_fetch
cache_templates
global_start
parse_templates
global_setup_complete
search_before_process
search_start
search_results_start
search_results_query_posts
search_results_prebits
threadbit_process
search_results_postbit
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0006
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
FULLTEXT Search
php_sapi_name(): fpm-fcgi