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 24 of 24
Search took
0.02
seconds.
Search:
Posts Made By:
RedTurtle
Forum:
vB4 General Discussions
10-27-2013, 01:15 PM
Replies:
9
Combining javascript in header
Views:
983
Posted By
mathforum
Did you combine all or just the js files from the...
Did you combine all or just the js files from the header? We definitely don't want to load more than we have to in the head portion of the code, if the script can be dynamically run in the body...
Forum:
vB4 General Discussions
10-27-2013, 10:33 AM
Replies:
9
Combining javascript in header
Views:
983
Posted By
CAG CheechDogg
I tried combining all the js files into one and...
I tried combining all the js files into one and there were problems because not every js file is needed at load time. I did exactly what you did, combine it all into one file for just one http...
Forum:
vB4 General Discussions
10-17-2013, 01:01 PM
Replies:
8
Trying to use XCache -- Could Use Some Help!
Views:
956
Posted By
findingpeace
Change these settings to the following values: ...
Change these settings to the following values:
xcache.var_size = 3M
xcache.var_count = 2
xcache.var_slots = 8K
xcache.var_ttl = 7200...
Forum:
vBulletin 4.x Add-ons
10-09-2013, 10:58 PM
Replies:
208
Statistics Modifications -
VSa - Visitors In Last X Hours
Views:
71,333
Posted By
ozzy47
Here is the xml for vB 4.2.2, should work on...
Here is the xml for vB 4.2.2, should work on earlier versions also.
Forum:
vB4 Programming Discussions
10-09-2013, 05:44 PM
Replies:
1
Any way to show some code when the forum is off?
Views:
246
Posted By
nerbert
$vbulletin->options['bbactive'] = 0|1
$vbulletin->options['bbactive'] = 0|1
Forum:
vBulletin 4.x Add-ons
10-05-2013, 01:54 PM
Replies:
1,493
BB Code Enhancements -
AME3 - Auto Media Embeding and Video Extender
Views:
280,151
Posted By
katie hunter
Where is the rest of the file, i couldn't find...
Where is the rest of the file, i couldn't find the xml file in the zip file.
I uninstalled ame on vb 3.7.x before i upgraded to vb 4.2.1 but this version is missing the xml, or am i missing...
Forum:
vBulletin 4.x Add-ons
10-04-2013, 05:06 PM
Replies:
1,493
BB Code Enhancements -
AME3 - Auto Media Embeding and Video Extender
Views:
280,151
Posted By
Digital Jedi
Just to let everyone know, I will be forking my...
Just to let everyone know, I will be forking my own version of AME for release here, and will attempt to address any bugs related to AME 3. My first release will, however, be AME 2.5.7 for the vB 3...
Forum:
vBulletin 4.x Add-ons
07-30-2013, 04:20 AM
Replies:
45
End-User Options -
vB4 Select/Upload Avatar on Registration
Views:
18,760
Posted By
vBNinja
It is possible, expect it in the next version :)
It is possible, expect it in the next version :)
Forum:
vBulletin 4.x Add-ons
07-30-2013, 03:58 AM
Replies:
45
End-User Options -
vB4 Select/Upload Avatar on Registration
Views:
18,760
Posted By
New Joe
I'd rather not have avs for them to choose as per...
I'd rather not have avs for them to choose as per see but be able to upload one direct from their computer of url as per the option you get within your user cp options.
If this possible to add to...
Forum:
Modification Graveyard
05-04-2013, 10:00 PM
Replies:
461
Portal Software -
[Chris] Classifieds
Views:
42,245
Posted By
Christos Teriakis
[Chris] Classifieds
Classifieds
by Christos Teriakis
aka ChrisTERiS
Please note that from
11 Aug 2013
you can get support only in my site
http://www.teriakis.com (http://www.teriakis.com)
Forum:
vBulletin 4.x Add-ons
05-03-2013, 10:00 PM
Replies:
231
Anti-Spam Options -
Rename register.php by BOP5
Views:
186,556
Posted By
BirdOPrey5
Rename register.php by BOP5
Brought to you by BirdOPrey5 / Qapla.com (http://www.qapla.com/mods/)
It's great when you stop spam bots during registration but this mod gives you a chance to stop them BEFORE they even attempt...
Forum:
vB4 General Discussions
04-28-2013, 03:55 PM
Replies:
7
How to show something in Member Profile Page?
Views:
401
Posted By
Lynne
If you only want to show it to usergroup x: ...
If you only want to show it to usergroup x:
if (is_member_of($vbulletin->userinfo,x)) {
code here
}
And you only want to show it if the user's profile is from usergroup y
if...
Forum:
vBulletin 4.x Add-ons
04-05-2013, 11:34 AM
Replies:
57
Mini Mods -
Force Standard Editor for IE10 Users (Editor Workaround) for VB 4.x by BOP5
Views:
23,226
Posted By
Gladius2007
BOP5 needs to fix the "You must 'Like' someone...
BOP5 needs to fix the "You must 'Like' someone else's post before liking any more by BirdOPrey5." bug, it's really annoying. :p
Forum:
vBulletin 4.x Add-ons
12-07-2012, 02:04 AM
Replies:
40
Integration with vBulletin -
Mobile Device & Browser Detection (Adapted by BOP5)
Views:
20,338
Posted By
BirdOPrey5
The easiest way to implement this in a template...
The easiest way to implement this in a template would be to edit the plugin for this mod...
At the bottom add lines such as:
if ($vbulletin->detect->isMobile())
...
Forum:
vBulletin 4.x Add-ons
11-18-2012, 03:58 PM
Replies:
11
Private Messages Enhancements -
Lt - Send PM From User Account
Views:
3,853
Posted By
djbaxter
Thank you. I'd never thought of that and it is an...
Thank you. I'd never thought of that and it is an interesting potential use.
FYI, my post wasn't intended as a slam, just a genuine question.
Forum:
Modification Graveyard
11-14-2012, 11:00 PM
Replies:
16
Show Thread Enhancements -
[FMI] Encourage Avatar Usage
Views:
12,682
Posted By
b00k
[FMI] Encourage Avatar Usage
Enclosed is our Avatar Encouragement system. What this plugin does is look to see if a user is using an avatar or not. If the user is not using an avatar it will insert a default avatar the admin has...
Forum:
vB3 Programming Discussions
11-03-2012, 09:25 AM
Replies:
22
Way to force "I agree" checkbox before posting in specific forums?
Views:
2,094
Posted By
kh99
I think it should, but you'd have to update the...
I think it should, but you'd have to update the "if" tags in the template like this:
<vb:if condition="in_array($foruminfo['forumid'], array(1, 2, 3))">
<tr>
<td><input type="checkbox"...
Forum:
vBulletin 4.x Add-ons
09-13-2012, 06:57 PM
Replies:
147
Moderators Functions -
vFcoders - Advanced Report System
Views:
51,485
Posted By
My Hattiesburg
Can I make a request to have the option to have a...
Can I make a request to have the option to have a reported post go to the moderation queue? Our site really needs this function.
Forum:
vBulletin 4.x Add-ons
09-12-2012, 09:49 AM
Replies:
147
Moderators Functions -
vFcoders - Advanced Report System
Views:
51,485
Posted By
Badshah93
Was busy with my college life, will update the...
Was busy with my college life, will update the mod in coming days to make it even better.
Regards
Aayush
Forum:
vBulletin 4.x Add-ons
09-05-2012, 01:24 PM
Replies:
42
Forum Home Enhancements -
[CM] Fancy Popup Notice (Fading Effect)
Views:
12,689
Posted By
Disco_Stu
That's still no reason for him to ridicule...
That's still no reason for him to ridicule someone's efforts. I also have been the target of some nasty comments on this site by people who seem to enjoy insulting others.
Some people need to...
Forum:
vB4 General Discussions
08-12-2012, 01:11 PM
Replies:
2
Hide Child/Parent Style Relationship in Style Quick Chooser?
Views:
636
Posted By
kh99
You could try creating a plugin using hook...
You could try creating a plugin using hook parse_templates and code like this, :
$quickchooserbits1 = preg_replace('/--(-*)/', '--', $quickchooserbits1);
$quickchooserbits2 =...
Forum:
vBulletin 3.8 Add-ons
07-30-2012, 06:58 PM
Replies:
450
Administrative and Maintenance Tools -
Multiple account login detector (AE Detector)
Views:
145,395
Posted By
CheeSie
MPDev.. I used this mod for ages on my forum...
MPDev.. I used this mod for ages on my forum suddenly it didn't work anymore (damn sure my own fault xD). So I decided to create my own version for it. I've used bits of your code, it's kinda hard...
Forum:
vB4 General Discussions
05-21-2012, 11:19 PM
Replies:
12
Forcing Capitalization with PHP
Views:
850
Posted By
Lotus28
Forcing Capitalization with PHP
I am using this simple php code to force thread titles to capitalize the first letter of each word:
$smallwords = array( 'a','of','the');
$words = explode(' ', $vbulletin->GPC['subject']);...
Forum:
vBulletin 4.x Add-ons
04-30-2012, 03:44 PM
Replies:
205
Integration with vBulletin -
vB Bad Behavior (vB4)
Views:
176,369
Posted By
Eric
Just thought I would give an update.. I am...
Just thought I would give an update..
I am working on 1.0.7 now, with the latest BB 2.2.3. I am trying to work in a cron script as well to auto-prune.
Also, source/tracker is now available...
Showing results 1 to 24 of 24
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
02:50 PM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X
vBulletin 3.8.12 by vBS Debug Information
Page Generation
0.03240 seconds
Memory Usage
2,031KB
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
(24)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(51)
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.0007
(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(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(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(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(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(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(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(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(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(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(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(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(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(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(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(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
FULLTEXT Search
php_sapi_name(): fpm-fcgi