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...
Page 1 of 8
1
2
3
>
Last
»
Showing results 1 to 25 of 189
Search took
0.01
seconds.
Search:
Posts Made By:
DragonBlade
Forum:
vB4 Design and Graphics Discussions
07-16-2010, 07:47 AM
Replies:
4
Need a smart ass
Views:
647
Posted By
DragonBlade
You can mass select stylevars and just use your...
You can mass select stylevars and just use your browser find (Control+F) to find that hex. If you use firefox, I highly recommend firebug.
Forum:
vB4 Programming Discussions
07-15-2010, 10:46 PM
Replies:
2
display an image in his postbit if the user belongs to x usergroup
Views:
652
Posted By
DragonBlade
Depends how and where you want it to appear. You...
Depends how and where you want it to appear. You can use the User Rank in admincp and tie it to your donor group
Forum:
vBulletin 4.x Add-ons
06-24-2010, 10:19 PM
Replies:
16
Miscellaneous Hacks -
Dice Roller [BBCode]
Views:
19,618
Posted By
DragonBlade
Yes, use 1d4 I believe the previous...
Yes, use 1d4
I believe the previous mod never supported adding in edited rolls and the bbcode parses, ignoring other bbcodes like noparse. I could change this later but for now, I just wanted...
Forum:
vBulletin 4.x Add-ons
06-23-2010, 10:00 PM
Replies:
16
Miscellaneous Hacks -
Dice Roller [BBCode]
Views:
19,618
Posted By
DragonBlade
Dice Roller [BBCode]
Original:
https://vborg.vbsupport.ru/showthread.php?t=113972
https://vborg.vbsupport.ru/showpost.php?p=1017963&postcount=167
With tuxz0r's permission, I have ported his version of his dice roll...
Forum:
vB4 Design and Graphics Discussions
06-22-2010, 10:31 PM
Replies:
4
BG Questions
Views:
613
Posted By
DragonBlade
Yes using this CSS ...
Yes using this CSS
background-attachment:fixed;
Forum:
vB3 Programming Discussions
06-21-2010, 08:54 PM
Replies:
6
Remove Redirect options
Views:
1,008
Posted By
DragonBlade
Not sure if this is what you are looking for: ...
Not sure if this is what you are looking for:
Settings -> Options --> Cookies and HTTP Header Options --> Remove Redirection Message Pages
Oh, redirect as in for threads when you move them right?
Forum:
vB4 General Discussions
06-21-2010, 08:49 PM
Replies:
9
Combining CSS using minify and delivering using if/elseif isn't working
Views:
791
Posted By
DragonBlade
They are closed properly Debug your if...
They are closed properly
Debug your if statements by putting some strings and see what happens.
Forum:
vB4 General Discussions
06-21-2010, 08:45 PM
Replies:
4
Spam Management Post Limit
Views:
1,375
Posted By
DragonBlade
Use the admincp?
Use the admincp?
Forum:
vB4 General Discussions
06-20-2010, 10:21 PM
Replies:
41
Question about [HOW TO - vB4] Create your own vBulletin page
Views:
2,824
Posted By
DragonBlade
Right now, I'm trying to figure out if it can...
Right now, I'm trying to figure out if it can detect something else rather than file since you are using WP page URLs right?
Forum:
vB4 Programming Discussions
06-20-2010, 09:43 PM
Replies:
5
Custom PHP Page in vBulletin. How to?
Views:
810
Posted By
DragonBlade
How you want it displayed?
How you want it displayed?
Forum:
vB4 General Discussions
06-20-2010, 09:41 PM
Replies:
41
Question about [HOW TO - vB4] Create your own vBulletin page
Views:
2,824
Posted By
DragonBlade
What is the URL to your wallpaper page
What is the URL to your wallpaper page
Forum:
vB4 Design and Graphics Discussions
06-20-2010, 09:25 AM
Replies:
1
Navbar space removal/bumping title image down.
Views:
602
Posted By
DragonBlade
Add this in additional.css template: ...
Add this in additional.css template:
.navbar {
margin: 0;
}
Forum:
vB4 Design and Graphics Discussions
06-20-2010, 09:20 AM
Replies:
1
Center the page after changing to fixed
Views:
470
Posted By
DragonBlade
stylevar: doc_margin Use the 'top' value for...
stylevar: doc_margin
Use the 'top' value for all sides: No
Top: 0
Left: auto
Bottom: 0
Right: auto
Forum:
vB4 Programming Discussions
06-18-2010, 06:56 AM
Replies:
2
I made a variable in a plugin. How do I use it in a template now?
Views:
508
Posted By
DragonBlade
It should be this: <vb:if...
It should be this:
<vb:if condition="$hourofday == 1">
Forum:
vB4 Programming Discussions
06-17-2010, 11:18 PM
Replies:
5
Custom PHP Page in vBulletin. How to?
Views:
810
Posted By
DragonBlade
<a...
<a href="https://vborg.vbsupport.ru/showthread.php?t=228112" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=228112</a>
Forum:
vB4 General Discussions
06-17-2010, 05:48 PM
Replies:
10
Username
Views:
617
Posted By
DragonBlade
Then its this one for postbit: .postbit...
Then its this one for postbit:
.postbit .userinfo .popupmenu a.popupctrl, .postbit .userinfo_noavatar .popupmenu a.popupctrl {
font-size: 20px;
}
Forum:
Community Reviews
06-17-2010, 05:35 PM
Replies:
6
Lafoona - Relax. Let tomorrow worry about itself.
Views:
1,298
Posted By
DragonBlade
I like simplicity and clean style/skins. Keep it...
I like simplicity and clean style/skins. Keep it that way imo :P
Forum:
vB4 Design and Graphics Discussions
06-17-2010, 05:30 PM
Replies:
8
Pagination
Views:
955
Posted By
DragonBlade
Well, according to the changelog, it says it...
Well, according to the changelog, it says it fixed the pagination problem...? :)
Forum:
vB4 General Discussions
06-17-2010, 05:20 PM
Replies:
10
Username
Views:
617
Posted By
DragonBlade
Add this instead: .postbitlegacy .userinfo...
Add this instead:
.postbitlegacy .userinfo a.username, .eventbit .userinfo a.username {
font-size: 16pt;
}
Are you using postbit_legacy?
Forum:
vB3 General Discussions
06-17-2010, 04:35 PM
Replies:
3
Mod for scrambling text in posts
Views:
702
Posted By
DragonBlade
<a...
<a href="https://vborg.vbsupport.ru/showthread.php?t=210572" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=210572</a>
Not really a scramble, it just strips the vowels :P
Forum:
vB4 General Discussions
06-17-2010, 04:27 PM
Replies:
10
Username
Views:
617
Posted By
DragonBlade
Main CSS is deprecated in vb4 You can just...
Main CSS is deprecated in vb4
You can just add that CSS in templates instead:
CSS Templates --> additional.css
Forum:
vB4 Design and Graphics Discussions
06-17-2010, 09:25 AM
Replies:
8
Pagination
Views:
955
Posted By
DragonBlade
Did you edit templates? Cause its not using the...
Did you edit templates? Cause its not using the right CSS for the selected pagination
Forum:
vB4 General Discussions
06-17-2010, 08:53 AM
Replies:
12
Wondering about the stability of vb4
Views:
985
Posted By
DragonBlade
If you dont mind, can you PM me your php code?...
If you dont mind, can you PM me your php code? Would simplify things :P
Forum:
vB4 General Discussions
06-17-2010, 08:37 AM
Replies:
12
Wondering about the stability of vb4
Views:
985
Posted By
DragonBlade
Just to make sure, do you echo your html+PHP...
Just to make sure, do you echo your html+PHP since you are using the include function before?
Forum:
vB4 Programming Discussions
06-17-2010, 08:17 AM
Replies:
4
Custom post Odd Behavior
Views:
626
Posted By
DragonBlade
Since you are using $_REQUEST, shouldnt these be...
Since you are using $_REQUEST, shouldnt these be 'r' and not 'p'?
$output['Character Name'] = $vbulletin->input->clean_gpc('p','char_name',TYPE_NOHTML);
Showing results 1 to 25 of 189
Page 1 of 8
1
2
3
>
Last
»
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
09:46 PM
.
-- 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.02839 seconds
Memory Usage
2,039KB
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)
pagenav
(1)
pagenav_curpage
(2)
pagenav_pagelink
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(20)
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
pagenav_page
pagenav_complete
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0032
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(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(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(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(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
FULLTEXT Search
php_sapi_name(): fpm-fcgi